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

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

Issue 160390: Temp suppression for mem leak with Version::GetVersionFromString()... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | 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 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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 } 950 }
951 { 951 {
952 bug_17795 952 bug_17795
953 Memcheck:Leak 953 Memcheck:Leak
954 fun:_Znwj 954 fun:_Znwj
955 fun:_ZN3WTF9HashTableIPN7WebCore13QualifiedName17QualifiedNameImplES4_NS_17Id entityExtractorIS4_EENS1_17QualifiedNameHashENS_10HashTraitsIS4_EES9_E18addPassi ngHashCodeINS1_23QualifiedNameComponentsESC_NS_24HashSetTranslatorAdapterIS4_S9_ SC_NS1_25QNameComponentsTranslatorEEEEESt4pairINS_17HashTableIteratorIS4_S4_S6_S 7_S9_S9_EEbERKT_RKT0_ 955 fun:_ZN3WTF9HashTableIPN7WebCore13QualifiedName17QualifiedNameImplES4_NS_17Id entityExtractorIS4_EENS1_17QualifiedNameHashENS_10HashTraitsIS4_EES9_E18addPassi ngHashCodeINS1_23QualifiedNameComponentsESC_NS_24HashSetTranslatorAdapterIS4_S9_ SC_NS1_25QNameComponentsTranslatorEEEEESt4pairINS_17HashTableIteratorIS4_S4_S6_S 7_S9_S9_EEbERKT_RKT0_
956 fun:_ZN3WTF7HashSetIPN7WebCore13QualifiedName17QualifiedNameImplENS1_17Qualif iedNameHashENS_10HashTraitsIS4_EEE3addINS1_23QualifiedNameComponentsENS1_25QName ComponentsTranslatorEEESt4pairINS_24HashTableIteratorAdapterINS_9HashTableIS4_S4 _NS_17IdentityExtractorIS4_EES5_S7_S7_EES4_EEbERKT_ 956 fun:_ZN3WTF7HashSetIPN7WebCore13QualifiedName17QualifiedNameImplENS1_17Qualif iedNameHashENS_10HashTraitsIS4_EEE3addINS1_23QualifiedNameComponentsENS1_25QName ComponentsTranslatorEEESt4pairINS_24HashTableIteratorAdapterINS_9HashTableIS4_S4 _NS_17IdentityExtractorIS4_EES5_S7_S7_EES4_EEbERKT_
957 fun:_ZN7WebCore13QualifiedNameC1ERKNS_12AtomicStringES3_S3_ 957 fun:_ZN7WebCore13QualifiedNameC1ERKNS_12AtomicStringES3_S3_
958 fun:_ZN7WebCore8SVGNames4initEv 958 fun:_ZN7WebCore8SVGNames4initEv
959 } 959 }
960
961 {
962 crbug_18070
963 Memcheck:Leak
964 ...
965 fun:_ZN7Version20GetVersionFromStringERKSs
966 fun:_ZN17ExtensionsService24OnExternalExtensionFoundERKSsS1_RK8FilePathN9Exten sion8LocationE
967 fun:_ZN14RunnableMethodI17ExtensionsServiceMS0_FvRKSsS2_RK8FilePathN9Extension 8LocationEE6Tuple4ISsSsS3_S7_EE3RunEv
968 fun:_ZN11MessageLoop7RunTaskEP4Task
969 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
970 fun:_ZN11MessageLoop6DoWorkEv
971 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
972 fun:_ZN11MessageLoop11RunInternalEv
973 fun:_ZN11MessageLoop10RunHandlerEv
974 fun:_ZN11MessageLoop13RunAllPendingEv
975 fun:_ZN46ExtensionsServiceTest_ExternalInstallPref_Test8TestBodyEv
976 fun:_ZN7testing4Test3RunEv
977 fun:_ZN7testing8internal12TestInfoImpl3RunEv
978 fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE
979 fun:_ZN7testing8TestCase3RunEv
980 fun:_ZN7testing8TestCase11RunTestCaseEPS0_
981 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
982 fun:_ZN7testing8UnitTest3RunEv
983 }
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