WebKit Bugzilla
Attachment 369707 Details for
Bug 195969
: [ Mac WK2 ] Layout Test js/dom/unhandled-promise-rejection-bindings-type-error.html is a flaky failure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-195969-20190513010413.patch (text/plain), 1.61 KB, created by
Devin Rousso
on 2019-05-13 01:04:14 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2019-05-13 01:04:14 PDT
Size:
1.61 KB
patch
obsolete
>diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index cfb54ec997b3dd6aad439fff10d08c9023f86465..dd3883825324e3582a6de6df0cd9de45fa42994b 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,13 @@ >+2019-05-13 Devin Rousso <drousso@apple.com> >+ >+ [ Mac WK2 ] Layout Test js/dom/unhandled-promise-rejection-bindings-type-error.html is a flaky failure >+ https://bugs.webkit.org/show_bug.cgi?id=195969 >+ <rdar://problem/49039441> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * js/dom/unhandled-promise-rejection-bindings-type-error.html: >+ > 2019-05-11 Simon Fraser <simon.fraser@apple.com> > > Backing-sharing layers with transforms render incorrectly >diff --git a/LayoutTests/js/dom/unhandled-promise-rejection-bindings-type-error.html b/LayoutTests/js/dom/unhandled-promise-rejection-bindings-type-error.html >index 7783d4100b73483ec8ec120470e231e1ffe78b3d..c234e55a8cbf577fd55b892e849d7c0a5d576b6e 100644 >--- a/LayoutTests/js/dom/unhandled-promise-rejection-bindings-type-error.html >+++ b/LayoutTests/js/dom/unhandled-promise-rejection-bindings-type-error.html >@@ -17,6 +17,8 @@ window.onunhandledrejection = function (e) { > error = e; > shouldBe(`error.promise`, `promise`); > shouldBeTrue(`error.reason instanceof TypeError`); >+ >+ setTimeout(function () { finishJSTest(); }, 100); > }; > > try { >@@ -24,9 +26,6 @@ try { > } catch (e) { > testFailed("TypeErrors produced by getters for Promise results should be wrapped in a Promise"); > } >- >-setTimeout(function () { finishJSTest(); }, 100); >- > </script> > <script src="../../resources/js-test-post.js"></script> > </body>
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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 195969
: 369707