summaryrefslogtreecommitdiff
path: root/tests/kms_flip_event_leak.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-10-13 11:40:12 +0100
committerThomas Wood <thomas.wood@intel.com>2014-11-06 13:24:29 +0000
commit3d0dca47c6fdec0720aca8016af9a889a0eb3409 (patch)
treeb7dd7b77b0928536595374ce56672d00bedd5bb0 /tests/kms_flip_event_leak.c
parentf8b3c704af190fcf49f358ea1395ad8fb8b5b5cb (diff)
docs: add some test descriptions
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
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;