mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-28 10:16:12 +00:00
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 <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
c2d6773b25
commit
1532af19d9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user