test: Mark gem_bad_batch as a known hang

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-03-05 09:01:01 +00:00
parent 03c1e334b8
commit 84c32bd85c

View File

@ -17,12 +17,12 @@ TESTS = getversion \
gem_largeobject \
gem_bad_address \
gem_bad_blit \
gem_bad_batch \
gem_fence_thrash \
gem_gtt_speed \
$(NULL)
HANG = \
gem_bad_batch \
gem_hang \
$(NULL)