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

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

Issue 10155021: Widen a couple of suppression rules and add another rule. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 months 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 bug_51988_b 88 bug_51988_b
89 Heapcheck:Leak 89 Heapcheck:Leak
90 ... 90 ...
91 fun:mozilla_security_manager::nsPKCS12Blob_Export 91 fun:mozilla_security_manager::nsPKCS12Blob_Export
92 fun:net::CertDatabase::ExportToPKCS12 92 fun:net::CertDatabase::ExportToPKCS12
93 } 93 }
94 { 94 {
95 bug_51988_c 95 bug_51988_c
96 Heapcheck:Leak 96 Heapcheck:Leak
97 ... 97 ...
98 fun:crypto::OpenTestNSSDB 98 fun:crypto::Open*NSSDB
99 } 99 }
100 { 100 {
101 bug_51988_d 101 bug_51988_d
102 Heapcheck:Leak 102 Heapcheck:Leak
103 ... 103 ...
104 fun:base::DefaultLazyInstanceTraits::New 104 fun:base::DefaultLazyInstanceTraits::New
105 ... 105 ...
106 fun:crypto::EnsureNSSInit 106 fun:crypto::EnsureNSSInit
107 } 107 }
108 { 108 {
109 bug_51988_e 109 bug_51988_e
110 Heapcheck:Leak 110 Heapcheck:Leak
111 ... 111 ...
112 fun:net::CertDatabaseNSSTest_*_Test::TestBody 112 fun:net::CertDatabaseNSSTest_*_Test::TestBody
113 } 113 }
114 { 114 {
115 bug_51988_f 115 bug_51988_f
116 Heapcheck:Leak 116 Heapcheck:Leak
117 ... 117 ...
118 fun:net::CertDatabaseNSSTest::TearDown 118 fun:net::CertDatabaseNSSTest::TearDown
119 } 119 }
120 { 120 {
121 bug_51988_g
122 Heapcheck:Leak
123 fun:sqlite3MemMalloc
124 ...
125 fun:net::CertDatabaseNSSTest::SetUp
126 }
127 {
121 bug_66941_a 128 bug_66941_a
122 Heapcheck:Leak 129 Heapcheck:Leak
123 fun:PR_NewLock 130 fun:PR_NewLock
124 fun:net::TestRootCerts::* 131 fun:net::TestRootCerts::*
125 } 132 }
126 { 133 {
127 bug_66941_b 134 bug_66941_b
128 Heapcheck:Leak 135 Heapcheck:Leak
129 fun:nss_ZAlloc 136 fun:nss_ZAlloc
130 fun:net::TestRootCerts::* 137 fun:net::TestRootCerts::*
131 } 138 }
132 { 139 {
133 bug_66941_c 140 bug_66941_c
134 Heapcheck:Leak 141 Heapcheck:Leak
135 fun:PL_ArenaAllocate 142 fun:PL_ArenaAllocate
136 fun:net::TestRootCerts::* 143 fun:net::TestRootCerts::*
137 } 144 }
138 { 145 {
139 bug_todo_getdelim_lucid 146 bug_todo_getdelim_lucid
140 Heapcheck:Leak 147 Heapcheck:Leak
141 fun:_IO_getdelim 148 fun:_IO_getdelim
142 } 149 }
143 { 150 {
144 bug_119677 151 bug_119677
145 Heapcheck:Leak 152 Heapcheck:Leak
146 fun:XRRRootToScreen 153 ...
147 fun:MonitorChangeObserverX11 154 fun:MonitorChangeObserverX11
148 fun:aura::Env::Init 155 fun:aura::Env::Init
149 fun:aura::Env::GetInstance 156 fun:aura::Env::GetInstance
150 } 157 }
151 158
152 #----------------------------------------------------------------------- 159 #-----------------------------------------------------------------------
153 # 2. intentional unit test errors, or stuff that is somehow a false positive 160 # 2. intentional unit test errors, or stuff that is somehow a false positive
154 # in our own code, or stuff that is so trivial it's not worth fixing 161 # in our own code, or stuff that is so trivial it's not worth fixing
155 { 162 {
156 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). 163 Heapcheck sanity test (ToolsSanityTest.MemoryLeak).
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait 253 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait
247 fun:Syncer::SyncShare 254 fun:Syncer::SyncShare
248 } 255 }
249 { 256 {
250 bug_32623 257 bug_32623
251 Heapcheck:Leak 258 Heapcheck:Leak
252 ... 259 ...
253 fun:InitSessionCacheLocks 260 fun:InitSessionCacheLocks
254 fun:initSessionCacheLocksLazily 261 fun:initSessionCacheLocksLazily
255 ... 262 ...
256 fun:ssl_InitSessionCacheLocks
257 fun:lock_cache 263 fun:lock_cache
258 fun:ssl_LookupSID 264 fun:ssl_LookupSID
259 fun:ssl2_BeginClientHandshake 265 fun:ssl2_BeginClientHandshake
260 fun:ssl_Do1stHandshake 266 fun:ssl_Do1stHandshake
261 fun:SSL_ForceHandshake 267 fun:SSL_ForceHandshake
262 fun:net::SSLClientSocketNSS::DoHandshake 268 fun:net::SSLClientSocketNSS::DoHandshake
263 fun:net::SSLClientSocketNSS::DoHandshakeLoop 269 fun:net::SSLClientSocketNSS::DoHandshakeLoop
264 fun:net::SSLClientSocketNSS::Connect 270 fun:net::SSLClientSocketNSS::Connect
265 } 271 }
266 { 272 {
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 fun:sqlite3MemMalloc 1088 fun:sqlite3MemMalloc
1083 fun:net::*::ListCertsInSlot 1089 fun:net::*::ListCertsInSlot
1084 ... 1090 ...
1085 fun:net::CertDatabaseNSSTest::TearDown 1091 fun:net::CertDatabaseNSSTest::TearDown
1086 } 1092 }
1087 { 1093 {
1088 bug_82974d 1094 bug_82974d
1089 Heapcheck:Leak 1095 Heapcheck:Leak
1090 fun:sqlite3MemMalloc 1096 fun:sqlite3MemMalloc
1091 fun:net::CertDatabase::ListCerts 1097 fun:net::CertDatabase::ListCerts
1092 fun:net::CertDatabaseNSSTest_ListCerts_Test::TestBody
1093 } 1098 }
1094 { 1099 {
1095 bug_82974e 1100 bug_82974e
1096 Heapcheck:Leak 1101 Heapcheck:Leak
1097 fun:sqlite3MemMalloc 1102 fun:sqlite3MemMalloc
1098 fun:net::CertDatabase::DeleteCertAndKey 1103 fun:net::CertDatabase::DeleteCertAndKey
1099 fun:net::*::CleanupSlotContents 1104 fun:net::*::CleanupSlotContents
1100 fun:net::CertDatabaseNSSTest::TearDown 1105 fun:net::CertDatabaseNSSTest::TearDown
1101 } 1106 }
1102 { 1107 {
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 fun:testing::internal::TestFactoryImpl::CreateTest 1815 fun:testing::internal::TestFactoryImpl::CreateTest
1811 } 1816 }
1812 { 1817 {
1813 bug_121571_c 1818 bug_121571_c
1814 Heapcheck:Leak 1819 Heapcheck:Leak
1815 fun:MessageLoop::MessageLoop 1820 fun:MessageLoop::MessageLoop
1816 fun:FileSystem*URLRequestJobTest 1821 fun:FileSystem*URLRequestJobTest
1817 fun:FileSystem*URLRequestJobTest_InvalidURL_Test 1822 fun:FileSystem*URLRequestJobTest_InvalidURL_Test
1818 fun:testing::internal::TestFactoryImpl::CreateTest 1823 fun:testing::internal::TestFactoryImpl::CreateTest
1819 } 1824 }
1825 {
1826 bug_124758
1827 Heapcheck:Leak
1828 fun:sqlite3MemMalloc
1829 fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo
1830 fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody
1831 }
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