diff mbox

[i-g-t,v2,2/8] tests/gem_ctx_switch: Remove test from BAT.

Message ID 1464366473-14046-2-git-send-email-marius.c.vlad@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Marius Vlad May 27, 2016, 4:27 p.m. UTC
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
---
 tests/gem_ctx_switch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chris Wilson May 27, 2016, 4:39 p.m. UTC | #1
On Fri, May 27, 2016 at 07:27:47PM +0300, Marius Vlad wrote:

Nak. This catches bugs quickly.
-Chris
diff mbox

Patch

diff --git a/tests/gem_ctx_switch.c b/tests/gem_ctx_switch.c
index 7b27336..ce52365 100644
--- a/tests/gem_ctx_switch.c
+++ b/tests/gem_ctx_switch.c
@@ -157,7 +157,7 @@  igt_main
 	igt_fork_hang_detector(fd);
 
 	for (e = intel_execution_engines; e->name; e++) {
-		igt_subtest_f("%s%s", e->exec_id == 0 ? "basic-" : "", e->name)
+		igt_subtest_f("%s", e->name)
 			single(fd, handle, e, 0, 1);
 		igt_subtest_f("%s-interruptible", e->name)
 			single(fd, handle, e, INTERRUPTIBLE, 1);