Removed suppressions for the data race inside the APM that is now fixed.
BUG=webrtc:2521 NOTRY=True Review-Url: https://codereview.webrtc.org/2418093002 Cr-Commit-Position: refs/heads/master@{#14640}
This commit is contained in:
@ -35,11 +35,6 @@ char kTSanDefaultSuppressions[] =
|
||||
"race:webrtc::Trace::set_level_filter\n"
|
||||
"race:webrtc::GetStaticInstance<webrtc::TraceImpl>\n"
|
||||
|
||||
// Audio processing
|
||||
// https://code.google.com/p/webrtc/issues/detail?id=2521 for details.
|
||||
"race:webrtc/modules/audio_processing/aec/aec_core.c\n"
|
||||
"race:webrtc/modules/audio_processing/aec/aec_rdft.c\n"
|
||||
|
||||
// Race in pulse initialization.
|
||||
// https://code.google.com/p/webrtc/issues/detail?id=5152
|
||||
"race:webrtc::AudioDeviceLinuxPulse::Init\n"
|
||||
|
||||
Reference in New Issue
Block a user