From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (unknown [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 83C0710E031 for ; Fri, 28 Jul 2023 04:10:34 +0000 (UTC) Message-ID: <141b3f1c-ee35-1b09-1b82-aa6e8bbe4fb9@intel.com> Date: Fri, 28 Jul 2023 09:40:02 +0530 MIME-Version: 1.0 Content-Language: en-US To: Swati Sharma , igt-dev@lists.freedesktop.org References: <20230726161400.900442-2-swati2.sharma@intel.com> From: "Joshi, Kunal1" In-Reply-To: <20230726161400.900442-2-swati2.sharma@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [i-g-t, 2/2] tests/intel-ci: blocklist hang and tiling tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On 7/26/2023 9:44 PM, Swati Sharma wrote: > Hang and tiling tests are not enabled yet. Blocklist > these tests till we have feature supported. > > Signed-off-by: Swati Sharma > --- > tests/intel-ci/xe.blocklist.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt > index 02edeb6b6..b40dd4f70 100644 > --- a/tests/intel-ci/xe.blocklist.txt > +++ b/tests/intel-ci/xe.blocklist.txt > @@ -64,7 +64,7 @@ igt@kms_busy@.* > igt@kms_psr@.*_mmap_(cpu|gtt) > igt@kms_legacy_colorkey@basic > igt@kms_legacy_colorkey@invalid-plane > -igt@kms_flip_scaled_crc@flip-(32|64)bpp-(4|x|y|yf)tile-.* > +igt@kms_flip_scaled_crc@flip-(32|64)bpp-(4|x|y|yf|tileccs)tile-.* > igt@kms_big_fb@(4|x|y|yf)-tiled-.* > igt@kms_flip@2x-flip-vs-fences > igt@kms_flip@flip-vs-fences(-interruptible) > @@ -79,6 +79,7 @@ igt@kms_rotation_crc@exhaust-fences > igt@kms_force_connector_basic@force-load-detect > igt@kms_getfb@.*-ccs > igt@kms_plane_lowres@tiling-(4|x|y|yf) > +igt@kms_.*@.*hang.* > ################################################################## > igt@xe_sysfs* > ################################################################## Reviewed-by: Kunal Joshi