summaryrefslogtreecommitdiff
path: root/tests/gem_sync.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-08-23 16:51:38 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-08-23 16:51:52 +0100
commit76541f49100ef66df19a07fed726ffc56fd18e70 (patch)
tree8643a3b81180773b1ca9e41ff150917ad390e28b /tests/gem_sync.c
parenta688634959c0fc7cbe8be8b478ea9d13c72f4650 (diff)
Revert "tests/gem_sync: Skip basic-store-each sub-test on BDW."
This reverts commit 38f84e30e699451cac6c7b45cd603e67b1287f15.
Diffstat (limited to 'tests/gem_sync.c')
-rw-r--r--tests/gem_sync.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/gem_sync.c b/tests/gem_sync.c
index 036c4c1f..2a80efc4 100644
--- a/tests/gem_sync.c
+++ b/tests/gem_sync.c
@@ -724,13 +724,11 @@ igt_main
const struct intel_execution_engine *e;
const int ncpus = sysconf(_SC_NPROCESSORS_ONLN);
int fd = -1;
- uint32_t devid;
igt_skip_on_simulation();
igt_fixture {
fd = drm_open_driver(DRIVER_INTEL);
- devid = intel_get_drm_devid(fd);
print_welcome(fd);
igt_fork_hang_detector(fd);
@@ -751,12 +749,8 @@ igt_main
igt_subtest("basic-each")
sync_ring(fd, ~0u, 1);
-
- igt_subtest("basic-store-each") {
- igt_skip_on(IS_BROADWELL(devid));
+ igt_subtest("basic-store-each")
store_ring(fd, ~0u, 1);
- }
-
igt_subtest("basic-many-each")
store_many(fd, ~0u, 10);
igt_subtest("forked-each")