Changeset 215966 in webkit
- Timestamp:
- Apr 28, 2017, 6:19:28 PM (8 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r215960 r215966 1 2017-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 1 11 2017-04-28 Matt Lewis <jlewis3@apple.com> 2 12 -
trunk/LayoutTests/js/dom/Promise-static-all.html
r215938 r215966 11 11 12 12 // Silence unhandled rejection messages. 13 //window.onunhandledrejection = () => false;13 window.onunhandledrejection = () => false; 14 14 15 15 window.jsTestIsAsync = true;
Note:
See TracChangeset
for help on using the changeset viewer.