diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 11:38:00 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 11:38:00 +0000 |
commit | 3d97aba888ea34218f514b485e8d4d0ce18c1be9 (patch) | |
tree | d8a4dbcbd9c34af38aff50a96fbd536075a222cb /tools | |
parent | 9ac0f9985ac4412b43b66837d956fb3494e28570 (diff) | |
download | chromium_src-3d97aba888ea34218f514b485e8d4d0ce18c1be9.zip chromium_src-3d97aba888ea34218f514b485e8d4d0ce18c1be9.tar.gz chromium_src-3d97aba888ea34218f514b485e8d4d0ce18c1be9.tar.bz2 |
Add license header, startup warning and update the waterfall path in regrind.sh
TBR=thestig
BUG=98596
Review URL: http://codereview.chromium.org/8081018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/regrind.sh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/valgrind/regrind.sh b/tools/valgrind/regrind.sh index 557a6e8..78e6f73 100644 --- a/tools/valgrind/regrind.sh +++ b/tools/valgrind/regrind.sh @@ -1,4 +1,9 @@ #!/bin/sh + +# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + # Scape errors from the valgrind bots, reproduce them locally, # save logs as regrind-TESTNAME.log, and display any errors found. # Also save files regrind-failed.txt listing failed tests, @@ -10,7 +15,7 @@ # TODO: extend script to handle more kinds of errors and more tests # where the valgrind layout bot results live -LAYOUT_URL="http://build.chromium.org/p/chromium.memory/builders/Webkit%20Linux%20(valgrind%20layout)" +LAYOUT_URL="http://build.chromium.org/p/chromium.memory.fyi/builders/Webkit%20Linux%20(valgrind%20layout)" # how many builds back to check LAYOUT_COUNT=250 @@ -111,6 +116,8 @@ do shift done +echo "WARNING: This script is not supported and may be out of date" + if test $do_scrape = 0 && test $do_repro = 0 then usage |