From 00759e5576a078b5ab8d0a367caabb477ed7d624 Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Tue, 31 Aug 2010 11:15:45 +0000 Subject: Make heapcheck runner use the shadow stacks. Enable CertDatabaseNSSTest.ImportFromPKCS12 back, since the leaks are suppressible now. TBR=mattm BUG=51988 Review URL: http://codereview.chromium.org/3218011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57980 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/heapcheck_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/heapcheck/heapcheck_test.py') diff --git a/tools/heapcheck/heapcheck_test.py b/tools/heapcheck/heapcheck_test.py index d486707..cb3a7b4 100644 --- a/tools/heapcheck/heapcheck_test.py +++ b/tools/heapcheck/heapcheck_test.py @@ -47,6 +47,7 @@ class HeapcheckWrapper(object): self.PutEnvAndLog('GTEST_DEATH_TEST_USE_FORK', '1') self.PutEnvAndLog('HEAPCHECK', self._mode) self.PutEnvAndLog('HEAP_CHECK_MAX_LEAKS', '-1') + self.PutEnvAndLog('KEEP_SHADOW_STACKS', '1') self.PutEnvAndLog('PPROF_PATH', path_utils.ScriptDir() + '/../../third_party/tcmalloc/chromium/src/pprof') -- cgit v1.1