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

Unified Diff: tools/valgrind/valgrind_test.py

Issue 6035007: Don't run DecoderVp8Test.EncodeAndDecode under Dr.Memory... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt ('k') | 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
===================================================================
--- tools/valgrind/valgrind_test.py (revision 70146)
+++ tools/valgrind/valgrind_test.py (working copy)
@@ -754,7 +754,7 @@
proc += ["-logdir", self.temp_dir]
proc += ["-batch", "-quiet"]
- proc += ["-no_check_leaks", "-no_count_leaks"]
+ #proc += ["-no_check_leaks", "-no_count_leaks"]
# Dr.Memory requires -- to separate tool flags from the executable name.
proc += ["--"]
« no previous file with comments | « tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698