Bug 810705 - Reenable test_MochiKit-DOM-Safari.html on Linux now that bug 799295 should have fixed the crashes

This commit is contained in:
Phil Ringnalda 2012-12-30 09:34:38 -08:00
parent fa8c05f7fa
commit f65996c27a

View File

@ -32,6 +32,7 @@ _TEST_FILES = \
test_MochiKit-Color.html \
test_MochiKit-DateTime.html \
test_MochiKit-DOM.html \
test_MochiKit-DOM-Safari.html \
test_MochiKit-DragAndDrop.html \
test_MochiKit-Format.html \
test_MochiKit-Iter.html \
@ -44,14 +45,6 @@ _TEST_FILES = \
test_Signal.js \
$(NULL)
ifneq (Linux,$(OS_ARCH))
_TEST_FILES += \
test_MochiKit-DOM-Safari.html \
$(NULL)
else
$(filter disabled-on-linux-for-crashes--bug-810705, test_MochiKit-DOM-Safari.html)
endif
# This test is broken: "Error: JSAN is not defined ... Line: 10".
# (And is removed in future MochiKit v1.5)
# test_MochiKit-JSAN.html \