This commit is contained in:
bzbarsky@mit.edu 2007-12-05 20:47:09 -08:00
Родитель 593874e84d
Коммит 7729fd622b
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -502,14 +502,14 @@ _TEST_FILES_E = \
image_green.png \
$(NULL)
# This one test crashes Mac for now
# This one test crashes Mac for now. Bug 407104
ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa)
_TEST_FILES_E += \
test_2d.gradient.empty.html \
$(NULL)
endif
# Tests that fail on Mac (possibly because spec is underdefined?)
# Tests that fail on Mac (possibly because spec is underdefined?). Bug 407105
ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa)
_TEST_FILES_E += \
test_2d.line.cap.zerobezier.round.html \
@ -526,7 +526,7 @@ _TEST_FILES_E += \
$(NULL)
endif
# Tests that fail on non-Mac (still need bugs)
# Tests that fail on non-Mac (bug 407107)
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
_TEST_FILES_E += \
test_2d.path.rect.selfintersect.html \