OLD | NEW |
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 Loading... |
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 } | |
OLD | NEW |