From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7E5196EBF9 for ; Fri, 13 Mar 2020 15:29:26 +0000 (UTC) From: Arkadiusz Hiler Date: Fri, 13 Mar 2020 17:29:10 +0200 Message-ID: <20200313152911.580802-1-arkadiusz.hiler@intel.com> MIME-Version: 1.0 Subject: [igt-dev] [PATCH i-g-t 1/2] tests/intel-ci/blacklist: Blacklist kms_chamelium@hdmi-*-planes-random List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org Cc: Petri Latvala , Martin Peres List-ID: 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 Cc: Martin Peres Signed-off-by: Arkadiusz Hiler --- 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@gen7_exec_parse@.*lri.* ############################################### igt@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@kms_chamelium@hdmi-.*-planes-random +############################################### # Broadcom ############################################### igt@vc4_.* -- 2.24.1 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev