Mark test/leaky-dash as an expected failure.

This commit is contained in:
Carl Worth 2006-06-29 06:24:44 +02:00
parent 734e10709f
commit a64b946ee0
2 changed files with 3 additions and 1 deletions

View file

@ -292,6 +292,7 @@ XFAIL_TESTS = \
a8-mask \
extend-reflect \
filter-nearest-offset \
leaky-dash \
pixman-rotate \
self-intersecting \
text-rotate

View file

@ -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");
}