From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 318E389268 for ; Mon, 9 Nov 2020 06:04:32 +0000 (UTC) Date: Sun, 08 Nov 2020 22:04:31 -0800 Message-ID: <874klzgj68.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20201107134847.65608-1-chris@chris-wilson.co.uk> References: <20201107134847.65608-1-chris@chris-wilson.co.uk> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Subject: Re: [igt-dev] [PATCH i-g-t] i915/gem_pwrite: Enable some subtests for CI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Chris Wilson Cc: igt-dev@lists.freedesktop.org List-ID: On Sat, 07 Nov 2020 05:48:47 -0800, Chris Wilson wrote: > > CI blacklists gem_pwrite !basic subtests, but there are a few in there > are foundational so include them. Reviewed-by: Ashutosh Dixit > Signed-off-by: Chris Wilson > --- > tests/i915/gem_pwrite.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/i915/gem_pwrite.c b/tests/i915/gem_pwrite.c > index 7a0864637..492b6035c 100644 > --- a/tests/i915/gem_pwrite.c > +++ b/tests/i915/gem_pwrite.c > @@ -510,10 +510,10 @@ igt_main_args("s:", NULL, help_str, opt_handler, NULL) > } > } > > - igt_subtest("self") > + igt_subtest("basic-self") > pwrite_self(fd); > > - igt_subtest("exhaustion") > + igt_subtest("basic-exhaustion") > test_exhaustion(fd); > > for (c = cache; c->level != -1; c++) { > -- > 2.29.2 > > _______________________________________________ > igt-dev mailing list > igt-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/igt-dev _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev