mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
tests/gem_reloc_overflow: Add missing igt_fixture
Boom when running with --list on non-intel machines or as non-root. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
parent
598deeda52
commit
e1ca201fe9
@ -420,9 +420,11 @@ igt_main
|
||||
}
|
||||
|
||||
reloc_tests("");
|
||||
igt_disable_prefault();
|
||||
igt_fixture
|
||||
igt_disable_prefault();
|
||||
reloc_tests("-noprefault");
|
||||
igt_enable_prefault();
|
||||
igt_fixture
|
||||
igt_enable_prefault();
|
||||
|
||||
source_offset_tests(devid, false);
|
||||
source_offset_tests(devid, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user