Changeset 217155 in webkit
- Timestamp:
- May 19, 2017, 3:24:25 PM (8 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LayoutTests/ChangeLog ¶
r217151 r217155 1 2017-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 1 10 2017-05-19 Youenn Fablet <youenn@apple.com> 2 11 -
TabularUnified trunk/LayoutTests/js/script-tests/Promise-types.js ¶
r217140 r217155 7 7 8 8 // Silence unhandled rejection messages. 9 window.onunhandledrejection = () => false;9 onunhandledrejection = () => false; 10 10 11 11 // Promises should be of type Promise.
Note:
See TracChangeset
for help on using the changeset viewer.