Bug 171094 - Flakey tests due to Unhandled Promise Rejection error messages
Summary: Flakey tests due to Unhandled Promise Rejection error messages
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-20 17:38 PDT by Joseph Pecoraro
Modified: 2017-04-20 18:41 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.