mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-25 15:00:31 +01:00
[test/operator*] Remove XFAIL descriptions.
The tests should now pass, so remove the line claiming that they fail for unknown reasons.
This commit is contained in:
parent
871f683367
commit
35f1e2fa4f
2 changed files with 2 additions and 4 deletions
|
|
@ -33,8 +33,7 @@ static cairo_test_draw_function_t draw;
|
|||
|
||||
static const cairo_test_t test = {
|
||||
"operator-alpha",
|
||||
"Tests using set_operator() with an non-opaque source"
|
||||
"\nCurrently failing on the PDF backend for an unknown reason.",
|
||||
"Tests using set_operator() with an non-opaque source",
|
||||
(SIZE+PAD) * N_OPERATORS + PAD, SIZE + 2*PAD,
|
||||
draw
|
||||
};
|
||||
|
|
|
|||
|
|
@ -33,8 +33,7 @@ static cairo_test_draw_function_t draw;
|
|||
|
||||
static const cairo_test_t test = {
|
||||
"operator",
|
||||
"Tests using set_operator()"
|
||||
"\nCurrently failing on the PDF backend for an unknown reason.",
|
||||
"Tests using set_operator()",
|
||||
(SIZE+PAD) * N_OPERATORS + PAD, SIZE + 2*PAD,
|
||||
draw
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue