summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-06-06 08:40:36 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-06-06 08:44:18 +0100
commit033c400e9bd53f95cccff3524c79a298c81bd3da (patch)
tree3bc97e241d03d082703bc3e0525af7ed96f8283d /tests
parent9a70e29f8380c2fc6f9b43757c68e24bf2619061 (diff)
igt/gem_evict_alignment: Remove obsolete skip on gen8+
If the BLT commands, aren't fixed yet, they should be. ASAP. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_evict_alignment.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/gem_evict_alignment.c b/tests/gem_evict_alignment.c
index c019b189..2bf33055 100644
--- a/tests/gem_evict_alignment.c
+++ b/tests/gem_evict_alignment.c
@@ -195,9 +195,6 @@ igt_main
igt_fixture {
fd = drm_open_any();
-
- igt_skip_on_f(intel_gen(intel_get_drm_devid(fd)) > 7,
- "BLIT commands not yet updated\n");
}
igt_subtest("minor-normal") {