diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-13 14:31:43 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-13 15:19:51 +0100 |
commit | 655a4dbc36d95ce4a82cbc13aa9e2002b41fa4de (patch) | |
tree | 0e825759930fe4b6161315d5a6fb8db004a2d0b9 /test/operator-alpha.c | |
parent | a81cf14bd6de545e9108f5c24c59e55026df86de (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/operator-alpha.c')
-rw-r--r-- | test/operator-alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/operator-alpha.c b/test/operator-alpha.c index 473ef20c..1ce4ecdf 100644 --- a/test/operator-alpha.c +++ b/test/operator-alpha.c @@ -59,7 +59,7 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (operator_alpha, "Tests using set_operator() with an non-opaque source", - "XFAIL=svg12 operator, alpha", /* keywords */ + "operator, alpha", /* keywords */ NULL, /* requirements */ (SIZE+PAD) * N_OPERATORS + PAD, SIZE + 2*PAD, NULL, draw) |