From 1532af19d9bf962412bb150393aa10d13fae91d6 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 14 Aug 2013 12:13:28 +0200 Subject: [PATCH] tests/gem_dummy_reloc_loop: use igt_skip For tests with subtest we should use igt_skip to ensure that subtests are always properly enumerated. Signed-off-by: Daniel Vetter --- tests/gem_dummy_reloc_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_dummy_reloc_loop.c b/tests/gem_dummy_reloc_loop.c index bccd791..98466cf 100644 --- a/tests/gem_dummy_reloc_loop.c +++ b/tests/gem_dummy_reloc_loop.c @@ -137,7 +137,7 @@ int main(int argc, char **argv) num_rings = gem_get_num_rings(fd); if (!HAS_BLT_RING(devid)) { fprintf(stderr, "not (yet) implemented for pre-snb\n"); - return 77; + igt_skip(); } bufmgr = drm_intel_bufmgr_gem_init(fd, 4096); -- 2.7.4