[cairo-commit] test/operator-alpha.c test/operator.c
Chris Wilson
ickle at kemper.freedesktop.org
Sat Sep 27 09:38:33 PDT 2008
test/operator-alpha.c | 3 +--
test/operator.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
New commits:
commit 35f1e2fa4f15c562e5cc41578b413c6874e131bc
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Sat Sep 27 17:37:32 2008 +0100
[test/operator*] Remove XFAIL descriptions.
The tests should now pass, so remove the line claiming that they fail
for unknown reasons.
diff --git a/test/operator-alpha.c b/test/operator-alpha.c
index 128453c..28dc7cb 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 2e4fbd9..bb269b2 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
};
More information about the cairo-commit
mailing list