Bug 599378: Re-enable "test_hanging.html" on Mac OS X. a=test

This commit is contained in:
Josh Aas 2010-10-14 22:05:48 -04:00
parent 905dc962d3
commit ff4d6cd6e7

View File

@ -85,6 +85,7 @@ _MOCHITEST_FILES = \
neverending.sjs \
test_newstreamondestroy.html \
$(warning test_crashing2.html disabled due to random orange; see bug 566049) \
test_hanging.html \
crashing_subpage.html \
test_GCrace.html \
test_propertyAndMethod.html \
@ -122,12 +123,10 @@ endif
endif
endif
# Temporarily disable these tests on Mac OS X, see bug 599076 and bug 599267
# and bug 599378.
# Temporarily disable these tests on Mac OS X, see bug 599076 and bug 599267.
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT))
_MOCHITEST_FILES += \
test_crashing.html \
test_hanging.html \
$(NULL)
_MOCHICHROME_FILES += \