mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-26 19:26:43 +00:00
tests: Move gem_reset_stats to the right place
Binaries should only be added to the HANG target if they're completely broken. If they just cause a recoverable gpu hang as part of the test then they need to be somewhere else. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
36f017dfd1
commit
826c4effe6
@ -46,6 +46,7 @@ TESTS_progs_M = \
|
|||||||
gem_readwrite \
|
gem_readwrite \
|
||||||
gem_reloc_overflow \
|
gem_reloc_overflow \
|
||||||
gem_reloc_vs_gpu \
|
gem_reloc_vs_gpu \
|
||||||
|
gem_reset_stats \
|
||||||
gem_ringfill \
|
gem_ringfill \
|
||||||
gem_set_tiling_vs_blt \
|
gem_set_tiling_vs_blt \
|
||||||
gem_storedw_batches_loop \
|
gem_storedw_batches_loop \
|
||||||
@ -179,13 +180,14 @@ XFAIL_TESTS = \
|
|||||||
igt_no_subtest \
|
igt_no_subtest \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
# IMPORTANT: These tests here are all disabled because the result in sometime
|
||||||
|
# unrecoverable gpu hangs. Don't put real testcases here.
|
||||||
HANG = \
|
HANG = \
|
||||||
gem_bad_batch \
|
gem_bad_batch \
|
||||||
gem_hang \
|
gem_hang \
|
||||||
gem_bad_blit \
|
gem_bad_blit \
|
||||||
gem_bad_address \
|
gem_bad_address \
|
||||||
gem_non_secure_batch \
|
gem_non_secure_batch \
|
||||||
gem_reset_stats \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
scripts = \
|
scripts = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user