From a12d4a713544ff1ff89ca176d7e94e16944adb56 Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Wed, 16 Oct 2013 22:01:34 -0700 Subject: [PATCH] gem_ctx_bad_exec: skip vebox when appropriate Signed-off-by: Ben Widawsky --- tests/gem_ctx_bad_exec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gem_ctx_bad_exec.c b/tests/gem_ctx_bad_exec.c index f0f49c1..dadd663 100644 --- a/tests/gem_ctx_bad_exec.c +++ b/tests/gem_ctx_bad_exec.c @@ -106,6 +106,7 @@ int main(int argc, char *argv[]) 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_subtest("vebox") igt_assert(exec(fd, handle, I915_EXEC_VEBOX, ctx_id) != 0); #endif -- 2.7.4