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

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

Issue 180022: Add four new suppressions, widen one. (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 | « tools/valgrind/memcheck/suppressions.txt ('k') | 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 fun:_DPSNextEvent 186 fun:_DPSNextEvent
187 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] 187 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
188 fun:-[NSApplication run] 188 fun:-[NSApplication run]
189 } 189 }
190 { 190 {
191 bug_18223 191 bug_18223
192 Memcheck:Cond 192 Memcheck:Cond
193 fun:_ZNK8Security12UnixPlusPlus17StaticForkMonitorclEv 193 fun:_ZNK8Security12UnixPlusPlus17StaticForkMonitorclEv
194 fun:_ZN12ocspdGlobals10serverPortEv 194 fun:_ZN12ocspdGlobals10serverPortEv
195 } 195 }
196 {
197 # Invalid read
198 bug_20508a
199 Memcheck:Addr4
200 ...
201 fun:ripc_DrawGlyphs
202 fun:draw_glyphs
203 fun:CGContextShowGlyphsWithAdvances
204 }
205 {
206 # Invalid read
207 bug_20508b
208 Memcheck:Addr4
209 fun:_eATSFontGetGlyphIDsForGlyphNames
210 fun:ATSFontGetGlyphIDsForGlyphNames
211 fun:ats_font_get_glyphs_for_glyph_names
212 fun:get_glyphs_for_glyph_names
213 }
214
196 215
197 # 2. Intentional unit test errors, stuff that is somehow a false positive 216 # 2. Intentional unit test errors, stuff that is somehow a false positive
198 # in our own code, or stuff that is so trivial it's not worth fixing. 217 # in our own code, or stuff that is so trivial it's not worth fixing.
199 { 218 {
200 # NSObject pointers in a static std::map; we do technically leak them, but 219 # NSObject pointers in a static std::map; we do technically leak them, but
201 # only on shutdown, so it's not worth fixing. 220 # only on shutdown, so it's not worth fixing.
202 static_theme_cache 221 static_theme_cache
203 Memcheck:Leak 222 Memcheck:Leak
204 fun:calloc 223 fun:calloc
205 fun:_internal_class_createInstanceFromZone 224 fun:_internal_class_createInstanceFromZone
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 fun:-[CIContextImpl render:] 512 fun:-[CIContextImpl render:]
494 fun:cgxcoreimage_instance_render 513 fun:cgxcoreimage_instance_render
495 fun:CGXCoreImageInstanceRender 514 fun:CGXCoreImageInstanceRender
496 } 515 }
497 { 516 {
498 bug_18984 517 bug_18984
499 Memcheck:Free 518 Memcheck:Free
500 fun:_ZdlPv 519 fun:_ZdlPv
501 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELm0EEE 520 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELm0EEE
502 ... 521 ...
503 fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELm 0EEE
504 fun:_Z10cssyyparsePv 522 fun:_Z10cssyyparsePv
505 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
506 } 523 }
507 { 524 {
508 # Leak of a CFMutableArray of certs in X509Certificate::Verify. 525 # Leak of a CFMutableArray of certs in X509Certificate::Verify.
509 bug_20459 526 bug_20459
510 Memcheck:Leak 527 Memcheck:Leak
511 fun:malloc_zone_malloc 528 fun:malloc_zone_malloc
512 fun:_CFRuntimeCreateInstance 529 fun:_CFRuntimeCreateInstance
513 fun:__CFArrayInit 530 fun:__CFArrayInit
514 fun:CFArrayCreateMutableCopy 531 fun:CFArrayCreateMutableCopy
515 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE 532 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
516 fun:_ZN3net12CertVerifier7Request8DoVerifyEv 533 fun:_ZN3net12CertVerifier7Request8DoVerifyEv
517 fun:_ZN14RunnableMethodIN3net12CertVerifier7RequestEMS2_FvvE6Tuple0E3RunEv 534 fun:_ZN14RunnableMethodIN3net12CertVerifier7RequestEMS2_FvvE6Tuple0E3RunEv
518 fun:-[TaskOperation main] 535 fun:-[TaskOperation main]
519 fun:-[NSOperation start] 536 fun:-[NSOperation start]
520 fun:__runop 537 fun:__runop
521 fun:_pthread_wqthread 538 fun:_pthread_wqthread
522 fun:start_wqthread 539 fun:start_wqthread
523 } 540 }
541 {
542 bug_20504
543 Memcheck:Leak
544 fun:malloc_zone_calloc
545 fun:_internal_class_createInstanceFromZone
546 fun:+[NSObject allocWithZone:]
547 fun:-[NSCustomObject nibInstantiate]
548 fun:-[NSIBObjectData instantiateObject:]
549 fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
550 fun:loadNib
551 fun:+[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:]
552 fun:+[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:]
553 fun:+[NSBundle(NSNibLoading) loadNibNamed:owner:]
554 fun:_ZN8Platform29WillInitializeMainMessageLoopERK18MainFunctionParams
555 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698