summaryrefslogtreecommitdiff
path: root/test/self-copy-overlap.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/self-copy-overlap.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/self-copy-overlap.c')
-rw-r--r--test/self-copy-overlap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/self-copy-overlap.c b/test/self-copy-overlap.c
index d9e6caa37..2f49ab088 100644
--- a/test/self-copy-overlap.c
+++ b/test/self-copy-overlap.c
@@ -43,7 +43,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (self_copy_overlap,
"Tests painting to itself using itself as the source"
"\nBackends treat this case inconsistently---vector backends are creating snapshots.",
- "XFAIL=!image,test-meta,test-paginated,pdf,ps,svg self-copy", /* keywords */
+ "self-copy", /* keywords */
NULL, /* requirements */
200, 200,
NULL, draw)