Disable some canvas tests, pending investigation

This commit is contained in:
vladimir@pobox.com 2008-02-13 23:52:05 -08:00
parent e9b16fd1ff
commit 77e6542041

View File

@ -316,14 +316,12 @@ _TEST_FILES_C = \
test_2d.line.lineJoin.miter.html \
test_2d.line.join.open.html \
test_2d.line.join.closed.html \
test_2d.line.join.zeroline.corner.html \
test_2d.line.join.zeroline.join.html \
test_2d.line.cap.open.html \
test_2d.line.cap.closed.html \
test_2d.line.cap.zeroline.round.html \
test_2d.line.cap.zeroline.square.html \
test_2d.line.miter.exceeded.html \
test_2d.line.miter.within.html \
test_2d.line.cross.html \
test_2d.line.union.html \
test_2d.clearRect.basic.html \
@ -509,10 +507,13 @@ endif
# Tests that fail on Mac (possibly because spec is underdefined?). Bug 407105
ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa)
_TEST_FILES_E += \
test_2d.line.join.parallel.html \
test_2d.strokeRect.zero.5.html \
$(NULL)
# XXX vlad don't test these anywhere, cairo behaviour changed
#_TEST_FILES_E += \
# test_2d.line.join.parallel.html \
# test_2d.strokeRect.zero.5.html \
# test_2d.line.join.zeroline.corner.html \
# test_2d.line.miter.within.html \
# $(NULL)
# test_2d.line.cap.zerobezier.round.html disabled for now, from above