[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:
Chris Wilson 2008-09-27 17:37:32 +01:00
parent 871f683367
commit 35f1e2fa4f
2 changed files with 2 additions and 4 deletions

View file

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

View file

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