Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Manasi Navare <manasi.d.navare@intel.com>
To: Karthik B S <karthik.b.s@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Skip the test when all the tiled connectors are not connected
Date: Thu, 12 Dec 2019 19:07:57 -0800	[thread overview]
Message-ID: <20191213030756.GA27115@intel.com> (raw)
In-Reply-To: <20191212062622.12608-1-karthik.b.s@intel.com>

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 <karthik.b.s@intel.com>
> ---
>  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

      parent reply	other threads:[~2019-12-13  3:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-12  6:26 [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Skip the test when all the tiled connectors are not connected Karthik B S
2019-12-12  7:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-12-12 17:41 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-12-13  2:22 ` [igt-dev] [PATCH i-g-t] " Manasi Navare
2019-12-13  3:07 ` Manasi Navare [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191213030756.GA27115@intel.com \
    --to=manasi.d.navare@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=karthik.b.s@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox