summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-30 16:54:23 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-30 16:54:23 +0000
commitab15d7627506a837fea7101661425bb923ef5b4f (patch)
tree7c0e5fe607cd18441080399dad33b0e631740256
parent540f555840ba4076e3ab86669daf9bee5695afa2 (diff)
[test] Remove XFAIL from user-font-mask
user-font-mask should PASS modulo the scaling anomalies in the external renderers, so remove it from the XFAIL list.
-rw-r--r--test/Makefile.am15
-rw-r--r--test/user-font-mask-pdf-ref.pngbin0 -> 1927 bytes
-rw-r--r--test/user-font-mask-ps2-ref.pngbin0 -> 1927 bytes
-rw-r--r--test/user-font-mask-ps3-ref.pngbin0 -> 1927 bytes
-rw-r--r--test/user-font-mask-svg11-ref.pngbin0 -> 2224 bytes
5 files changed, 6 insertions, 9 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index eaeff9af..887bd73a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -938,7 +938,11 @@ REFERENCE_IMAGES = \
user-font-ps3-ref.png \
user-font-svg12-ref.png \
user-font-svg11-ref.png \
- user-font-mask-ref.png \
+ user-font-mask-ref.png \
+ user-font-mask-pdf-ref.png \
+ user-font-mask-ps2-ref.png \
+ user-font-mask-ps3-ref.png \
+ user-font-mask-svg11-ref.png \
user-font-proxy-ref.png \
user-font-proxy-pdf-ref.png \
user-font-proxy-ps2-ref.png \
@@ -1017,13 +1021,6 @@ $(REFERENCE_IMAGES)
# /Interpolate support - which causes a half-pixel
# shift in GS (and consequently virtually every
# image/fallback-image using test to FAIL).
-# user-font-mask - Two bugs here: an unsigned promotion issue and
-# non-negative pattern extents. Chris claims
-# to have fixes in hand for both, but doesn't
-# feel comfortable pushing them just before
-# the 1.8.2 release. So if 1.9.x is open and
-# this comment is still here, please pester
-# Chris.
XFAIL_TESTS = \
alpha-similar$(EXEEXT) \
big-line$(EXEEXT) \
@@ -1040,7 +1037,7 @@ surface-pattern$(EXEEXT) \
surface-pattern-big-scale-down$(EXEEXT) \
surface-pattern-scale-down$(EXEEXT) \
surface-pattern-scale-up$(EXEEXT) \
-user-font-mask$(EXEEXT)
+$(NULL)
# Any test that doesn't generate a log file goes here
NOLOG_TESTS = \
diff --git a/test/user-font-mask-pdf-ref.png b/test/user-font-mask-pdf-ref.png
new file mode 100644
index 00000000..ebf14858
--- /dev/null
+++ b/test/user-font-mask-pdf-ref.png
Binary files differ
diff --git a/test/user-font-mask-ps2-ref.png b/test/user-font-mask-ps2-ref.png
new file mode 100644
index 00000000..ebf14858
--- /dev/null
+++ b/test/user-font-mask-ps2-ref.png
Binary files differ
diff --git a/test/user-font-mask-ps3-ref.png b/test/user-font-mask-ps3-ref.png
new file mode 100644
index 00000000..ebf14858
--- /dev/null
+++ b/test/user-font-mask-ps3-ref.png
Binary files differ
diff --git a/test/user-font-mask-svg11-ref.png b/test/user-font-mask-svg11-ref.png
new file mode 100644
index 00000000..55006bf7
--- /dev/null
+++ b/test/user-font-mask-svg11-ref.png
Binary files differ