From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id C3E5D10EA0E for ; Wed, 13 Apr 2022 13:15:43 +0000 (UTC) Message-ID: <39e0c112-26a3-d19b-ddcf-46bbaeaf9cdb@intel.com> Date: Wed, 13 Apr 2022 15:15:35 +0200 Content-Language: en-US References: <30f142d1224167426fd006503a977c06d91e1ad3.1649753814.git.mchehab@kernel.org> From: Andrzej Hajda In-Reply-To: <30f142d1224167426fd006503a977c06d91e1ad3.1649753814.git.mchehab@kernel.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH v2 08/12] scripts/code_cov_parse_info: better handle test name List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Mauro Carvalho Chehab , igt-dev@lists.freedesktop.org, Petri Latvala , Ch Sai Gowtham List-ID: On 12.04.2022 10:59, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab > > The TN field generated by standard lcov is weird: it keeps > repeating the TN field from time to time. At genhtml, it seems > that only the first one is used. > > As we're using TN to indicate the test name, preserve all different > test names at the output file. > > Also, printing such names doesn't really makes sense when > --print-used and --print-unused command line options are used, > and printing a list of 100+ names won't make much sense. > > So, just remove printing the test names. > > Reviewed-by: Ch Sai Gowtham > Signed-off-by: Mauro Carvalho Chehab > --- > > Reviewed-by: Andrzej Hajda Regards Andrzej