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

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

Issue 160509: Fix memory leak introduced by r22043. (Closed)
Patch Set: remove supression Created 11 years, 4 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
« no previous file with comments | « chrome/browser/extensions/extensions_service.cc ('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, 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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 bug_17996 947 bug_17996
948 Memcheck:Leak 948 Memcheck:Leak
949 ... 949 ...
950 fun:_ZN7WebCore10StringImplnwEj 950 fun:_ZN7WebCore10StringImplnwEj
951 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_ 951 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_
952 fun:_ZN3WTF7HashSetIPN7WebCore10StringImplENS1_10StringHashENS_10HashTraitsIS 3_EEE3addIPKcNS1_17CStringTranslatorEEESt4pairINS_24HashTableIteratorAdapterINS_ 9HashTableIS3_S3_NS_17IdentityExtractorIS3_EES4_S6_S6_EES3_EEbERKT_ 952 fun:_ZN3WTF7HashSetIPN7WebCore10StringImplENS1_10StringHashENS_10HashTraitsIS 3_EEE3addIPKcNS1_17CStringTranslatorEEESt4pairINS_24HashTableIteratorAdapterINS_ 9HashTableIS3_S3_NS_17IdentityExtractorIS3_EES4_S6_S6_EES3_EEbERKT_
953 fun:_ZN7WebCore12AtomicString3addEPKc 953 fun:_ZN7WebCore12AtomicString3addEPKc
954 fun:_ZN7WebCore12AtomicStringC1EPKc 954 fun:_ZN7WebCore12AtomicStringC1EPKc
955 fun:_ZN7WebCore8SVGNames4initEv 955 fun:_ZN7WebCore8SVGNames4initEv
956 } 956 }
957 {
958 crbug_18070
959 Memcheck:Leak
960 ...
961 fun:_ZN7Version20GetVersionFromStringERKSs
962 fun:_ZN17ExtensionsService24OnExternalExtensionFoundERKSsS1_RK8FilePathN9Exten sion8LocationE
963 fun:_ZN14RunnableMethodI17ExtensionsServiceMS0_FvRKSsS2_RK8FilePathN9Extension 8LocationEE6Tuple4ISsSsS3_S7_EE3RunEv
964 fun:_ZN11MessageLoop7RunTaskEP4Task
965 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
966 fun:_ZN11MessageLoop6DoWorkEv
967 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
968 fun:_ZN11MessageLoop11RunInternalEv
969 fun:_ZN11MessageLoop10RunHandlerEv
970 fun:_ZN11MessageLoop13RunAllPendingEv
971 fun:_ZN46ExtensionsServiceTest_ExternalInstallPref_Test8TestBodyEv
972 fun:_ZN7testing4Test3RunEv
973 fun:_ZN7testing8internal12TestInfoImpl3RunEv
974 fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE
975 fun:_ZN7testing8TestCase3RunEv
976 fun:_ZN7testing8TestCase11RunTestCaseEPS0_
977 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
978 fun:_ZN7testing8UnitTest3RunEv
979 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extensions_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698