mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
tests: add large object test
The large object test simply tries to allocate a 128M object, pin it, then pwrite the whole thing. This should make obvious any leaks on close or page pointer allocation failures.
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@ TESTS = getversion \
|
||||
gem_mmap \
|
||||
gem_pread_after_blit \
|
||||
gem_tiled_pread \
|
||||
gem_tiled_blits
|
||||
gem_tiled_blits \
|
||||
gem_largeobject
|
||||
|
||||
EXTRA_PROGRAMS = $(TESTS)
|
||||
CLEANFILES = $(EXTRA_PROGRAMS)
|
||||
|
||||
Reference in New Issue
Block a user