summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2009-06-18 18:07:47 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-06-18 18:10:23 -0700
commitbbafc3d0bf851f0f1a2de6cdc7f2923a2387e775 (patch)
tree104d29b86e72bde034544d61d398574bc3166ddf /.gitignore
parent49c564ec2fa47f62d097c7dee42730ae43445f8b (diff)
Four new tests for error handling
Add four new tests for error the error handling cases: - gem_bad_address - store to a bad address, should generate a protection or page table error - gem_bad_batch - try to execute a bad batch, should generate a protection, invalid instruction or page table error - gem_bad_blit - blit to an invalid location, should generated a protection or page table error - gem_hang - hang the GPU on an event that will never happen, test hang detection & recovery code
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2e6273f1..ea24e856 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,6 +46,10 @@ tests/gem_readwrite
tests/gem_ringfill
tests/gem_tiled_blits
tests/gem_tiled_pread
+tests/gem_bad_address
+tests/gem_bad_batch
+tests/gem_bad_blit
+tests/gem_hang
tools/intel_gpu_dump
tools/intel_gpu_top
tools/intel_stepping