From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0872ECAC592 for ; Mon, 15 Sep 2025 20:39:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A369A10E570; Mon, 15 Sep 2025 20:39:29 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Y3aAAmKJ"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) by gabe.freedesktop.org (Postfix) with ESMTPS id 58EC010E570 for ; Mon, 15 Sep 2025 20:39:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1757968768; x=1789504768; h=date:message-id:from:to:subject:in-reply-to:references: mime-version; bh=lTPJPDpqUWMmv5eOLIRZK+j8JFIqwU0as+qmvnRD/L8=; b=Y3aAAmKJI/23Im8a2UI9tNBfJeoHdx673+jjkX9xLqi47G2FduzCc0vV OpRbwmJT/sn5IRSshsvaAi1KChNXtEAn/1HIBb17NngxQdds6hAONYg7W cXsa/me690P0w/SCDJscsTex5wj8QPnphEw1uECkbUbyySs4mZeJGIs9U KYOD5wPFNHZdkbQHFPyN5IFZPyZgWCJ5NAkzHB6ep5+TndPMMW0D5nUAM hN3MIGC1ZaM3AoxI1yt0o6kaoRHRK0eLj3wSVD6OLfaUSfUwp8KGEc+hC 6sy+mkXpVnqXUtHc7pL77yZKCXsMs1ZC6Th314k2BOA2X/iEuQv9bocUG A==; X-CSE-ConnectionGUID: JyaKw/3kRS6/X8Xfm3fgSw== X-CSE-MsgGUID: le3eOv2nQzK/bODxOY21Ug== X-IronPort-AV: E=McAfee;i="6800,10657,11554"; a="70859774" X-IronPort-AV: E=Sophos;i="6.18,267,1751266800"; d="scan'208";a="70859774" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2025 13:39:28 -0700 X-CSE-ConnectionGUID: WWeJMAieTAaOeu7B+ym2xg== X-CSE-MsgGUID: l7OCQCPYQDKZooozOxFC/A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.18,267,1751266800"; d="scan'208";a="178736263" Received: from unknown (HELO adixit-MOBL3.intel.com) ([10.241.243.106]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2025 13:39:28 -0700 Date: Mon, 15 Sep 2025 13:39:26 -0700 Message-ID: <87ms6v78n5.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Kamil Konieczny , pravalika.gurram@intel.com, igt-dev@lists.freedesktop.org, nishit.sharma@intel.com, himal.prasad.ghimiray@intel.com Subject: Re: [PATCH v6 2/2] intel-ci: Blocklist compression PAT index for LNL In-Reply-To: <871po7k6uq.wl-ashutosh.dixit@intel.com> References: <20250915105057.1468276-1-pravalika.gurram@intel.com> <20250915105057.1468276-3-pravalika.gurram@intel.com> <20250915120829.ghqdzoe3wz3kl5vp@kamilkon-DESK.igk.intel.com> <871po7k6uq.wl-ashutosh.dixit@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" On Mon, 15 Sep 2025 09:39:41 -0700, Dixit, Ashutosh wrote: > > On Mon, 15 Sep 2025 05:08:29 -0700, Kamil Konieczny wrote: > > > > Hi pravalika.gurram, > > On 2025-09-15 at 16:20:57 +0530, pravalika.gurram@intel.com wrote: > > > From: Pravalika Gurram > > > > > > Madvise does not support compression on LNL. > > > Therefore, compression-related PAT index > > > test cases have been blocklisted for this platform. > > > > > > Signed-off-by: Pravalika Gurram > > > > Acked-by: Kamil Konieczny > > What is the guidance for when we blocklist a test vs. when we skip it, > using igt_skip or igt_require? IMO we should skip it in the code, so anyone looking at the code will know the test doesn't work on LNL, without having to look at the blocklists. Blocklisting concerns CI, so we may or may not want to blocklist it for CI (in addition to skipping in code). > > > > > > --- > > > tests/intel-ci/xe.lnl.core.blocklist.txt | 6 ++++++ > > > 1 file changed, 6 insertions(+) > > > > > > diff --git a/tests/intel-ci/xe.lnl.core.blocklist.txt b/tests/intel-ci/xe.lnl.core.blocklist.txt > > > index 1e69170d8..3a21d7263 100644 > > > --- a/tests/intel-ci/xe.lnl.core.blocklist.txt > > > +++ b/tests/intel-ci/xe.lnl.core.blocklist.txt > > > @@ -83,3 +83,9 @@ igt@xe_live_ktest@xe_eudebug > > > igt@xe_oa@oa-tlb-invalidate > > > igt@xe_oa@unprivileged-single-ctx-counters > > > ################################################################## > > > +# Expected fail as per the current behaviour compression > > > +# for madvise needs to skipped on LNL > > > +################################################################## > > > +igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-wt-.* > > > +igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-comp-.* > > > +################################################################## > > > -- > > > 2.34.1 > > >