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

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

Issue 8418011: Update suppression for 70599 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 3033 matching lines...) Expand 10 before | Expand all | Expand 10 after
3044 fun:pango_layout_check_lines 3044 fun:pango_layout_check_lines
3045 fun:pango_layout_get_extents_internal 3045 fun:pango_layout_get_extents_internal
3046 fun:pango_layout_get_pixel_extents 3046 fun:pango_layout_get_pixel_extents
3047 fun:pango_layout_get_pixel_size 3047 fun:pango_layout_get_pixel_size
3048 fun:_ZN3gfx10CanvasSkia13SizeStringIntERKSbItN4base20string16_char_traitsESaI tEERKNS_4FontEPiSA_i 3048 fun:_ZN3gfx10CanvasSkia13SizeStringIntERKSbItN4base20string16_char_traitsESaI tEERKNS_4FontEPiSA_i
3049 } 3049 }
3050 { 3050 {
3051 bug_70599 3051 bug_70599
3052 Memcheck:Cond 3052 Memcheck:Cond
3053 fun:bcmp 3053 fun:bcmp
3054 fun:_ZN3WTF14VectorComparerILb1EN7WebCore11CSSPropertyEE7compareEPKS2_S5_m 3054 fun:_ZN3WTF14VectorComparerILb1EN7WebCore11CSSPropertyEE7compareEPKS2_S5*
3055 fun:_ZN3WTF20VectorTypeOperationsIN7WebCore11CSSPropertyEE7compareEPKS2_S5_m 3055 fun:_ZN3WTF20VectorTypeOperationsIN7WebCore11CSSPropertyEE7compareEPKS2_S5*
3056 fun:_ZN3WTFeqIN7WebCore11CSSPropertyELm4EEEbRKNS_6VectorIT_XT0_EEES7_ 3056 fun:_ZN3WTFeqIN7WebCore11CSSPropertyEL*EEEbRKNS_6VectorIT_XT0_EEES7_
3057 fun:_ZNK7WebCore26CSSMutableStyleDeclaration15propertiesEqualEPKS0_ 3057 fun:_ZNK7WebCore26CSSMutableStyleDeclaration15propertiesEqualEPKS0_
3058 fun:_ZNK7WebCore12NamedNodeMap20mappedMapsEquivalentEPKS0_ 3058 fun:_ZNK7WebCore12NamedNodeMap20mappedMapsEquivalentEPKS0_
3059 fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementEPNS_4NodeE 3059 fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementEPNS_4NodeE
3060 } 3060 }
3061 { 3061 {
3062 bug_70782 3062 bug_70782
3063 Memcheck:Leak 3063 Memcheck:Leak
3064 fun:_Znw* 3064 fun:_Znw*
3065 fun:_ZN15SyncSetupWizardC1EP18ProfileSyncService 3065 fun:_ZN15SyncSetupWizardC1EP18ProfileSyncService
3066 } 3066 }
(...skipping 2067 matching lines...) Expand 10 before | Expand all | Expand 10 after
5134 obj:/lib/libselinux.so.1 5134 obj:/lib/libselinux.so.1
5135 obj:/lib/libselinux.so.1 5135 obj:/lib/libselinux.so.1
5136 } 5136 }
5137 { 5137 {
5138 bug_todo_grep 5138 bug_todo_grep
5139 Memcheck:Leak 5139 Memcheck:Leak
5140 fun:malloc 5140 fun:malloc
5141 obj:/bin/grep 5141 obj:/bin/grep
5142 obj:/bin/grep 5142 obj:/bin/grep
5143 } 5143 }
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