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

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

Issue 181008: Widen one suppression to match linux bot, add one new suppression for mac.... (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 978 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 Memcheck:Free 989 Memcheck:Free
990 fun:_ZdlPv 990 fun:_ZdlPv
991 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE 991 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE
992 fun:_Z10cssyyparsePv 992 fun:_Z10cssyyparsePv
993 fun:_ZN7WebCore9CSSParser13parseSelectorERKNS_6StringEPNS_8DocumentERNS_15CSS SelectorListE 993 fun:_ZN7WebCore9CSSParser13parseSelectorERKNS_6StringEPNS_8DocumentERNS_15CSS SelectorListE
994 } 994 }
995 { 995 {
996 bug_19191 996 bug_19191
997 Memcheck:Leak 997 Memcheck:Leak
998 ... 998 ...
999 fun:_ZN7WebCore10StringImplC1EPKcjj
1000 fun:_ZN3WTF9HashTableIPN7WebCore10StringImplES3_NS_17IdentityExtractorIS3_EEN S1_10StringHashENS_10HashTraitsIS3_EES8_E18addPassingHashCodeIPKcSC_NS_24HashSet TranslatorAdapterIS3_S8_SC_NS1_17CStringTranslatorEEEEESt4pairINS_17HashTableIte ratorIS3_S3_S5_S6_S8_S8_EEbERKT_RKT0_ 999 fun:_ZN3WTF9HashTableIPN7WebCore10StringImplES3_NS_17IdentityExtractorIS3_EEN S1_10StringHashENS_10HashTraitsIS3_EES8_E18addPassingHashCodeIPKcSC_NS_24HashSet TranslatorAdapterIS3_S8_SC_NS1_17CStringTranslatorEEEEESt4pairINS_17HashTableIte ratorIS3_S3_S5_S6_S8_S8_EEbERKT_RKT0_
1001 fun:_ZN3WTF7HashSetIPN7WebCore10StringImplENS1_10StringHashENS_10HashTraitsIS 3_EEE3addIPKcNS1_17CStringTranslatorEEESt4pairINS_24HashTableIteratorAdapterINS_ 9HashTableIS3_S3_NS_17IdentityExtractorIS3_EES4_S6_S6_EES3_EEbERKT_ 1000 fun:_ZN3WTF7HashSetIPN7WebCore10StringImplENS1_10StringHashENS_10HashTraitsIS 3_EEE3addIPKcNS1_17CStringTranslatorEEESt4pairINS_24HashTableIteratorAdapterINS_ 9HashTableIS3_S3_NS_17IdentityExtractorIS3_EES4_S6_S6_EES3_EEbERKT_
1002 fun:_ZN7WebCore12AtomicString3addEPKc 1001 fun:_ZN7WebCore12AtomicString3addEPKc
1003 fun:_ZN7WebCore10XLinkNames4initEv 1002 fun:_ZN7WebCore10XLinkNames4initEv
1004 } 1003 }
1005 { 1004 {
1006 bug_19196 1005 bug_19196
1007 Memcheck:Leak 1006 Memcheck:Leak
1008 fun:_Znw* 1007 fun:_Znw*
1009 fun:_ZN2v817RegisterExtensionEPNS_9ExtensionE 1008 fun:_ZN2v817RegisterExtensionEPNS_9ExtensionE
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 Memcheck:Leak 1106 Memcheck:Leak
1108 fun:malloc 1107 fun:malloc
1109 fun:g_malloc 1108 fun:g_malloc
1110 fun:g_slice_alloc 1109 fun:g_slice_alloc
1111 fun:handlers_find 1110 fun:handlers_find
1112 fun:signal_handlers_foreach_matched_R 1111 fun:signal_handlers_foreach_matched_R
1113 fun:g_signal_handlers_disconnect_matched 1112 fun:g_signal_handlers_disconnect_matched
1114 fun:gtk_accel_group_disconnect 1113 fun:gtk_accel_group_disconnect
1115 fun:gtk_accel_group_disconnect_key 1114 fun:gtk_accel_group_disconnect_key
1116 } 1115 }
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