summaryrefslogtreecommitdiff
path: root/tests/i915/gem_pwrite.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2020-11-07 13:47:53 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2020-11-07 20:17:04 +0000
commit80435e0cacc2b6cdf0df2aa798f5a09704c1bea6 (patch)
treec7ff088d08404a18ffc27a91152eedc715c352fc /tests/i915/gem_pwrite.c
parentbd66a0f80e10f055d081960a5e00b073542d6c7a (diff)
i915/gem_pwrite: Enable some subtests for CI
CI blacklists gem_pwrite !basic subtests, but there are a few in there are foundational so include them. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Matthew Auld <matthew.auld@intel.com>
Diffstat (limited to 'tests/i915/gem_pwrite.c')
-rw-r--r--tests/i915/gem_pwrite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/i915/gem_pwrite.c b/tests/i915/gem_pwrite.c
index 24875505..5fc9a1cc 100644
--- a/tests/i915/gem_pwrite.c
+++ b/tests/i915/gem_pwrite.c
@@ -509,10 +509,10 @@ igt_main_args("s:", NULL, help_str, opt_handler, NULL)
}
}
- igt_subtest("self")
+ igt_subtest("basic-self")
pwrite_self(fd);
- igt_subtest("exhaustion")
+ igt_subtest("basic-exhaustion")
test_exhaustion(fd);
for (c = cache; c->level != -1; c++) {