summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>2018-09-07 10:01:29 +0100
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>2018-09-18 12:58:43 +0100
commit8631b5187924c1fdf36156c16bc4e17177e0a043 (patch)
tree2c0593b2798bc6173cb4bed855f911bf4c046126 /tests/Makefile.sources
parent03b90a39ed12a568c9da752466ea708d6348e110 (diff)
tests/gem_ctx_bad_exec: Consolidate to gem_ctx_exec
Move a really small test that invalid context is rejected under the gem_ctx_exec umbrella. v2: * And actually fix the test so it does what it claims. And add more variety in the invalid context id's it tests with. (Chris Wilson) v3: * Rename the test as basic. * Limit to 32-bit. (Chris Wilson) * Add previously valid but closed context id to the test. (Chris Wilson) v4: * Add more invalid values. (Chris Wilson) Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index c84933f1..269336ad 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -51,7 +51,6 @@ TESTS_progs = \
gem_cs_prefetch \
gem_cs_tlb \
gem_ctx_bad_destroy \
- gem_ctx_bad_exec \
gem_ctx_create \
gem_ctx_exec \
gem_ctx_isolation \