From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (unknown [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id BE6EA10E5CE for ; Thu, 3 Aug 2023 08:30:26 +0000 (UTC) Date: Thu, 3 Aug 2023 10:30:18 +0200 From: Mauro Carvalho Chehab To: Katarzyna Dec Message-ID: <20230803103018.20ed8059@maurocar-mobl2> In-Reply-To: <20230803082134.3039513-2-katarzyna.dec@intel.com> References: <20230803082134.3039513-1-katarzyna.dec@intel.com> <20230803082134.3039513-2-katarzyna.dec@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [PATCH i-g-t 1/1] tests/intel-ci: Add detailed description to blocked tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Thu, 3 Aug 2023 08:21:34 +0000 Katarzyna Dec wrote: > Update of description of blocked tests: > * mock DRM KUnit: > igt@dmabuf.* > igt@drm_buddy > igt@drm_mm > igt@kms_selftest.* > * test blocked as KMD not ready > igt@xe_sysfs* > > Signed-off-by: Katarzyna Dec > Cc: Mauro Carvalho Chehab > Cc: Priyanka Dandamudi Reviewed-by: Mauro Carvalho Chehab > --- > tests/intel-ci/xe.blocklist.txt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt > index b40dd4f70..2398acf3d 100644 > --- a/tests/intel-ci/xe.blocklist.txt > +++ b/tests/intel-ci/xe.blocklist.txt > @@ -21,7 +21,8 @@ igt@gen.* > igt@perf.* > igt@sysfs_.* > ################################################################## > -# Exclude kselftest > +# Exclude mock DRM KUnit from IGT, as those already run at build > +# time on Intel CI > ################################################################# > igt@dmabuf.* > igt@drm_buddy > @@ -81,5 +82,8 @@ igt@kms_getfb@.*-ccs > igt@kms_plane_lowres@tiling-(4|x|y|yf) > igt@kms_.*@.*hang.* > ################################################################## > +# xe_sysfs tests are blocked due to KMD not ready yet > +# To be UNBLOCKED after KMD is merged > +################################################################## > igt@xe_sysfs* > ##################################################################