diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/heapcheck_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/heapcheck/heapcheck_test.py b/tools/heapcheck/heapcheck_test.py index 47d4064..f071435 100644 --- a/tools/heapcheck/heapcheck_test.py +++ b/tools/heapcheck/heapcheck_test.py @@ -45,6 +45,7 @@ class HeapcheckWrapper(object): self.PutEnvAndLog('NSS_DISABLE_ARENA_FREE_LIST', '1') self.PutEnvAndLog('GTEST_DEATH_TEST_USE_FORK', '1') self.PutEnvAndLog('HEAPCHECK', self._mode) + self.PutEnvAndLog('HEAP_CHECK_MAX_LEAKS', '-1') self.PutEnvAndLog('PPROF_PATH', google.path_utils.ScriptDir() + '/../../third_party/tcmalloc/chromium/src/pprof') |