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:
Daniel Vetter 2011-09-14 11:06:03 +02:00
parent bbe635f0dc
commit 2c380c2eac

View File

@ -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)