WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
78819
[GTK] fast/workers/shared-worker-load-error.html times out
https://bugs.webkit.org/show_bug.cgi?id=78819
Summary
[GTK] fast/workers/shared-worker-load-error.html times out
Philippe Normand
Reported
2012-02-16 08:12:48 PST
I don't know since when, a bisect would be needed. Diff: --- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/workers/shared-worker-load-error-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/workers/shared-worker-load-error-actual.txt @@ -1,6 +1,5 @@ +FAIL: Timed out waiting for notifyDone to be called Test SharedWorker onerror functionality. Prints multiple SUCCESS lines, then DONE when complete. PASS: Received load error event: [object Event] -PASS: Received error event after worker GC'd: [object Event] -DONE
Attachments
Patch
(3.04 KB, patch)
2012-08-21 10:46 PDT
,
Zan Dobersek
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Zan Dobersek
Comment 1
2012-08-21 10:46:32 PDT
Created
attachment 159722
[details]
Patch
Zan Dobersek
Comment 2
2012-08-21 10:48:22 PDT
Comment on
attachment 159722
[details]
Patch Urgh, wrong bug.
Zan Dobersek
Comment 3
2013-03-05 13:24:24 PST
This test still flakily times out.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=fast%2Fworkers%2Fshared-worker-load-error
The timeout occurs due to the SharedWorker being garbage-collected after set to null before the second load error is fired. When the error event does fire, there are no event listeners so the onerror callback does not get called so the test doesn't stop. The test is skipped on EFL. It's skipped on Chromium as well, but for other reasons. I'll unskip it on EFL to get more data, though I'm not sure how the failure could be platform-dependent, i.e. given it also fails on EFL, I don't see how (presumably) the libsoup backend could have an effect here.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug