[igt-dev] [PATCH i-g-t 1/3] intel-ci: Only skip the hanging gem_exec_fence tests
Chris Wilson
chris at chris-wilson.co.uk
Sat May 2 13:40:07 UTC 2020
gem_exec_fence includes a bunch of functional syncobj tests that are
currently being skipped due to an eagerness to avoid the intentionally
very slow hang tests.
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
---
tests/intel-ci/blacklist.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 08333afff..ecbec5080 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -26,7 +26,7 @@ igt at gem_evict_alignment(@.*)?
igt at gem_evict_everything(@.*)?
igt at gem_exec_big@(?!.*single).*
igt at gem_exec_capture@many-(?!4K-).*
-igt at gem_exec_fence@(?!.*basic).*
+igt at gem_exec_fence@.*hang.*
igt at gem_exec_flush@(?!.*basic).*
igt at gem_exec_latency(@.*)?
igt at gem_exec_lut_handle(@.*)?
--
2.26.2
More information about the igt-dev
mailing list