mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
tests/gem_close_race: Add igt_fixture block for igt_stop_hang_detector.
igt_fork_hang_detector() was called from a igt_fixture block, while its counterpart (igt_stop_hang_detector) was called normally, causing SIGTERM to be sent when running under check target. Signed-off-by: Marius Vlad <marius.c.vlad@intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
This commit is contained in:
parent
102943d1ba
commit
abc8aa40de
@ -243,5 +243,6 @@ igt_main
|
||||
igt_subtest("gem-close-race")
|
||||
threads(150);
|
||||
|
||||
igt_stop_hang_detector();
|
||||
igt_fixture
|
||||
igt_stop_hang_detector();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user