public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_pipe_crc_basic: Remove redundant igt_require_pipe
@ 2020-08-06 13:33 Petri Latvala
  2020-08-06 13:37 ` Karthik B S
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Petri Latvala @ 2020-08-06 13:33 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

The plan was to remove the call while merging a6b258448837
("tests/kms_pipe_crc_basic: Sanity check for CRC mismatches")
according to the review feedback, but that was forgotten. Remove it
now.

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Karthik B S <karthik.b.s@intel.com>
Cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
 tests/kms_pipe_crc_basic.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c
index c3c4cdd8..bb66bc6c 100644
--- a/tests/kms_pipe_crc_basic.c
+++ b/tests/kms_pipe_crc_basic.c
@@ -177,7 +177,6 @@ static void test_compare_crc(data_t *data, enum pipe pipe)
 	igt_require_f(output, "No connector found for pipe %s\n",
 			kmstest_pipe_name(pipe));
 
-	igt_require_pipe(display, pipe);
 	igt_display_reset(display);
 	igt_output_set_pipe(output, pipe);
 
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-07  8:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-06 13:33 [igt-dev] [PATCH i-g-t] tests/kms_pipe_crc_basic: Remove redundant igt_require_pipe Petri Latvala
2020-08-06 13:37 ` Karthik B S
2020-08-06 14:04 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-08-06 17:56 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2020-08-07  8:55   ` Petri Latvala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox