Bug 655020 - Disable test_closeOnGC.html on Windows

This commit is contained in:
Phil Ringnalda 2011-06-19 16:40:32 -07:00
parent 3eb91dc88f
commit 15031db0c7

View File

@ -53,9 +53,6 @@ _TEST_FILES = \
atob_worker.js \
test_close.html \
close_worker.js \
test_closeOnGC.html \
closeOnGC_worker.js \
closeOnGC_server.sjs \
test_errorPropagation.html \
errorPropagation_worker1.js \
errorPropagation_worker2.js \
@ -133,6 +130,14 @@ _CHROME_TEST_FILES = \
chromeWorker_subworker.js \
$(NULL)
ifneq ($(OS_ARCH),WINNT)
_TEST_FILES += \
test_closeOnGC.html \
closeOnGC_worker.js \
closeOnGC_server.sjs \
$(NULL)
endif
libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)