tests/kms_flip: Add a note that the test was skipped when modeset fails

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
Ville Syrjälä 2015-11-11 15:07:00 +02:00
parent a09880d1c3
commit 29cd8a092e

View File

@ -1433,6 +1433,7 @@ static void run_test_on_crtc_set(struct test_output *o, int *crtc_idxs,
*/
igt_assert_f(crtc_count > 1 || crtc_idxs[0] < 2,
"set_mode may only fail on the 3rd pipe or in multiple crtc tests\n");
igt_info("\n%s: SKIPPED\n\n", test_name);
goto out;
}
igt_assert(fb_is_bound(o, o->fb_ids[0]));