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

Issue 6057006: Improve waterfall.sh - fetch only reports and failed test names rather then t... (Closed)

Created:
9 years, 12 months ago by Timur Iskhodzhanov
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Alexander Potapenko, pam+watch_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Improve waterfall.sh - fetch only reports and failed test names rather then the whole stdio TEST=`./tools/valgrind/waterfall.sh fetch` then `./tools/valgrind/waterfall.sh match` Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71653

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 7

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -18 lines) Patch
M tools/valgrind/waterfall.sh View 1 2 3 3 chunks +37 lines, -18 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Timur Iskhodzhanov
Hi Alexander, Jochen Can you please review this patch? This speeds up waterfall.sh quite a ...
9 years, 12 months ago (2010-12-29 16:07:25 UTC) #1
Timur Iskhodzhanov
9 years, 12 months ago (2010-12-29 16:07:37 UTC) #2
jochen (gone - plz use gerrit)
http://codereview.chromium.org/6057006/diff/3001/tools/valgrind/waterfall.sh File tools/valgrind/waterfall.sh (right): http://codereview.chromium.org/6057006/diff/3001/tools/valgrind/waterfall.sh#newcode82 tools/valgrind/waterfall.sh:82: rm $REPORT_FILE 2>/dev/null || true # make sure it ...
9 years, 11 months ago (2011-01-05 12:25:37 UTC) #3
Timur Iskhodzhanov
I've updated the changelist since you've fixed issue 68233 Please take another look http://codereview.chromium.org/6057006/diff/3001/tools/valgrind/waterfall.sh File ...
9 years, 11 months ago (2011-01-17 15:28:26 UTC) #4
Alexander Potapenko
Looks good to me On Mon, Jan 17, 2011 at 6:28 PM, <timurrrr@chromium.org> wrote: > ...
9 years, 11 months ago (2011-01-17 15:30:46 UTC) #5
jochen (gone - plz use gerrit)
http://codereview.chromium.org/6057006/diff/3001/tools/valgrind/waterfall.sh File tools/valgrind/waterfall.sh (right): http://codereview.chromium.org/6057006/diff/3001/tools/valgrind/waterfall.sh#newcode85 tools/valgrind/waterfall.sh:85: "$TMPFILE" || true) # `true` is to succeed on ...
9 years, 11 months ago (2011-01-17 19:54:00 UTC) #6
Timur Iskhodzhanov
I don't. But bash exits if the grep return value is nonzero (set -e) On ...
9 years, 11 months ago (2011-01-17 19:56:21 UTC) #7
jochen (gone - plz use gerrit)
9 years, 11 months ago (2011-01-17 19:59:48 UTC) #8
On 2011/01/17 19:56:21, Timur Iskhodzhanov wrote:
> I don't.
> But bash exits if the grep return value is nonzero (set -e) 

gnah, I should have read your answer more carefully.

lgtm then


> 
> On 2011/01/17 19:54:00, jochen wrote:
> > http://codereview.chromium.org/6057006/diff/3001/tools/valgrind/waterfall.sh
> > File tools/valgrind/waterfall.sh (right):
> > 
> >
>
http://codereview.chromium.org/6057006/diff/3001/tools/valgrind/waterfall.sh#...
> > tools/valgrind/waterfall.sh:85: "$TMPFILE" || true)  # `true` is to succeed
on
> > empty output
> > On 2011/01/17 15:28:26, Timur Iskhodzhanov wrote:
> > > There's "set -e" and grep returns failure if no lines has matched the
regexp
> > > 
> > > On 2011/01/05 12:25:37, jochen wrote:
> > > > why does this need to succeed?
> > > 
> > 
> > But you don't use the return value, so it doesn't matter whether it succeeds
> or
> > not?

Powered by Google App Engine
This is Rietveld 408576698