Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 194029: Make evaluateCommand reuse parent's result where needed.... (Closed)

Created:
11 years, 3 months ago by chase
Modified:
9 years, 7 months ago
Reviewers:
Nicolas Sylvain
CC:
chromium-reviews_googlegroups.com
Base URL:
svn://chrome-svn.corp.google.com/chrome/trunk/tools/buildbot/scripts/master/
Visibility:
Public.

Description

Make evaluateCommand reuse parent's result where needed. Also use dir() to check if evaluateCommand is defined on the log processor object. BUG=18597 TEST=PerformanceGTestLogProcessor returns correct result code. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25546

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -6 lines) Patch
M chromium_step.py View 1 2 chunks +11 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
chase
I verified this still works on my local system for the main waterfall/linux perf + ...
11 years, 3 months ago (2009-09-04 19:09:50 UTC) #1
Nicolas Sylvain
http://codereview.chromium.org/194029/diff/1/2 File chromium_step.py (right): http://codereview.chromium.org/194029/diff/1/2#newcode130 Line 130: return self._log_processor.evaluateCommand(cmd) Maybe here we should do : ...
11 years, 3 months ago (2009-09-04 21:05:42 UTC) #2
Nicolas Sylvain
http://codereview.chromium.org/194029/diff/1/2 File chromium_step.py (right): http://codereview.chromium.org/194029/diff/1/2#newcode133 Line 133: return shell.ShellCommand.evaluateCommand(cmd) Actually. ShellCommand.evaluateCommand(self, cmd) might work too. ...
11 years, 3 months ago (2009-09-04 21:06:53 UTC) #3
chase
Linux reference build is crashing locally so I'm unable to verify this patch end-to-end on ...
11 years, 3 months ago (2009-09-04 22:28:18 UTC) #4
Nicolas Sylvain
11 years, 3 months ago (2009-09-04 23:02:08 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698