summaryrefslogtreecommitdiff
path: root/test/leaky-dash.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/leaky-dash.c')
-rw-r--r--test/leaky-dash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/leaky-dash.c b/test/leaky-dash.c
index 95c5ca753..44f04f0a9 100644
--- a/test/leaky-dash.c
+++ b/test/leaky-dash.c
@@ -64,5 +64,6 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test (&test, draw);
+ return cairo_test_expect_failure (&test, draw,
+ "known bug (#4863) which has existed since the 1.0 release");
}