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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 212028: suppression update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 # Strange... 174 # Strange...
175 bug_20653a 175 bug_20653a
176 Memcheck:Param 176 Memcheck:Param
177 write(buf) 177 write(buf)
178 ... 178 ...
179 fun:sqlite3OsWrite 179 fun:sqlite3OsWrite
180 fun:pager_write_pagelist 180 fun:pager_write_pagelist
181 fun:sqlite3PagerCommitPhaseOne 181 fun:sqlite3PagerCommitPhaseOne
182 } 182 }
183 { 183 {
184 bug_20653b
185 Memcheck:Param
186 write(buf)
187 fun:write$UNIX2003
188 fun:unixWrite
189 fun:sqlite3OsWrite
190 fun:write32bits
191 fun:pager_write
192 }
193 {
184 # There is a fix in mainline, http://www.sqlite.org/cvstrac/chngview?cn=5968 194 # There is a fix in mainline, http://www.sqlite.org/cvstrac/chngview?cn=5968
185 # See also http://article.gmane.org/gmane.comp.db.sqlite.general/43177 195 # See also http://article.gmane.org/gmane.comp.db.sqlite.general/43177
186 SQLite write 196 SQLite write
187 Memcheck:Param 197 Memcheck:Param
188 write(buf) 198 write(buf)
189 ... 199 ...
190 fun:writeJournalHdr 200 fun:writeJournalHdr
191 } 201 }
192 202
193 # Fixed in newer SQLite 203 # Fixed in newer SQLite
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 bug_22109 1202 bug_22109
1193 Memcheck:Leak 1203 Memcheck:Leak
1194 fun:_Znwj 1204 fun:_Znwj
1195 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE 1205 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
1196 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj 1206 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj
1197 fun:_ZNSs7reserveEj 1207 fun:_ZNSs7reserveEj
1198 fun:_ZNSs6appendEPKcj 1208 fun:_ZNSs6appendEPKcj
1199 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc 1209 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc
1200 fun:_Z12StringPrintfPKcz 1210 fun:_Z12StringPrintfPKcz
1201 } 1211 }
1212 {
1213 bug_22450
1214 Memcheck:Leak
1215 fun:_Znw*
1216 fun:_ZN3net26DefaultClientSocketFactory21CreateTCPClientSocketERKNS_11Address ListE
1217 fun:_ZN3net13TCPConnectJob12DoTCPConnectEv
1218 fun:_ZN3net13TCPConnectJob6DoLoopEi
1219 fun:_ZN3net13TCPConnectJob12OnIOCompleteEi
1220 ...
1221 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv
1222 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698