NEW 182062
Wait for promises before ending layout tests
https://bugs.webkit.org/show_bug.cgi?id=182062
Summary Wait for promises before ending layout tests
Jonathan Bedard
Reported 2018-01-24 14:06:53 PST
This acts as an umbrella bug tracking race conditions in layout tests where a promise may be left unfulfilled before a test exits.
Attachments
Wenson Hsieh
Comment 1 2018-01-24 14:11:24 PST
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.
Note You need to log in before you can comment on or make changes to this bug.