Bug 32464

Summary: [bzt] Kill LandingSequence
Product: WebKit Reporter: Adam Barth <abarth>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 32406, 32467    
Attachments:
Description Flags
Patch none

Adam Barth
Reported 2009-12-11 23:45:46 PST
It's dead Jim.
Attachments
Patch (28.02 KB, patch)
2009-12-11 23:47 PST, Adam Barth
no flags
Adam Barth
Comment 1 2009-12-11 23:47:01 PST
WebKit Review Bot
Comment 2 2009-12-11 23:57:00 PST
style-queue ran check-webkit-style on attachment 44728 [details] without any errors.
Eric Seidel (no email)
Comment 3 2009-12-14 16:17:43 PST
Comment on attachment 44728 [details] Patch Now we'll need to test the input/output state of each command. Seems this would be easier to test if they were in fact exactly that. input = {} and output = {}. Do we ever need output to persist across comamnds? e.g. that command1 produces output that command3 uses, but command2 ignores? Donno. Spacing? 196 state = {"patch": patch} I would have put spaces after { and before }... but maybe the PEP says something here? Also I would have put a space before : Seems like Command should expose a run_and_handle_errors method, which calls through to the _sequence method. Looks OK though. Would be good to figure out what the official spacing is supposed to be, since your spacing here is inconsistent with at least the code that I have written in modules/*.py
Adam Barth
Comment 4 2009-12-14 21:21:08 PST
Ok. I'll fix the spacing thing at the end. It's going to conflict otherwise. We discussed the input/output thing in person. That's to make the steps more loosely coupled.
Adam Barth
Comment 5 2009-12-14 21:21:41 PST
Comment on attachment 44728 [details] Patch Clearing flags on attachment: 44728 Committed r52129: <http://trac.webkit.org/changeset/52129>
Adam Barth
Comment 6 2009-12-14 21:21:46 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.