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

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 5904002: Add heapcheck suppression for NSS trust leak. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 } 94 }
95 { 95 {
96 bug_51988_c 96 bug_51988_c
97 Heapcheck:Leak 97 Heapcheck:Leak
98 ... 98 ...
99 fun:base::::NSSInitSingleton::OpenUserDB 99 fun:base::::NSSInitSingleton::OpenUserDB
100 fun:base::::NSSInitSingleton::OpenTestNSSDB 100 fun:base::::NSSInitSingleton::OpenTestNSSDB
101 fun:base::OpenTestNSSDB 101 fun:base::OpenTestNSSDB
102 fun:net::CertDatabaseNSSTest::SetUp 102 fun:net::CertDatabaseNSSTest::SetUp
103 } 103 }
104 104 {
105 bug_66941_a
106 Heapcheck:Leak
107 fun:PR_NewLock
wtc 2010/12/17 02:46:59 The suppressions should all include CERT_ChangeCer
Ryan Sleevi 2010/12/17 02:50:17 wtc: Unfortunately, heapcheck wasn't picking up CE
108 fun:net::TestRootCerts::*
109 }
110 {
111 bug_66941_b
112 Heapcheck:Leak
113 fun:nss_ZAlloc
114 fun:net::TestRootCerts::*
115 }
116 {
117 bug_66941_c
118 Heapcheck:Leak
119 fun:PL_ArenaAllocate
120 fun:net::TestRootCerts::*
121 }
122
105 #----------------------------------------------------------------------- 123 #-----------------------------------------------------------------------
106 # 2. intentional unit test errors, or stuff that is somehow a false positive 124 # 2. intentional unit test errors, or stuff that is somehow a false positive
107 # in our own code, or stuff that is so trivial it's not worth fixing 125 # in our own code, or stuff that is so trivial it's not worth fixing
108 { 126 {
109 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). 127 Heapcheck sanity test (ToolsSanityTest.MemoryLeak).
110 Heapcheck:Leak 128 Heapcheck:Leak
111 fun:ToolsSanityTest_MemoryLeak_Test::TestBody 129 fun:ToolsSanityTest_MemoryLeak_Test::TestBody
112 } 130 }
113 { 131 {
114 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent 132 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent
(...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 Heapcheck:Leak 1141 Heapcheck:Leak
1124 ... 1142 ...
1125 fun:MalwareDetailsTest_* 1143 fun:MalwareDetailsTest_*
1126 } 1144 }
1127 { 1145 {
1128 bug_66808 1146 bug_66808
1129 Heapcheck:Leak 1147 Heapcheck:Leak
1130 ... 1148 ...
1131 fun:remoting::HeartbeatSenderTest_ProcessResponse_Test::TestBody 1149 fun:remoting::HeartbeatSenderTest_ProcessResponse_Test::TestBody
1132 } 1150 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698