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 9AE2CCF9C72 for ; Mon, 23 Sep 2024 16:35:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 249CC10E274; Mon, 23 Sep 2024 16:35:38 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="QRKdXr6g"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3E1D310E274 for ; Mon, 23 Sep 2024 16:35:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1727109336; x=1758645336; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version:content-transfer-encoding; bh=//WUwNwDwqr5SlwO7FPrSZzCUusJWgQvyQJZK8hBTeU=; b=QRKdXr6gWd7hXjAq/tCp17Kia5YHiPZ5j+rORAbsGaDcW8CVaqubVDrH 0vUT4NVjMxUEXZFlmmiPJfT4dTmaHcDG7F+JbMZ42O8ujWV/r18efTs+W te5QyFMbmIp7wtzag04otNADZ4tzmaIVhhD9O4ZnRZ7P845Y3dOhcrZtT Npbz6akbtX9V4fp08aOnlMexgWgbpfCBJXSfJwXVhg0C90eN24qkIYivu JPgAoW09NZiWLKqypl6BQ4rck+yPJ7EMCbD5u7GbgkyTlmBN6OISSGU5I AQt+vBWMoDFX/ySKgqTLS9bIjKyL/z+Gs/rfaJsphtejYKoYfM0lHe8wD g==; X-CSE-ConnectionGUID: 5MY9+DOST/Gs31XW5sAhkA== X-CSE-MsgGUID: GbrAA50MTUuwOgABf5QNBg== X-IronPort-AV: E=McAfee;i="6700,10204,11204"; a="36734224" X-IronPort-AV: E=Sophos;i="6.10,251,1719903600"; d="scan'208";a="36734224" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Sep 2024 09:35:35 -0700 X-CSE-ConnectionGUID: PcZDlLVSQ9G2mmDes5dpXA== X-CSE-MsgGUID: SUeExz1KQsCJkkDmxLQpGQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,251,1719903600"; d="scan'208";a="101961981" Received: from orsosgc001.jf.intel.com (HELO orsosgc001.intel.com) ([10.165.21.138]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Sep 2024 09:35:35 -0700 Date: Mon, 23 Sep 2024 09:35:34 -0700 Message-ID: <85zfny5nvt.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Zbigniew =?ISO-8859-2?Q?Kempczy=F1ski?= Cc: , Christoph Manszewski Subject: Re: [PATCH i-g-t] scripts/test_list: Drop logging out list of not compiled tests In-Reply-To: <20240923080520.39559-1-zbigniew.kempczynski@intel.com> References: <20240923080520.39559-1-zbigniew.kempczynski@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/28.2 (x86_64-redhat-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable 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, 23 Sep 2024 01:05:20 -0700, Zbigniew Kempczy=F1ski wrote: > > Logging out of not compiled tests looks like warning what is confusing. > Get rid of this printing to keep building steps clear. > > Signed-off-by: Zbigniew Kempczy=F1ski > Cc: Ashutosh Dixit > Cc: Christoph Manszewski Reviewed-by: Ashutosh Dixit > --- > scripts/test_list.py | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/scripts/test_list.py b/scripts/test_list.py > index 40b6b7829b..867d284003 100644 > --- a/scripts/test_list.py > +++ b/scripts/test_list.py > @@ -1196,8 +1196,6 @@ class TestList: > run_subtests =3D set(self.get_testlist()) > > not_compiled =3D set(self.get_not_compiled()) > - for test_basename in not_compiled: > - print(f"INFO: Found documentation for '{test_basename}' but = no binary") > > # Compare sets > > -- > 2.34.1 >