[igt-dev] [RFC PATCH] i915/gem_exec_blt: Remove cold-* subtests

Vanshidhar Konda vanshidhar.r.konda at intel.com
Thu Oct 31 23:40:04 UTC 2019


The cold-* subtests run the same test as normal-*. Is there are reason
to keep it?

---
 tests/i915/gem_exec_blt.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/i915/gem_exec_blt.c b/tests/i915/gem_exec_blt.c
index ffb60d0c..ad3e1668 100644
--- a/tests/i915/gem_exec_blt.c
+++ b/tests/i915/gem_exec_blt.c
@@ -324,9 +324,6 @@ igt_main
 	for (r = rps; r->suffix; r++) {
 		igt_fixture r->func(sysfs);
 
-		igt_subtest_f("cold%s", r->suffix)
-			run(fd, OBJECT_SIZE, false);
-
 		igt_subtest_f("normal%s", r->suffix)
 			run(fd, OBJECT_SIZE, false);
 
-- 
2.21.0



More information about the igt-dev mailing list