Disabling the test that's timing out on linux only until I can reproduce

This commit is contained in:
Ben Turner 2009-01-02 14:54:18 -06:00
parent be93713678
commit a41b56e5e1

View File

@ -46,6 +46,10 @@ relativesrcdir = dom/src/threads/test
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
# Commenting out this test because it's timing out on linux only...
# test_scopeOnerror.html \
# scopeOnerror_worker.js \
_TEST_FILES = \
test_errorPropagation.html \
errorPropagation_worker1.js \
@ -70,8 +74,6 @@ _TEST_FILES = \
relativeLoad_worker.js \
relativeLoad_worker2.js \
relativeLoad_import.js \
test_scopeOnerror.html \
scopeOnerror_worker.js \
test_simpleThread.html \
simpleThread_worker.js \
test_terminate.html \