Changeset 215966 in webkit


Ignore:
Timestamp:
Apr 28, 2017, 6:19:28 PM (8 years ago)
Author:
Joseph Pecoraro
Message:

LayoutTests/js/dom/Promise-static-all/race.html are flakey - Unhandled Promise Rejection messages
https://bugs.webkit.org/show_bug.cgi?id=171445

Unreviewed test gardening.

  • js/dom/Promise-static-all.html:

Fix an accidentally commented out line.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r215960 r215966  
     12017-04-28  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        LayoutTests/js/dom/Promise-static-all/race.html are flakey - Unhandled Promise Rejection messages
     4        https://bugs.webkit.org/show_bug.cgi?id=171445
     5
     6        Unreviewed test gardening.
     7
     8        * js/dom/Promise-static-all.html:
     9        Fix an accidentally commented out line.
     10
    1112017-04-28  Matt Lewis  <jlewis3@apple.com>
    212
  • trunk/LayoutTests/js/dom/Promise-static-all.html

    r215938 r215966  
    1111
    1212// Silence unhandled rejection messages.
    13 // window.onunhandledrejection = () => false;
     13window.onunhandledrejection = () => false;
    1414
    1515window.jsTestIsAsync = true;
Note: See TracChangeset for help on using the changeset viewer.