Bug 119271
Summary: | REGRESSION (r153145): fast/workers/worker-call.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abrhm, flakes, fpizlo, ggaren, msaboff, oliver, simon.fraser |
Priority: | P1 | Keywords: | InRadar, MakingBotsRed, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alexey Proskuryakov
Appears to time out on this line:
postMessage.call(null, "SUCCESS: postMessage() invoked via postMessage.call()");
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Err, time out because of an exception on this line.
Geoffrey Garen
<rdar://problem/14598695>
Alexey Proskuryakov
*** Bug 119375 has been marked as a duplicate of this bug. ***
Gábor Ábrahám
On EFL, GTK and Qt ports this test timed out too, after the FTL merge.
x64 debug stdio:
01:38:54.079 1617 worker/0 fast/workers/worker-call.html output stderr lines:
01:38:54.079 1617 FAIL: Timed out waiting for notifyDone to be called
01:38:54.080 1617 [18296/29688] fast/workers/worker-call.html failed unexpectedly (test timed out)
01:38:54.080 1617 worker/0 killing driver
01:38:54.080 1617 worker/0 fast/workers/worker-call.html failed:
01:38:54.080 1617 worker/0 test timed out
http://build.webkit.sed.hu/builders/x86-64%20Linux%20Qt%20Debug/builds/30024/steps/layout-test/logs/stdio/text
Do you think this is the same problem?
teeb
Is this caused by bug 119472?
Michael Saboff
This was fixed as a result of change set r166040 - <http://trac.webkit.org/changeset/166404> and change set r166415 - <http://trac.webkit.org/changeset/166415>. These changes were made as part of https://bugs.webkit.org/show_bug.cgi?id=130553 and https://bugs.webkit.org/show_bug.cgi?id=130554.