diff options
author | Andrea Canciani <ranma42@gmail.com> | 2009-11-07 19:29:30 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-11-09 16:58:06 +0000 |
commit | c181f9e9aeac375eed07aaab58d177e3476d5117 (patch) | |
tree | c0836615d78841994eba24bfd452264fcb1a2b6c /test/Makefile.am | |
parent | cee3a6169bdf7f64c126c487b443dcb7a9f0586a (diff) |
Add new operator-alpha-alpha test
Compositing of alpha-only sources is not throughly tested and
as a consequence the misbehaviour of some backends is not
shown by the test suite.
[ickle: Added XFAILs for pdf, ps, svg.]
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 8bbce94e..af91f71b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -671,6 +671,10 @@ REFERENCE_IMAGES = \ operator-alpha.rgb24.ref.png \ operator-alpha.svg12.argb32.xfail.png \ operator-alpha.svg12.rgb24.xfail.png \ + operator-alpha-alpha.ref.png \ + operator-alpha-alpha.pdf.xfail.png \ + operator-alpha-alpha.ps.xfail.png \ + operator-alpha-alpha.svg.xfail.png \ operator-clear.ps2.argb32.ref.png \ operator-clear.ps3.argb32.ref.png \ operator-clear.quartz.ref.png \ |