summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-11-27 23:17:01 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2017-11-28 11:02:40 +0000
commit5b3619f3751ecef55fa993984ddb59a458fcebed (patch)
tree5e8cd768ad047cecce9cb654e67bcdb85d29cae8 /tests/Makefile.sources
parent53f2b4b4ce2372da0b3b741d934dd5a9110ac1e2 (diff)
igt: Remove gem_ctx_basic
This is just a very plain stress test that doesn't do any verification, and is entirely duplicated by the other context tests. The test currently leaks objects from every thread on every pass (which is triggering an oom on smaller machines), while fixing it would be trivial, it also is pointless as the test is of little merit. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
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 b4d4831e..34ca71a0 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -55,7 +55,6 @@ TESTS_progs = \
gem_cs_tlb \
gem_ctx_bad_destroy \
gem_ctx_bad_exec \
- gem_ctx_basic \
gem_ctx_create \
gem_ctx_exec \
gem_ctx_param \