summaryrefslogtreecommitdiff
path: root/tests/kms_flip_event_leak.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_flip_event_leak.c')
-rw-r--r--tests/kms_flip_event_leak.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/kms_flip_event_leak.c b/tests/kms_flip_event_leak.c
index 0b454719..8a5e6db3 100644
--- a/tests/kms_flip_event_leak.c
+++ b/tests/kms_flip_event_leak.c
@@ -39,12 +39,12 @@ typedef struct {
igt_display_t display;
} data_t;
-/*
- * This test tries to provoke the kernel to leak a pending page flip event
- * when the fd is closed before the flip has completed. The test itself won't
- * fail even if the kernel leaks the event, but the resulting dmesg WARN
- * will cause piglit to report a failure.
- */
+IGT_TEST_DESCRIPTION(
+ "This test tries to provoke the kernel into leaking a pending page flip "
+ "event when the fd is closed before the flip has completed. The test "
+ "itself won't fail even if the kernel leaks the event, but the resulting "
+ "dmesg WARN will indicate a failure.");
+
static bool test(data_t *data, enum pipe pipe, igt_output_t *output)
{
igt_plane_t *primary;