Bug 250794

Summary: [ews-build.webkit.org] Ensure new-style steps correctly using defers
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Jonathan Bedard 2023-01-18 14:37:14 PST
When using a new-style buildbot step, the run() command will return a defered object. This means that if we're using '@defer.inlineCallbacks', we need to use defer.returnValue instead of returning something.
Comment 1 Radar WebKit Bug Importer 2023-01-18 14:37:30 PST
<rdar://problem/104398102>
Comment 2 Jonathan Bedard 2023-01-18 14:41:17 PST
Pull request: https://github.com/WebKit/WebKit/pull/8795
Comment 3 EWS 2023-01-24 07:55:55 PST
Committed 259281@main (29e63587c7cd): <https://commits.webkit.org/259281@main>

Reviewed commits have been landed. Closing PR #8795 and removing active labels.