From 033c400e9bd53f95cccff3524c79a298c81bd3da Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 6 Jun 2014 08:40:36 +0100 Subject: [PATCH] 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 --- tests/gem_evict_alignment.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/gem_evict_alignment.c b/tests/gem_evict_alignment.c index c019b18..2bf3305 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") { -- 2.7.4