[cairo-commit] test/Makefile.am
Carl Worth
cworth at kemper.freedesktop.org
Tue Oct 28 15:43:07 PDT 2008
test/Makefile.am | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
New commits:
commit 10fd16a05d8549753179ab5cca855539fb7dec94
Author: Carl Worth <cworth at cworth.org>
Date: Tue Oct 28 15:41:40 2008 -0700
Mark user-font-mask as XFAIL.
This test is expected to fail due to a couple of known bugs. Chris
has fixes for both bugs, but is holding off on them until after 1.8.2
to prevent introducing any possible new bugs with his fixes.
diff --git a/test/Makefile.am b/test/Makefile.am
index 5e3c367..787d352 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1016,6 +1016,13 @@ $(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) \
@@ -1031,7 +1038,8 @@ self-intersecting$(EXEEXT) \
surface-pattern$(EXEEXT) \
surface-pattern-big-scale-down$(EXEEXT) \
surface-pattern-scale-down$(EXEEXT) \
-surface-pattern-scale-up$(EXEEXT)
+surface-pattern-scale-up$(EXEEXT) \
+user-font-mask$(EXEEXT)
# Any test that doesn't generate a log file goes here
NOLOG_TESTS = \
More information about the cairo-commit
mailing list