OLD | NEW |
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 5866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5877 { | 5877 { |
5878 bug_293033 | 5878 bug_293033 |
5879 Memcheck:Leak | 5879 Memcheck:Leak |
5880 fun:_Znw* | 5880 fun:_Znw* |
5881 fun:_ZN7WebCore11ScriptState10forContextEN2v86HandleINS1_7ContextEEE | 5881 fun:_ZN7WebCore11ScriptState10forContextEN2v86HandleINS1_7ContextEEE |
5882 ... | 5882 ... |
5883 fun:_ZN7WebCore*V8InternalL*MethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE | 5883 fun:_ZN7WebCore*V8InternalL*MethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE |
5884 fun:_ZN7WebCore*V8InternalL*MethodCallbackERKN2v820FunctionCallbackInfoINS1_5
ValueEEE | 5884 fun:_ZN7WebCore*V8InternalL*MethodCallbackERKN2v820FunctionCallbackInfoINS1_5
ValueEEE |
5885 } | 5885 } |
5886 { | 5886 { |
5887 bug_293058_a | |
5888 Memcheck:Leak | |
5889 fun:_Znw* | |
5890 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev | |
5891 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateERKN5blink
22WebFileSystemCallbacksE | |
5892 fun:_ZN7content17WebFileSystemImpl* | |
5893 } | |
5894 { | |
5895 bug_293058_b | |
5896 Memcheck:Leak | |
5897 fun:_Znw* | |
5898 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev | |
5899 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateERKN5blink
22WebFileSystemCallbacksE | |
5900 fun:_ZN7content17WebFileSystemImpl16createFileWriterERKN5blink6WebURLEPNS1_19
WebFileWriterClientENS1_22WebFileSystemCallbacksE | |
5901 fun:_ZN7WebCore17DOMFileSystemSync12createWriterEPKNS_13FileEntrySyncERNS_14E
xceptionStateE | |
5902 fun:_ZN7WebCore13FileEntrySync12createWriterERNS_14ExceptionStateE | |
5903 } | |
5904 { | |
5905 bug_293088 | 5887 bug_293088 |
5906 Memcheck:Unaddressable | 5888 Memcheck:Unaddressable |
5907 fun:_ZNK3WTF6RefPtrIN7WebCore19TextResourceDecoderEE3getEv | 5889 fun:_ZNK3WTF6RefPtrIN7WebCore19TextResourceDecoderEE3getEv |
5908 fun:_ZNK7WebCore8Document7decoderEv | 5890 fun:_ZNK7WebCore8Document7decoderEv |
5909 fun:_ZN7WebCore25DecodedDataDocumentParser5flushEv | 5891 fun:_ZN7WebCore25DecodedDataDocumentParser5flushEv |
5910 fun:_ZN7WebCore14DocumentWriter3endEv | 5892 fun:_ZN7WebCore14DocumentWriter3endEv |
5911 fun:_ZN7WebCore14DocumentLoader10endWritingEPNS_14DocumentWriterE | 5893 fun:_ZN7WebCore14DocumentLoader10endWritingEPNS_14DocumentWriterE |
5912 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEd | 5894 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEd |
5913 fun:_ZN7WebCore14DocumentLoader14notifyFinishedEPNS_8ResourceE | 5895 fun:_ZN7WebCore14DocumentLoader14notifyFinishedEPNS_8ResourceE |
5914 fun:_ZN7WebCore8Resource11checkNotifyEv | 5896 fun:_ZN7WebCore8Resource11checkNotifyEv |
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6338 fun:_ZN3WTFL19wtfThreadEntryPointEPv | 6320 fun:_ZN3WTFL19wtfThreadEntryPointEPv |
6339 } | 6321 } |
6340 { | 6322 { |
6341 bug_349152 | 6323 bug_349152 |
6342 Memcheck:Uninitialized | 6324 Memcheck:Uninitialized |
6343 ... | 6325 ... |
6344 fun:_ZN7content31MediaStreamAudioLevelCalculator9CalculateEPKsii | 6326 fun:_ZN7content31MediaStreamAudioLevelCalculator9CalculateEPKsii |
6345 fun:_ZN7content21WebRtcLocalAudioTrack7CaptureEPKsN4base9TimeDeltaEibb | 6327 fun:_ZN7content21WebRtcLocalAudioTrack7CaptureEPKsN4base9TimeDeltaEibb |
6346 fun:_ZN7content54WebRtcLocalAudioTrackAdapterTest_AddAndRemoveSink_Test8TestB
odyEv | 6328 fun:_ZN7content54WebRtcLocalAudioTrackAdapterTest_AddAndRemoveSink_Test8TestB
odyEv |
6347 } | 6329 } |
OLD | NEW |