зеркало из https://github.com/mozilla/pjs.git
Bug 483967 - Mochitest test_regExpStatics.html runs fine but needs to check/report success; (Av1) Add |ok(true, ...);|; r=jonas
This commit is contained in:
Родитель
0e702acdc8
Коммит
39d782fd3a
|
@ -22,6 +22,7 @@ Tests of DOM Worker Threads RegExp statics
|
||||||
var doneWorkers = 0;
|
var doneWorkers = 0;
|
||||||
function onmessage(event) {
|
function onmessage(event) {
|
||||||
if (++doneWorkers == WORKER_COUNT) {
|
if (++doneWorkers == WORKER_COUNT) {
|
||||||
|
ok(true, "All messages received from workers");
|
||||||
SimpleTest.finish();
|
SimpleTest.finish();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче