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

Unified Diff: tools/valgrind/chrome_tests.sh

Issue 216048: Increase valgrind's redzone from 16 to 64 bytes.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/valgrind/build-valgrind-for-chromium.sh ('k') | tools/valgrind/redzone.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/chrome_tests.sh
===================================================================
--- tools/valgrind/chrome_tests.sh (revision 26827)
+++ tools/valgrind/chrome_tests.sh (working copy)
@@ -12,7 +12,7 @@
then
# Figure out which valgrind is installed. Use most recent one.
# See build-valgrind-for-chromium.sh and its history for these constants.
- for SVNREV in '10880' '10771' '{2009-07-15}'
+ for SVNREV in '10880-redzone' '10880' '10771' '{2009-07-15}'
do
SHORTSVNREV=`echo $SVNREV | tr -d '{\-}'`
CHROME_VALGRIND_BIN=/usr/local/valgrind-$SHORTSVNREV/bin
« no previous file with comments | « tools/valgrind/build-valgrind-for-chromium.sh ('k') | tools/valgrind/redzone.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698