diff options
author | Carl Worth <cworth@cworth.org> | 2009-10-15 15:33:20 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-10-15 15:33:20 -0700 |
commit | ad6334b9870c63e641b531d6e910c084b587d0f9 (patch) | |
tree | 88f92e24d7ded179629f1843ba8dd28443745c06 | |
parent | cdad5e10768978b11088f82858a1e6e0037dc0a7 (diff) |
Add mising images to REFERENCE_IMAGES list.1.9.4
Again, the kind of thing that only gets fixed at release time.
But at least we have a nice test for this.
-rw-r--r-- | test/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 8c36e659a..d7813f7fa 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -143,6 +143,8 @@ REFERENCE_IMAGES = \ alpha-similar.svg.argb32.xfail.png \ alpha-similar.svg.rgb24.xfail.png \ big-line.ref.png \ + big-line.xlib-fallback.ref.png \ + big-line.xlib.ref.png \ bilevel-image.ref.png \ bitmap-font.ref.png \ bitmap-font.rgb24.ref.png \ @@ -514,6 +516,8 @@ REFERENCE_IMAGES = \ ft-text-vertical-layout-type3.svg.ref.png \ ft-text-vertical-layout-type3.xlib.ref.png \ get-group-target.ref.png \ + glitz-surface-source.argb32.ref.png \ + glitz-surface-source.rgb24.ref.png \ glitz-surface-source.ps2.ref.png \ glitz-surface-source.ps3.ref.png \ glyph-cache-pressure.ps2.ref.png \ @@ -820,6 +824,8 @@ REFERENCE_IMAGES = \ rotated-clip.xlib.ref.png \ scale-down-source-surface-paint.ref.png \ scale-offset-image.gl.ref.png \ + scale-offset-image.pdf.argb32.ref.png \ + scale-offset-image.pdf.rgb24.ref.png \ scale-offset-image.ps.ref.png \ scale-offset-image.ref.png \ scale-offset-image.xfail.png \ @@ -827,6 +833,8 @@ REFERENCE_IMAGES = \ scale-offset-image.xlib.xfail.png \ scale-offset-image.xlib-fallback.xfail.png \ scale-offset-similar.gl.ref.png \ + scale-offset-similar.pdf.argb32.ref.png \ + scale-offset-similar.pdf.rgb24.ref.png \ scale-offset-similar.ps.ref.png \ scale-offset-similar.ref.png \ scale-offset-similar.xfail.png \ |