Bug 171094

Summary: Flakey tests due to Unhandled Promise Rejection error messages
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, joepeck, lforschler, ryanhaddad
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=150358

Description Joseph Pecoraro 2017-04-20 17:38:40 PDT
Flakey tests due to Unhandled Promise Rejection error messages.

Web Platform Tests that end asynchronously may end before or after some unhandled promise rejections are reported.

Or any test may have intermittent unhandled promise rejections that, not explicitly handled, will result in intermittent error messages.

See: Bug 150358 introducing unhandledpromiserejection and console messages.