summaryrefslogtreecommitdiff
path: root/tests/kms_flip.c
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2015-11-11 15:07:00 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2015-11-16 15:35:28 +0200
commit29cd8a092e09bc72535d83d55b5800c3aa21440a (patch)
tree7cfb4f976c0c85dbcdf42d70f7278dba84cff207 /tests/kms_flip.c
parenta09880d1c38343148e824b6a54db3046fb32986d (diff)
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>
Diffstat (limited to 'tests/kms_flip.c')
-rw-r--r--tests/kms_flip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kms_flip.c b/tests/kms_flip.c
index c1ff2e02..c1c5e9ed 100644
--- a/tests/kms_flip.c
+++ b/tests/kms_flip.c
@@ -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]));