summaryrefslogtreecommitdiff
path: root/tests/prime_busy.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-08-04 20:39:38 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-08-04 20:40:35 +0100
commitf8ec780c4def36acb82db7d7010b97221e3d3eef (patch)
treeea3530dfcc844b69f20dee540722a5f94123250f /tests/prime_busy.c
parentcb5d6033a0fd5f45c6e32584ab2d8eed08e6386b (diff)
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.
Diffstat (limited to 'tests/prime_busy.c')
-rw-r--r--tests/prime_busy.c5
1 files changed, 2 insertions, 3 deletions
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);