RESOLVED FIXED 64568
REGRESSION: webkit-patch roll-chromium-deps is broken
https://bugs.webkit.org/show_bug.cgi?id=64568
Summary REGRESSION: webkit-patch roll-chromium-deps is broken
Ryosuke Niwa
Reported 2011-07-14 16:01:04 PDT
webkit-patch roll-chromium-deps blows up with the following error: rniwa-macpro:webkit2 rniwa$ Tools/Scripts/webkit-patch roll-chromium-deps 92606 Traceback (most recent call last): File "Tools/Scripts/webkit-patch", line 66, in <module> main() File "Tools/Scripts/webkit-patch", line 61, in main WebKitPatch(__file__).main() File "/Volumes/Data/webkit2/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 308, in main result = command.check_arguments_and_execute(options, args, self) File "/Volumes/Data/webkit2/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 117, in check_arguments_and_execute return self.execute(options, args, tool) or 0 File "/Volumes/Data/webkit2/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 51, in execute self._sequence.run_and_handle_errors(tool, options, state) File "/Volumes/Data/webkit2/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 70, in run_and_handle_errors self._run(tool, options, state) File "/Volumes/Data/webkit2/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 64, in _run step(tool, options).run(state) File "/Volumes/Data/webkit2/Tools/Scripts/webkitpy/tool/steps/updatechromiumdeps.py", line 69, in run deps = self._tool.checkout().chromium_deps() File "/Volumes/Data/webkit2/Tools/Scripts/webkitpy/common/checkout/checkout.py", line 151, in chromium_deps return DEPS(self._scm.absolute_path("Source", "WebKit", "chromium", "DEPS")) TypeError: absolute_path() takes exactly 2 arguments (5 given)
Attachments
Patch (1.29 KB, patch)
2011-07-14 16:08 PDT, Ryosuke Niwa
no flags
Patch (2.12 KB, patch)
2011-07-14 16:20 PDT, Ryosuke Niwa
dpranke: review+
Ryosuke Niwa
Comment 1 2011-07-14 16:08:26 PDT
Eric Seidel (no email)
Comment 2 2011-07-14 16:12:15 PDT
Comment on attachment 100884 [details] Patch LGTM too. Sorry for the trouble. We really should test this method....
Ryosuke Niwa
Comment 3 2011-07-14 16:20:08 PDT
Ryosuke Niwa
Comment 4 2011-07-14 16:23:15 PDT
Note You need to log in before you can comment on or make changes to this bug.