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

Unified Diff: tools/valgrind/valgrind_test.py

Issue 4375001: Hotfix Valgrind scripts to use the --show-possibly-lost option... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/valgrind.sh ('k') | tools/valgrind/valgrind_webkit_tests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/valgrind_test.py
===================================================================
--- tools/valgrind/valgrind_test.py (revision 64892)
+++ tools/valgrind/valgrind_test.py (working copy)
@@ -500,7 +500,7 @@
if self._options.show_all_leaks:
ret += ["--show-reachable=yes"]
else:
- ret += ["--show-possible=no"]
+ ret += ["--show-possibly-lost=no"]
if self._options.track_origins:
ret += ["--track-origins=yes"]
« no previous file with comments | « tools/valgrind/valgrind.sh ('k') | tools/valgrind/valgrind_webkit_tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698