Changeset 217155 in webkit


Ignore:
Timestamp:
May 19, 2017 3:24:25 PM (7 years ago)
Author:
Ryan Haddad
Message:

LayoutTest js/Promise-types.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=171739

Unreviewed follow-up fix for JSC tests.

  • js/script-tests/Promise-types.js:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r217151 r217155  
     12017-05-19  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        LayoutTest js/Promise-types.html is a flaky failure
     4        https://bugs.webkit.org/show_bug.cgi?id=171739
     5
     6        Unreviewed follow-up fix for JSC tests.
     7
     8        * js/script-tests/Promise-types.js:
     9
    1102017-05-19  Youenn Fablet  <youenn@apple.com>
    211
  • trunk/LayoutTests/js/script-tests/Promise-types.js

    r217140 r217155  
    77
    88// Silence unhandled rejection messages.
    9 window.onunhandledrejection = () => false;
     9onunhandledrejection = () => false;
    1010
    1111// Promises should be of type Promise.
Note: See TracChangeset for help on using the changeset viewer.