diff options
author | Carl Worth <cworth@cworth.org> | 2006-06-29 06:24:44 +0200 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-06-29 06:24:44 +0200 |
commit | a64b946ee0512d85d3c790c67aad8a882c5c3533 (patch) | |
tree | 05b495e452507765b6fbe36283b98c4686083ed1 /test/leaky-dash.c | |
parent | 734e10709f5c62c0b64e51a03df8e109e7eebe0d (diff) |
Mark test/leaky-dash as an expected failure.
Diffstat (limited to 'test/leaky-dash.c')
-rw-r--r-- | test/leaky-dash.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/leaky-dash.c b/test/leaky-dash.c index 95c5ca75..44f04f0a 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"); } |