From 35f1e2fa4f15c562e5cc41578b413c6874e131bc Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 27 Sep 2008 17:37:32 +0100 Subject: [PATCH] [test/operator*] Remove XFAIL descriptions. The tests should now pass, so remove the line claiming that they fail for unknown reasons. --- test/operator-alpha.c | 3 +-- test/operator.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/operator-alpha.c b/test/operator-alpha.c index 128453cf3..28dc7cbad 100644 --- a/test/operator-alpha.c +++ b/test/operator-alpha.c @@ -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 }; diff --git a/test/operator.c b/test/operator.c index 2e4fbd938..bb269b264 100644 --- a/test/operator.c +++ b/test/operator.c @@ -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 };