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 7B5EF6E261 for ; Fri, 13 Dec 2019 03:07:00 +0000 (UTC) Date: Thu, 12 Dec 2019 19:07:57 -0800 From: Manasi Navare Message-ID: <20191213030756.GA27115@intel.com> References: <20191212062622.12608-1-karthik.b.s@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191212062622.12608-1-karthik.b.s@intel.com> Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Skip the test when all the tiled connectors are not connected 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: Karthik B S Cc: igt-dev@lists.freedesktop.org List-ID: Thank you for your patch, pushed to igt On Thu, Dec 12, 2019 at 11:56:22AM +0530, Karthik B S wrote: > The test expects all the tiled connectors to be connected for execution. > If all the tiled connectors are not connected, then skip the test. > > Signed-off-by: Karthik B S > --- > tests/kms_dp_tiled_display.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/kms_dp_tiled_display.c b/tests/kms_dp_tiled_display.c > index 175ff12..6bde7cf 100644 > --- a/tests/kms_dp_tiled_display.c > +++ b/tests/kms_dp_tiled_display.c > @@ -159,6 +159,8 @@ static void get_connectors(data_t *data) > > count++; > } > + igt_require_f(count == data->num_h_tiles, > + "All the tiled connectors are not connected\n"); > } > > static void > -- > 2.7.4 > _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev