summaryrefslogtreecommitdiff
path: root/test/smask-paint.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-07-13 14:31:43 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-07-13 15:19:51 +0100
commit655a4dbc36d95ce4a82cbc13aa9e2002b41fa4de (patch)
tree0e825759930fe4b6161315d5a6fb8db004a2d0b9 /test/smask-paint.c
parenta81cf14bd6de545e9108f5c24c59e55026df86de (diff)
[test] Track XFAIL using expected results stored as xfail.png
Instead of tagging the sources, which is insensitive to changes, track the known failure modes by recording the current fail as an xfail.png reference. (We also introduce a new.png to track a fresh error, so that they are not lost in the noise of the old XFAILs and hopefully do not cause everyone to fret). As we have removed the XFAIL tagging we find, surprise surprise, that some tests are now working -- so review all the reference images (as also some .ref.png now should be .xfail.png). Note: I've only checked image,pdf,ps,svg. The test surfaces report some failures that probably need to addressed in source. I've not correct the changes for win32 and quartz. Nor fixed up the experimental backends.
Diffstat (limited to 'test/smask-paint.c')
-rw-r--r--test/smask-paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smask-paint.c b/test/smask-paint.c
index e1cdaf08f..ee781caae 100644
--- a/test/smask-paint.c
+++ b/test/smask-paint.c
@@ -75,7 +75,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (smask_paint,
"Test the support of \"soft\" masks with paints",
- "XFAIL=pdf smask, paint", /* keywords */
+ "smask, paint", /* keywords */
NULL, /* requirements */
60, 60,
NULL, draw)