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

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

Issue 10084012: Extend the suppression for leak in CSSStyleSheet::create (issue 121729) (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 four kinds of suppressions in this file. 1 # There are four 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 5339 matching lines...) Expand 10 before | Expand all | Expand 10 after
5350 fun:_Znw* 5350 fun:_Znw*
5351 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 5351 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
5352 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_ 5352 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
5353 fun:_ZN5gdata15GDataFileSystem21LoadRootFeedFromCacheENS0_13FeedChunkTypeE*K8 FilePathbRKN4base8CallbackIFvNS5_17PlatformFileErrorES4_PNS_13GDataFileBaseEEEE 5353 fun:_ZN5gdata15GDataFileSystem21LoadRootFeedFromCacheENS0_13FeedChunkTypeE*K8 FilePathbRKN4base8CallbackIFvNS5_17PlatformFileErrorES4_PNS_13GDataFileBaseEEEE
5354 } 5354 }
5355 { 5355 {
5356 bug_121729 5356 bug_121729
5357 Memcheck:Leak 5357 Memcheck:Leak
5358 fun:malloc 5358 fun:malloc
5359 fun:_ZN3WTF10fastMallocE* 5359 fun:_ZN3WTF10fastMallocE*
5360 fun:_ZN3WTF10RefCountedIN7WebCore10StyleSheetEEnwE* 5360 ...
5361 fun:_ZN7WebCore13CSSStyleSheet6createEv
5362 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE 5361 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE
5363 fun:_ZN7WebCoreL12parseUASheetEPKcj 5362 fun:_ZN7WebCoreL12parseUASheetEPKcj
5364 fun:_ZN7WebCoreL19loadViewSourceStyleEv 5363 fun:_ZN7WebCoreL19loadViewSourceStyleEv
5365 fun:_ZN7WebCore16CSSStyleSelector12matchUARulesERNS0_11MatchResultE 5364 fun:_ZN7WebCore16CSSStyleSelector12matchUARulesERNS0_11MatchResultE
5366 fun:_ZN7WebCore16CSSStyleSelector15styleForElementEPNS_7ElementEPNS_11RenderS tyleENS_20StyleSharingBehaviorENS_20RuleMatchingBehaviorEPNS_12RenderRegionE 5365 fun:_ZN7WebCore16CSSStyleSelector15styleForElementEPNS_7ElementEPNS_11RenderS tyleENS_20StyleSharingBehaviorENS_20RuleMatchingBehaviorEPNS_12RenderRegionE
5367 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentEb 5366 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentEb
5368 fun:_ZN7WebCore8Document19createStyleSelectorEv 5367 fun:_ZN7WebCore8Document19createStyleSelectorEv
5369 fun:_ZN7WebCore8Document13styleSelectorEv 5368 fun:_ZN7WebCore8Document13styleSelectorEv
5370 fun:_ZN7WebCore7Element16styleForRendererEv 5369 fun:_ZN7WebCore7Element16styleForRendererEv
5371 } 5370 }
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
5806 obj:/lib/libselinux.so.1 5805 obj:/lib/libselinux.so.1
5807 } 5806 }
5808 { 5807 {
5809 bug_todo_grep 5808 bug_todo_grep
5810 Memcheck:Leak 5809 Memcheck:Leak
5811 fun:malloc 5810 fun:malloc
5812 obj:/bin/grep 5811 obj:/bin/grep
5813 obj:/bin/grep 5812 obj:/bin/grep
5814 } 5813 }
5815 5814
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