[igt-dev] [PATCH] [PATCH i-g-t]i915/gem_sync:Corrected legacy Dynamic test case name
Arjun Melkaveri
arjun.melkaveri at intel.com
Thu Apr 30 10:36:12 UTC 2020
Test case for legacy and new engines is same, when listed out.
adding "legacy" in front of test case name to differentiate it.
Cc: Chris Wilson <chris at chris-wilson.co.uk>
Cc: Ursulin Tvrtko <tvrtko.ursulin at intel.com>
Signed-off-by: Arjun Melkaveri <arjun.melkaveri at intel.com>
---
tests/i915/gem_sync.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/i915/gem_sync.c b/tests/i915/gem_sync.c
index b50ad4f2..fd200e50 100644
--- a/tests/i915/gem_sync.c
+++ b/tests/i915/gem_sync.c
@@ -1189,7 +1189,7 @@ igt_main
/* Legacy for selecting rings. */
for_each_test(t, individual) {
- igt_subtest_with_dynamic_f("%s", t->name) {
+ igt_subtest_with_dynamic_f("legacy-%s", t->name) {
for (const struct intel_execution_engine *l = intel_execution_engines; l->name; l++) {
igt_dynamic_f("%s", l->name) {
t->func(fd, eb_ring(l),
--
2.25.1
More information about the igt-dev
mailing list