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

Side by Side Diff: tools/valgrind/regrind.sh

Issue 10134019: Set svn:executable bit on scripts that are executable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed pylintrc Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/traceline/traceline/scripts/split.py ('k') | tools/valgrind/shard-all-tests.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 4 # found in the LICENSE file.
6 5
7 # Scape errors from the valgrind bots, reproduce them locally, 6 # Scape errors from the valgrind bots, reproduce them locally,
8 # save logs as regrind-TESTNAME.log, and display any errors found. 7 # save logs as regrind-TESTNAME.log, and display any errors found.
9 # Also save files regrind-failed.txt listing failed tests, 8 # Also save files regrind-failed.txt listing failed tests,
10 # and regrind-failed-map.txt showing which bot URLs have which failed tests 9 # and regrind-failed-map.txt showing which bot URLs have which failed tests
11 # (handy when filing bugs). 10 # (handy when filing bugs).
12 # 11 #
13 # Only scrapes linux layout bot at the moment. 12 # Only scrapes linux layout bot at the moment.
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 129
131 if test $do_repro = 1 130 if test $do_repro = 1
132 then 131 then
133 repro_layout 132 repro_layout
134 fi 133 fi
135 134
136 if test $do_cleanup = 1 135 if test $do_cleanup = 1
137 then 136 then
138 rm -f regrind-errfiles.txt regrind-*.tmp* 137 rm -f regrind-errfiles.txt regrind-*.tmp*
139 fi 138 fi
OLDNEW
« no previous file with comments | « tools/traceline/traceline/scripts/split.py ('k') | tools/valgrind/shard-all-tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698