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

Unified Diff: tools/valgrind/valgrind_test.py

Issue 18295: The ubuntu version of valgrind doesn't have "--track-origins". (Closed)
Patch Set: Created 11 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/valgrind_test.py
diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py
index 8ab7c554d355aec1ddd85f344ceea2d6eaa49a10..21bfa682b99eaf9c858465e942bd00098d6a831f 100755
--- a/tools/valgrind/valgrind_test.py
+++ b/tools/valgrind/valgrind_test.py
@@ -71,7 +71,7 @@ class Valgrind():
logging.info("starting execution...")
# note that self._args begins with the exe to be run
proc = ["valgrind", "--smc-check=all", "--leak-check=full",
- "--track-origins=yes", "--num-callers=30"]
+ "--num-callers=30"]
# Either generate suppressions or load them.
if self._generate_suppressions:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698