From f8af3565bd9d79c16c48bc017d3698b4c19bed4f Mon Sep 17 00:00:00 2001 From: marius vlad Date: Mon, 8 Feb 2016 19:12:58 +0200 Subject: tests/kms_pipe_crc_basic: Don't suspend the machine if the pipe is not present. suspend-read-crc-pipe will perform a suspend and then skip the test in case the pipe is not present or is fused w/ another pipe. Skip the test before doing the suspend. v2: Somehow the subject was trimmed. Reviewed-by: Daniel Vetter Signed-off-by: Marius Vlad --- tests/kms_pipe_crc_basic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/kms_pipe_crc_basic.c') diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c index ee76fd30..4de53bc7 100644 --- a/tests/kms_pipe_crc_basic.c +++ b/tests/kms_pipe_crc_basic.c @@ -222,6 +222,7 @@ igt_main test_read_crc(&data, i, TEST_SEQUENCE | TEST_NONBLOCK); igt_subtest_f("suspend-read-crc-pipe-%c", 'A'+i) { + igt_skip_on(i >= data.display.n_pipes); igt_system_suspend_autoresume(); test_read_crc(&data, i, 0); -- cgit v1.2.3