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

Unified Diff: tools/valgrind/waterfall.sh

Issue 15039007: [Memory Sheriff] --top-symbols for waterfall match (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more review fix. Created 7 years, 7 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/test_suppressions.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/waterfall.sh
diff --git a/tools/valgrind/waterfall.sh b/tools/valgrind/waterfall.sh
index fc1830eec499b186a14fb98cae4ddcd56d103f2c..bd888a11dcf8cbe64af08317f6b05fe5a6e4eeaa 100755
--- a/tools/valgrind/waterfall.sh
+++ b/tools/valgrind/waterfall.sh
@@ -128,7 +128,7 @@ fetch_logs() {
match_suppressions() {
PYTHONPATH=$THISDIR/../python/google \
- python "$THISDIR/test_suppressions.py" "$LOGS_DIR/report_"*
+ python "$THISDIR/test_suppressions.py" $@ "$LOGS_DIR/report_"*
}
match_gtest_excludes() {
@@ -161,7 +161,7 @@ then
fetch_logs $WATERFALL_FYI_PAGE
elif [ "$1" = "match" ]
then
- match_suppressions
+ match_suppressions ${@:2}
match_gtest_excludes
elif [ "$1" = "blame" ]
then
« no previous file with comments | « tools/valgrind/test_suppressions.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698