Suppress data races in AudioDeviceLinuxPulse::Init.
Triggers more often on tsanv2 in parallel, suppressing for now to get the parallel bot into the main waterfall. BUG=chromium:445880, webrtc:5152 R=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1428033002 . Cr-Commit-Position: refs/heads/master@{#10480}
This commit is contained in:
@ -42,6 +42,10 @@ char kTSanDefaultSuppressions[] =
|
|||||||
"race:webrtc/modules/audio_processing/aec/aec_core.c\n"
|
"race:webrtc/modules/audio_processing/aec/aec_core.c\n"
|
||||||
"race:webrtc/modules/audio_processing/aec/aec_rdft.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"
|
||||||
|
|
||||||
// rtc_unittest
|
// rtc_unittest
|
||||||
// https://code.google.com/p/webrtc/issues/detail?id=3911 for details.
|
// https://code.google.com/p/webrtc/issues/detail?id=3911 for details.
|
||||||
"race:rtc::AsyncInvoker::OnMessage\n"
|
"race:rtc::AsyncInvoker::OnMessage\n"
|
||||||
|
Reference in New Issue
Block a user