summaryrefslogtreecommitdiff
path: root/tests/ZZ_hangman
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-10-09 19:29:02 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-10-09 19:29:02 +0200
commit1431938c5c00786130a6870277a376009c34579f (patch)
treeb43756b9395a4bc94798ee7a22b940261e836cc6 /tests/ZZ_hangman
parent5f94468f520ba790215a352a3f824b9580e268a7 (diff)
tests: add big batchbuffer test
... and use it in the hangman to stress the error_state capture a bit more. Uncovered a bug in the obj->pages ->obj->sg_list rework.
Diffstat (limited to 'tests/ZZ_hangman')
-rwxr-xr-xtests/ZZ_hangman2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ZZ_hangman b/tests/ZZ_hangman
index b8f4a682..cf719722 100755
--- a/tests/ZZ_hangman
+++ b/tests/ZZ_hangman
@@ -27,7 +27,7 @@ fi
echo 0xf > i915_ring_stop
echo "rings stopped"
-(cd $oldpath; $SOURCE_DIR/gem_exec_nop) > /dev/null
+(cd $oldpath; $SOURCE_DIR/gem_exec_big) > /dev/null
if cat i915_error_state | grep -v "no error state collected" > /dev/null ; then
echo "gpu hang correctly dectected"