From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6A17910E5A9 for ; Fri, 20 Oct 2023 13:34:19 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.252.0.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id 40F42580CD9 for ; Fri, 20 Oct 2023 06:34:18 -0700 (PDT) Received: from maurocar by linux.intel.com with local (Exim 4.96.1) (envelope-from ) id 1qtpdn-000ZFX-1D for igt-dev@lists.freedesktop.org; Fri, 20 Oct 2023 15:34:15 +0200 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Fri, 20 Oct 2023 15:30:10 +0200 Message-ID: <20231020133413.135395-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/1] fix igt_runner job list handler List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab As reported at: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/149 IGT runner is not properly generating a testlist on some cases. The problem is that subtest expansion is not done properly when a test list is passed to the runner together with blocklist(s). Fix it by ensuring that subtests will be handled whenever a block list is passed to it. Mauro Carvalho Chehab (1): igt_runner: job_list: expand subtests also when --test-list is used runner/job_list.c | 56 ++++++++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 22 deletions(-) -- 2.41.0