Skip to content

Commit

Permalink
[test] Remove XFAIL from user-font-mask
Browse files Browse the repository at this point in the history
user-font-mask should PASS modulo the scaling anomalies in the external
renderers, so remove it from the XFAIL list.
  • Loading branch information
Chris Wilson committed Oct 30, 2008
1 parent 540f555 commit ab15d76
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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) \
Expand All @@ -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 = \
Expand Down
Binary file added test/user-font-mask-pdf-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added test/user-font-mask-ps2-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added test/user-font-mask-ps3-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added test/user-font-mask-svg11-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab15d76

Please sign in to comment.