gem_evict_alignment: Skip on GEN8 for now

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky 2013-11-07 23:05:01 -08:00
parent 7c41331364
commit 2c0fc4a2e4

View File

@ -190,6 +190,9 @@ 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") {
size = 1024 * 1024;
count = 3*gem_aperture_size(fd) / size / 4;