[igt-dev] [PATCH i-g-t] i915/gem_pwrite: Enable some subtests for CI

Chris Wilson chris at chris-wilson.co.uk
Sat Nov 7 13:48:47 UTC 2020


CI blacklists gem_pwrite !basic subtests, but there are a few in there
are foundational so include them.

Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
---
 tests/i915/gem_pwrite.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/i915/gem_pwrite.c b/tests/i915/gem_pwrite.c
index 7a0864637..492b6035c 100644
--- a/tests/i915/gem_pwrite.c
+++ b/tests/i915/gem_pwrite.c
@@ -510,10 +510,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++) {
-- 
2.29.2



More information about the igt-dev mailing list