WebKit Bugzilla
Attachment 340706 Details for
Bug 183860
: REGRESSION (r229735): LayoutTest http/wpt/service-workers/third-party-registration.html is a flaky timeout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-183860-20180518100911.patch (text/plain), 1.49 KB, created by
youenn fablet
on 2018-05-18 10:09:12 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
youenn fablet
Created:
2018-05-18 10:09:12 PDT
Size:
1.49 KB
patch
obsolete
>Subversion Revision: 231917 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 376da3caf5c3e3c9297a1ecc612cafc968d012c0..50d3ff1ad0f65bce09b5cedc65e1d5a5c5b3ee35 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,16 @@ >+2018-05-18 Youenn Fablet <youenn@apple.com> >+ >+ REGRESSION (r229735): LayoutTest http/wpt/service-workers/third-party-registration.html is a flaky timeout >+ https://bugs.webkit.org/show_bug.cgi?id=183860 >+ <rdar://problem/38975251> >+ >+ Unreviewed. >+ >+ Fixed typo in error handling code. >+ >+ * http/wpt/service-workers/resources/third-party-worker.js: >+ (async): >+ > 2018-05-17 Youenn Fablet <youenn@apple.com> > > imported/w3c/web-platform-tests/fetch/nosniff/importscripts.html is crashing on debug builds >diff --git a/LayoutTests/http/wpt/service-workers/resources/third-party-worker.js b/LayoutTests/http/wpt/service-workers/resources/third-party-worker.js >index 24f9e10d6ca8aa9b237b42bc5d17ec0e985b9497..0e28a4341acae56db4a4b13a89309b3df7342f3c 100644 >--- a/LayoutTests/http/wpt/service-workers/resources/third-party-worker.js >+++ b/LayoutTests/http/wpt/service-workers/resources/third-party-worker.js >@@ -19,8 +19,8 @@ addEventListener('message', async (e) => { > return; > } > e.source.postMessage('error'); >- } catch (e) { >- e.source.postMessage('Got error:' + e); >+ } catch (exception) { >+ e.source.postMessage('Got error:' + exception); > } > }); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ews-watchlist
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 183860
:
339355
| 340706 |
340784