[igt-dev] [PATCH i-g-t 1/2] tests/intel-ci/blacklist: Blacklist kms_chamelium at hdmi-*-planes-random

Arkadiusz Hiler arkadiusz.hiler at intel.com
Fri Mar 13 15:29:10 UTC 2020


Tends to generate invalid configurations using CCS planes or
configurations that exceed HW capabilities resulting in sporadic failure
with -EINVAL.

Maintaining extra constraints for Intel's HW is too costly in comparison
to the value provided.

Seems like the test is used by other vendors, so unless they are fine
with removal we'll keep it. In the meantime let's blacklist it for our
CI.

Fixes: https://gitlab.freedesktop.org/drm/intel/issues/1404
Fixes: https://gitlab.freedesktop.org/drm/intel/issues/239
Cc: Petri Latvala <petri.latvala at intel.com>
Cc: Martin Peres <martin.peres at intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
---
 tests/intel-ci/blacklist.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 8085719f..a7bd1e68 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -69,6 +69,17 @@ igt at gen7_exec_parse@.*lri.*
 ###############################################
 igt at kms_frontbuffer_tracking@.*drrs.*
 ###############################################
+# Tends to generate invalid configurations
+# using CCS planes or configurations that
+# exceed HW capabilities resulting in sporadic
+# failure with -EINVAL.
+#
+# Maintaining extra constraints for Intel's HW
+# is too costly in comparison to the value
+# provided.
+###############################################
+igt at kms_chamelium@hdmi-.*-planes-random
+###############################################
 # Broadcom
 ###############################################
 igt at vc4_.*
-- 
2.24.1



More information about the igt-dev mailing list