From 5b3619f3751ecef55fa993984ddb59a458fcebed Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 27 Nov 2017 23:17:01 +0000 Subject: 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 Reviewed-by: Joonas Lahtinen --- tests/Makefile.sources | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/Makefile.sources') 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 \ -- cgit v1.2.3