Adding TSan suppressions temporarily to fix some flaky unit tests.

BUG=webrtc:5524
NOTRY=true

Review URL: https://codereview.webrtc.org/1696873002

Cr-Commit-Position: refs/heads/master@{#11643}
This commit is contained in:
deadbeef 2016-02-16 16:54:51 -08:00 committed by Commit bot
parent e1a0c942d6
commit 25d6a0fb69

View File

@ -93,6 +93,11 @@ char kTSanDefaultSuppressions[] =
// https://code.google.com/p/libyuv/issues/detail?id=508
"race:InitCpuFlags\n"
// https://bugs.chromium.org/p/webrtc/issues/detail?id=5524
"race:AudioChannelTest_SendSrtpToSrtpOnThread_Test::TestBody\n"
"race:VideoChannelTest_SendSrtpToSrtpOnThread_Test::TestBody\n"
"race:DataChannelTest_SendSrtpToSrtpOnThread_Test::TestBody\n"
// End of suppressions.
; // Please keep this semicolon.