b=413026, disable 4 operator tests on Mac due to differences in Quartz implementation

This commit is contained in:
vladimir@pobox.com 2008-01-18 14:54:21 -08:00
parent 11e28b8c15
commit 9dbd7abfed

View File

@ -177,12 +177,8 @@ _TEST_FILES_B = \
test_2d.composite.transparent.lighter.html \
test_2d.composite.image.source-over.html \
test_2d.composite.image.destination-over.html \
test_2d.composite.image.source-in.html \
test_2d.composite.image.destination-in.html \
test_2d.composite.image.source-out.html \
test_2d.composite.image.destination-out.html \
test_2d.composite.image.source-atop.html \
test_2d.composite.image.destination-atop.html \
test_2d.composite.image.xor.html \
test_2d.composite.image.copy.html \
test_2d.composite.image.lighter.html \
@ -518,6 +514,15 @@ _TEST_FILES_E += \
test_2d.line.join.parallel.html \
test_2d.strokeRect.zero.5.html \
$(NULL)
# These are failing due to different quartz implementations of these operators when
# images are in play. Bug 413026.
_TEST_FILES_E += \
test_2d.composite.image.destination-in.html \
test_2d.composite.image.destination-atop.html \
test_2d.composite.image.source-in.html \
test_2d.composite.image.source-out.html \
$(NULL)
endif
# Tests that fail on non-Mac (bug 401791)