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

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

Issue 245040: A sqlite valgrind suppression for the mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 { 299 {
300 # NSS bug https://bugzilla.mozilla.org/show_bug.cgi?id=518443 300 # NSS bug https://bugzilla.mozilla.org/show_bug.cgi?id=518443
301 https://bugzilla.mozilla.org/show_bug.cgi?id=518443 301 https://bugzilla.mozilla.org/show_bug.cgi?id=518443
302 Memcheck:Leak 302 Memcheck:Leak
303 fun:calloc 303 fun:calloc
304 fun:PR_Calloc 304 fun:PR_Calloc
305 fun:PORT_ZAlloc_Util 305 fun:PORT_ZAlloc_Util
306 fun:PORT_NewArena_Util 306 fun:PORT_NewArena_Util
307 fun:PK11_ImportAndReturnPrivateKey 307 fun:PK11_ImportAndReturnPrivateKey
308 } 308 }
309 {
310 bug_23314
311 Memcheck:Addr2
312 fun:sqlite3PcacheClearSyncFlags
313 fun:syncJournal
314 fun:sqlite3PagerCommitPhaseOne
315 fun:sqlite3BtreeCommitPhaseOne
316 }
309 #----------------------------------------------------------------------- 317 #-----------------------------------------------------------------------
310 # 2. intentional unit test errors, or stuff that is somehow a false positive 318 # 2. intentional unit test errors, or stuff that is somehow a false positive
311 # in our own code, or stuff that is so trivial it's not worth fixing 319 # in our own code, or stuff that is so trivial it's not worth fixing
312 320
313 { 321 {
314 logging::InitLogging never frees filename. It would be hard to free properly. 322 logging::InitLogging never frees filename. It would be hard to free properly.
315 Memcheck:Leak 323 Memcheck:Leak
316 ... 324 ...
317 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE 325 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE
318 } 326 }
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 { 1113 {
1106 bug_23313 1114 bug_23313
1107 Memcheck:Leak 1115 Memcheck:Leak
1108 fun:_Znwj 1116 fun:_Znwj
1109 ... 1117 ...
1110 fun:_ZNSt6vectorIN4skia19ConvolutionFilter1D14FilterInstanceESaIS2_EE9push_ba ckERKS2_ 1118 fun:_ZNSt6vectorIN4skia19ConvolutionFilter1D14FilterInstanceESaIS2_EE9push_ba ckERKS2_
1111 fun:_ZN4skia19ConvolutionFilter1D9AddFilterEiPKsi 1119 fun:_ZN4skia19ConvolutionFilter1D9AddFilterEiPKsi
1112 ... 1120 ...
1113 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe ct 1121 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe ct
1114 } 1122 }
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