From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) by gabe.freedesktop.org (Postfix) with ESMTPS id 78C6E10E088 for ; Tue, 26 Dec 2023 11:36:14 +0000 (UTC) From: Swati Sharma To: igt-dev@lists.freedesktop.org Subject: [PATCH i-g-t] intel-ci/xe.blocklist: fix regex Date: Tue, 26 Dec 2023 17:07:48 +0530 Message-Id: <20231226113748.5477-1-swati2.sharma@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Fix regex, since its block-listing "igt@kms_frontbuffer_tracking@pipe-fbc-rte" which is not meant to be. Fixes: 6be4fb999 ("intel-ci: Blacklist tests on pipe I to pipe P") Signed-off-by: Swati Sharma Acked-by: Kamil Konieczny --- tests/intel-ci/xe.blocklist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt index 7c28c3471..cd8960c64 100644 --- a/tests/intel-ci/xe.blocklist.txt +++ b/tests/intel-ci/xe.blocklist.txt @@ -47,7 +47,7 @@ igt@tools_test # KMS: Pipe E to Pipe P are not available on Intel hardware, # hence can't use more than 4 displays. ################################################################## -igt@.*@.*pipe-[e-pE-P].* +igt@.*@.*pipe-[e-pE-P]($|-.*) igt@kms_bw@.*-([5-9]|1[0-6])-displays-.* ################################################################## # KMS: Tests specific to i915 driver -- 2.25.1