Bug 182062
Summary: | Wait for promises before ending layout tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, dbates, lforschler, ryanhaddad, wenson_hsieh |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=182055 https://bugs.webkit.org/show_bug.cgi?id=182370 |
Jonathan Bedard
This acts as an umbrella bug tracking race conditions in layout tests where a promise may be left unfulfilled before a test exits.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Wenson Hsieh
I imagine one starting point is grepping for layout tests that use async UIHelper methods and/or testRunner.runUIScript(), but don't use testRunner.waitUntilDone() (or jsTestIsAsync = true) anywhere.