mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 483633 - Mochitest test_threadErrors.html runs fine but needs to check/report success; (Bv1) Add |ok(true, ...);| to test_longThread.html too; r+sr=jst
This commit is contained in:
parent
5e6515d97a
commit
94002fd36f
@ -25,6 +25,7 @@ Tests of DOM Worker Threads (Bug 437152)
|
||||
switch (event.data) {
|
||||
case "done":
|
||||
if (++doneThreads == numThreads) {
|
||||
ok(true, "All messages received from workers");
|
||||
SimpleTest.finish();
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user