From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id C31B089B8F for ; Thu, 5 Aug 2021 07:46:50 +0000 (UTC) Date: Thu, 5 Aug 2021 09:46:43 +0200 From: Zbigniew =?utf-8?Q?Kempczy=C5=84ski?= Message-ID: <20210805074643.GD3295@zkempczy-mobl2> References: <20210726200026.4815-1-zbigniew.kempczynski@intel.com> <20210726200026.4815-10-zbigniew.kempczynski@intel.com> <87czqsu3vh.wl-ashutosh.dixit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87czqsu3vh.wl-ashutosh.dixit@intel.com> Subject: Re: [igt-dev] [PATCH i-g-t v3 09/52] tests/gem_bad_reloc: Skip on gens where relocations are not supported List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: "Dixit, Ashutosh" Cc: igt-dev@lists.freedesktop.org, Petri Latvala List-ID: On Wed, Aug 04, 2021 at 05:33:38PM -0700, Dixit, Ashutosh wrote: > On Mon, 26 Jul 2021 12:59:43 -0700, Zbigniew Kempczyński wrote: > > > > Reviewed-by: Ashutosh Dixit > > Though looks like this is already merged. Eh, I walked through my failure list before I merged Tejas patch. Thanks for catching this, I remove this patch from series. -- Zbigniew > > > Signed-off-by: Zbigniew Kempczyński > > Cc: Petri Latvala > > Cc: Ashutosh Dixit > > --- > > tests/i915/gem_bad_reloc.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/tests/i915/gem_bad_reloc.c b/tests/i915/gem_bad_reloc.c > > index 3ca0f3452..0e9c4c79c 100644 > > --- a/tests/i915/gem_bad_reloc.c > > +++ b/tests/i915/gem_bad_reloc.c > > @@ -195,6 +195,7 @@ igt_main > > /* Check if relocations supported by platform */ > > igt_require(gem_has_relocations(fd)); > > gem_require_blitter(fd); > > + igt_require(gem_has_relocations(fd)); > > } > > > > igt_subtest("negative-reloc") > > -- > > 2.26.0 > >