Bug 182062

Summary: Wait for promises before ending layout tests
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: 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
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.