summaryrefslogtreecommitdiff
path: root/tests/meson.build
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/meson.build
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/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 17deb945..d22d59e0 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -28,7 +28,6 @@ test_progs = [
'gem_cs_prefetch',
'gem_cs_tlb',
'gem_ctx_bad_destroy',
- 'gem_ctx_bad_exec',
'gem_ctx_create',
'gem_ctx_exec',
'gem_ctx_isolation',