mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
tests/gem_bad_ctx_exec: Properly wrap in igt_fixtures
Caught by the new nasty assert in igt_skip. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
a86651fa24
commit
3514872efe
@ -105,7 +105,8 @@ igt_main
|
||||
igt_subtest("blt")
|
||||
igt_assert(exec(fd, handle, I915_EXEC_BLT, ctx_id) != 0);
|
||||
#ifdef I915_EXEC_VEBOX
|
||||
igt_require(gem_has_vebox(fd));
|
||||
igt_fixture
|
||||
igt_require(gem_has_vebox(fd));
|
||||
igt_subtest("vebox")
|
||||
igt_assert(exec(fd, handle, I915_EXEC_VEBOX, ctx_id) != 0);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user