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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
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 2399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2410 fun:error_get_my_stack | 2410 fun:error_get_my_stack |
2411 fun:nss_SetError | 2411 fun:nss_SetError |
2412 ... | 2412 ... |
2413 fun:CERT_NewTempCertificate | 2413 fun:CERT_NewTempCertificate |
2414 fun:_ZN3net18SSLServerSocketNSS20InitializeSSLOptionsEv | 2414 fun:_ZN3net18SSLServerSocketNSS20InitializeSSLOptionsEv |
2415 fun:_ZN3net18SSLServerSocketNSS9HandshakeERKN4base8CallbackIFviEEE | 2415 fun:_ZN3net18SSLServerSocketNSS9HandshakeERKN4base8CallbackIFviEEE |
2416 fun:_ZN8remoting8protocol27SslHmacChannelAuthenticator21SecureAndAuthenticate
E10scoped_ptrIN3net12StreamSocketEERKN4base8CallbackIFvNS3_5ErrorES5_EEE | 2416 fun:_ZN8remoting8protocol27SslHmacChannelAuthenticator21SecureAndAuthenticate
E10scoped_ptrIN3net12StreamSocketEERKN4base8CallbackIFvNS3_5ErrorES5_EEE |
2417 fun:_ZN8remoting8protocol21AuthenticatorTestBase14RunChannelAuthEb | 2417 fun:_ZN8remoting8protocol21AuthenticatorTestBase14RunChannelAuthEb |
2418 fun:_ZN8remoting8protocol52NegotiatingAuthenticatorTest_SuccessfulAuthHmac_Te
st8TestBodyEv | 2418 fun:_ZN8remoting8protocol52NegotiatingAuthenticatorTest_SuccessfulAuthHmac_Te
st8TestBodyEv |
2419 } | 2419 } |
2420 { | |
2421 bug_125728 | |
2422 Memcheck:Uninitialized | |
2423 fun:_ZN5mediaL12AddSaturatedIiLin32768ELi32767EEEiii | |
2424 fun:_ZN5mediaL10MixStreamsIsiLin32768ELi32767ELi0EEEvPT_S2_if | |
2425 fun:_ZN5media10MixStreamsEPvS0_mif | |
2426 fun:_ZN5media16AudioOutputMixer10OnMoreDataEPhjNS_17AudioBuffersStateE | |
2427 fun:_ZN5media54AudioOutputProxyTest_TwoStreams_BothPlaying_Mixer_Test8TestBod
yEv | |
2428 } | |
OLD | NEW |