diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-14 13:11:59 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-14 13:11:59 +0000 |
commit | 3144b82c3974862f1634db9f667f607686dd83fd (patch) | |
tree | 46d5992bf782e53c1fc7715fc4cd6f2507e25ce3 /tools/heapcheck | |
parent | eb4b9d309f67a2d7d49cf2f98608a8f5d012947a (diff) | |
download | chromium_src-3144b82c3974862f1634db9f667f607686dd83fd.zip chromium_src-3144b82c3974862f1634db9f667f607686dd83fd.tar.gz chromium_src-3144b82c3974862f1634db9f667f607686dd83fd.tar.bz2 |
Removed the wrong one-line suppressions for libnss.
In order to have better suppressions we should enable frame pointer for libnss on the buildbot.
BUG=32170,28118
TBR=wtc
Review URL: http://codereview.chromium.org/546048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index d514d54..1c71bbb 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -60,29 +60,6 @@ # These should all be in chromium's bug tracking system (but a few aren't yet). # Periodically we should sweep this file and the bug tracker clean by # running overnight and removing outdated bugs/suppressions. - -# RSAPrivateKeyUnitTest (base_unittests) leaks memory. -{ - bug_28118_a - Heapcheck:Leak - fun:PR_NewLock -} -{ - bug_28118_b - Heapcheck:Leak - fun:PORT_ZAlloc_Util -} -# SSLClientSocketTest (net_unittests) leaks memory. -{ - bug_32170_a - Heapcheck:Leak - fun:PL_ArenaAllocate -} -{ - bug_32170_b - Heapcheck:Leak - fun:nss_ZAlloc -} { bug_30547 Heapcheck:Leak |