mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-22 07:16:14 +00:00
tests: disable gem_bad_blit
Hangs gen3 and simply writes garbage into the unmappable part of gtt on gen4+, which might cause issues later on. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
bbe635f0dc
commit
2c380c2eac
@ -32,7 +32,6 @@ TESTS = getversion \
|
||||
gem_tiled_fence_blits \
|
||||
gem_largeobject \
|
||||
gem_bad_address \
|
||||
gem_bad_blit \
|
||||
gem_bad_length \
|
||||
gem_fence_thrash \
|
||||
gem_fenced_exec_thrash \
|
||||
@ -55,6 +54,7 @@ TESTS = getversion \
|
||||
HANG = \
|
||||
gem_bad_batch \
|
||||
gem_hang \
|
||||
gem_bad_blit \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_PROGRAMS = $(TESTS) $(HANG)
|
||||
|
Loading…
x
Reference in New Issue
Block a user