ntel-gpu-tools/.gitignore
Jesse Barnes bbafc3d0bf 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
2009-06-18 18:10:23 -07:00

56 lines
825 B
Plaintext

.deps
.libs
Makefile
Makefile.in
*.la
*.lo
*.o
*~
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
configure.lineno
depcomp
doltcompile
doltlibtool
install-sh
libtool
ltmain.sh
missing
shave
shave-libtool
stamp-h1
cscope.*
benchmarks/intel_upload_blit_large
benchmarks/intel_upload_blit_large_gtt
benchmarks/intel_upload_blit_large_map
benchmarks/intel_upload_blit_small
m4/libtool.m4
m4/lt*.m4
tests/getclient
tests/getstats
tests/getversion
tests/gem_basic
tests/gem_flink
tests/gem_largeobject
tests/gem_mmap
tests/gem_pread_after_blit
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