tests: Add gem_ctx_param_basic

Boring ioctl validation. Luckily no gaps found while doing it.

v2: git add ftw!

v3: Fixes:

- args->size is an outparam for get, adjust test.
- Pick an invalid param, not an invalid ioctl number ... tsk.

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
Daniel Vetter
2015-02-06 17:54:46 +01:00
parent 75c075cb26
commit 6f582f70e1
5 changed files with 313 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ TESTS_progs_M = \
gem_close_race \
gem_concurrent_blit \
gem_cs_tlb \
gem_ctx_param_basic \
gem_ctx_bad_exec \
gem_ctx_exec \
gem_dummy_reloc_loop \