Bug 119271 - REGRESSION (r153145): fast/workers/worker-call.html fails
Summary: REGRESSION (r153145): fast/workers/worker-call.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, MakingBotsRed, Regression
: 119375 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-30 13:18 PDT by Alexey Proskuryakov
Modified: 2014-03-28 18:51 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-07-30 13:18:34 PDT
Appears to time out on this line:

postMessage.call(null, "SUCCESS: postMessage() invoked via postMessage.call()");
Comment 1 Alexey Proskuryakov 2013-07-30 13:22:12 PDT
Err, time out because of an exception on this line.
Comment 2 Geoffrey Garen 2013-07-30 17:25:55 PDT
<rdar://problem/14598695>
Comment 3 Alexey Proskuryakov 2013-08-01 13:52:35 PDT
*** Bug 119375 has been marked as a duplicate of this bug. ***
Comment 4 Gábor Ábrahám 2013-08-13 03:36:35 PDT
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?
Comment 5 teeb 2013-09-27 07:10:05 PDT
Is this caused by bug 119472?
Comment 6 Michael Saboff 2014-03-28 18:51:20 PDT
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.