зеркало из https://github.com/mozilla/pjs.git
Fixing test filename case problem to fix linux.
This commit is contained in:
Родитель
7e7fec38f0
Коммит
a5c802654d
|
@ -46,10 +46,6 @@ relativesrcdir = dom/src/threads/test
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
include $(topsrcdir)/config/rules.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_FILES = \
|
||||||
test_errorPropagation.html \
|
test_errorPropagation.html \
|
||||||
errorPropagation_worker1.js \
|
errorPropagation_worker1.js \
|
||||||
|
@ -74,6 +70,8 @@ _TEST_FILES = \
|
||||||
relativeLoad_worker.js \
|
relativeLoad_worker.js \
|
||||||
relativeLoad_worker2.js \
|
relativeLoad_worker2.js \
|
||||||
relativeLoad_import.js \
|
relativeLoad_import.js \
|
||||||
|
test_scopeOnerror.html \
|
||||||
|
scopeOnerror_worker.js \
|
||||||
test_simpleThread.html \
|
test_simpleThread.html \
|
||||||
simpleThread_worker.js \
|
simpleThread_worker.js \
|
||||||
test_terminate.html \
|
test_terminate.html \
|
||||||
|
|
|
@ -18,7 +18,7 @@ Tests of DOM Worker Threads
|
||||||
"This error should not make it back out"
|
"This error should not make it back out"
|
||||||
];
|
];
|
||||||
|
|
||||||
var worker = new Worker("scopeOnError_worker.js");
|
var worker = new Worker("scopeOnerror_worker.js");
|
||||||
|
|
||||||
worker.onmessage = function(event) {
|
worker.onmessage = function(event) {
|
||||||
ok(event.data == "Done");
|
ok(event.data == "Done");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче