Chromium Code Reviews| 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 += ["--"] |