From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from NAM10-MW2-obe.outbound.protection.outlook.com (mail-mw2nam10on2089.outbound.protection.outlook.com [40.107.94.89]) by gabe.freedesktop.org (Postfix) with ESMTPS id C39986E073 for ; Tue, 28 Sep 2021 13:35:21 +0000 (UTC) References: <20210927160700.1570885-1-aurabindo.pillai@amd.com> From: Aurabindo Pillai Message-ID: <0e047200-f40a-daa8-80d8-4745da3b9430@amd.com> Date: Tue, 28 Sep 2021 09:35:10 -0400 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_flip : skip subtest bo-too-big List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Petri Latvala Cc: Mark Yacoub , Development mailing list for IGT GPU Tools , Mark Yacoub , "Siqueira, Rodrigo" List-ID: On 9/28/21 5:15 AM, Petri Latvala wrote: > On Mon, Sep 27, 2021 at 07:10:45PM +0000, Pillai, Aurabindo wrote: >> Skipping using the continue statement has the side effect of this >> subtest being absent from the list of subtests, when running the >> test executable with paramter --list-subtest. Is that okay ? > It's not okay btw. When you're not in an igt_fixture or an > igt_subtest, you cannot use anything that touches the hardware or the > running system in any way. > > In that case, please discard v2. Is this version good enough ?