Bug 36286

Summary: webkit-patch what-broke crashes
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   

Adam Barth
Reported 2010-03-17 22:50:59 PDT
Error fetching data for Chromium Win Release build 3512 (http://build.webkit.org/builders/Chromium%20Win%20Release/builds/3512) Traceback (most recent call last): File "./WebKitTools/Scripts/webkit-patch", line 70, in <module> main() File "./WebKitTools/Scripts/webkit-patch", line 65, in main WebKitPatch(__file__).main() File "/Users/abarth/git/webkit/WebKitTools/Scripts/webkitpy/multicommandtool.py", line 299, in main return command.check_arguments_and_execute(options, args, self) File "/Users/abarth/git/webkit/WebKitTools/Scripts/webkitpy/multicommandtool.py", line 113, in check_arguments_and_execute return self.execute(options, args, tool) or 0 File "/Users/abarth/git/webkit/WebKitTools/Scripts/webkitpy/commands/queries.py", line 200, in execute self._print_blame_information_for_builder(builder_status, name_width=longest_builder_name) File "/Users/abarth/git/webkit/WebKitTools/Scripts/webkitpy/commands/queries.py", line 179, in _print_blame_information_for_builder (last_green_build, first_red_build) = self._find_green_to_red_transition(builder_status) File "/Users/abarth/git/webkit/WebKitTools/Scripts/webkitpy/commands/queries.py", line 130, in _find_green_to_red_transition before_red_build = red_build.previous_build() AttributeError: 'NoneType' object has no attribute 'previous_build'
Attachments
Adam Barth
Comment 1 2010-03-29 08:59:38 PDT
I fixed this at some point.
Note You need to log in before you can comment on or make changes to this bug.