mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 00:17:58 +02:00
Mark test/leaky-dash as an expected failure.
This commit is contained in:
parent
734e10709f
commit
a64b946ee0
2 changed files with 3 additions and 1 deletions
|
|
@ -292,6 +292,7 @@ XFAIL_TESTS = \
|
|||
a8-mask \
|
||||
extend-reflect \
|
||||
filter-nearest-offset \
|
||||
leaky-dash \
|
||||
pixman-rotate \
|
||||
self-intersecting \
|
||||
text-rotate
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue