From f8ec780c4def36acb82db7d7010b97221e3d3eef Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 4 Aug 2016 20:39:38 +0100 Subject: Revert "tests/prime_busy: Remove unstable sub-test from BAT/add flag to bring them back when they're stable to be run in CI." This reverts commit 860b3c14f9e98face626e6ca025daf22844dd156. --- tests/prime_busy.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/prime_busy.c') diff --git a/tests/prime_busy.c b/tests/prime_busy.c index 7b41fae2..c7ff8720 100644 --- a/tests/prime_busy.c +++ b/tests/prime_busy.c @@ -37,7 +37,6 @@ static bool prime_busy(struct pollfd *pfd, bool excl) #define AFTER 0x2 #define HANG 0x4 #define POLL 0x8 -#define BASIC 0x10 static void busy(int fd, unsigned ring, unsigned flags) { @@ -188,7 +187,7 @@ static void run_busy(int fd, } igt_subtest_f("%s%s-%s", - !e->exec_id && !(flags & HANG) && (flags & BASIC) ? "basic-" : "", + !e->exec_id && !(flags & HANG) ? "basic-" : "", name, e->name) busy(fd, e->exec_id | e->flags, flags); @@ -214,7 +213,7 @@ static void run_poll(int fd, } igt_subtest_f("%swait-%s-%s", - !e->exec_id && !(flags & HANG) && (flags & BASIC) ? "basic-" : "", + !e->exec_id && !(flags & HANG) ? "basic-" : "", name, e->name) busy(fd, e->exec_id | e->flags, flags | POLL); -- cgit v1.2.3