diff options
author | Carl Worth <cworth@cworth.org> | 2008-10-28 15:41:40 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-10-28 15:41:40 -0700 |
commit | 10fd16a05d8549753179ab5cca855539fb7dec94 (patch) | |
tree | 23bc28f7c7f8af0cb124c75e63365baac58105a8 | |
parent | 655546243f57ae2a5c1813bd45994b18061f1c74 (diff) |
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.
-rw-r--r-- | test/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 5e3c36795..787d352c6 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 = \ |