[igt-dev] [PATCH i-g-t v2 2/2] intel-ci: Adjust pipe-specific blacklisting

Petri Latvala petri.latvala at intel.com
Thu Oct 17 09:21:37 UTC 2019


Blacklist pipes E and F usage even when the subtest name ends in
pipe-x.

Signed-off-by: Petri Latvala <petri.latvala at intel.com>
Cc: Martin Peres <martin.peres at linux.intel.com>
---
 tests/intel-ci/blacklist.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 734fa40a..4d1813e5 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -106,5 +106,5 @@ igt at i915_suspend@shrink
 ###############################################
 # pipe-e, pipe-f no current HW support
 ###############################################
-igt at .*@.*pipe-e-.*
-igt at .*@.*pipe-f-.*
+igt at .*@.*pipe-e($|-.*)
+igt at .*@.*pipe-f($|-.*)
-- 
2.19.1



More information about the igt-dev mailing list