mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
tests/gem_ctx_bad_exec: add subtest for vebox
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
2dbd998429
commit
c3dd8a8c85
@ -125,6 +125,8 @@ int main(int argc, char *argv[])
|
|||||||
igt_assert(exec(fd, handle, I915_EXEC_BSD, ctx_id) != 0);
|
igt_assert(exec(fd, handle, I915_EXEC_BSD, ctx_id) != 0);
|
||||||
igt_subtest("blt")
|
igt_subtest("blt")
|
||||||
igt_assert(exec(fd, handle, I915_EXEC_BLT, ctx_id) != 0);
|
igt_assert(exec(fd, handle, I915_EXEC_BLT, ctx_id) != 0);
|
||||||
|
igt_subtest("vebox")
|
||||||
|
igt_assert(exec(fd, handle, I915_EXEC_VEBOX, ctx_id) != 0);
|
||||||
|
|
||||||
igt_exit();
|
igt_exit();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user