Bug 32310

Summary: [bzt] Convert Build to use Sequence
Product: WebKit Reporter: Adam Barth <abarth>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch eric: review+

Description Adam Barth 2009-12-09 01:00:00 PST
LandingSequence is on the way out!
Comment 1 Adam Barth 2009-12-09 01:01:05 PST
Created attachment 44518 [details]
Patch
Comment 2 Eric Seidel (no email) 2009-12-09 01:04:53 PST
Comment on attachment 44518 [details]
Patch

Should be StepSequence
Comment 3 Adam Barth 2009-12-09 01:06:45 PST
Created attachment 44520 [details]
Patch
Comment 4 Eric Seidel (no email) 2009-12-09 01:22:42 PST
Comment on attachment 44520 [details]
Patch

 45 # FIXME: This class is slowing being killed and replaced with Sequencer.

StepSequence

The trailing none is unclear:
 59         self._sequence.run_and_handle_errors(tool, options, None)

 45         collected_options = [option for option in set(collected_options)]

call sorted()

CheckoutNeedsUpdate does not belong in this thing. :(

Needs the above tweaks before landing.
Comment 5 Adam Barth 2009-12-09 01:24:52 PST
Committed r51893: <http://trac.webkit.org/changeset/51893>