| Index: tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc
|
| diff --git a/tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc b/tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc
|
| index 999a3d0e8940eead2eccd0f15fbfe0a83958dbbb..b439322a54dd410e3c256ee59960b5faf99d1d8d 100644
|
| --- a/tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc
|
| +++ b/tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc
|
| @@ -41,12 +41,8 @@ char kTSanDefaultSuppressions[] =
|
|
|
| // rtc_unittests
|
| // https://code.google.com/p/webrtc/issues/detail?id=3911 for details.
|
| -"race:rtc::AsyncInvoker::OnMessage\n"
|
| -"race:rtc::FireAndForgetAsyncClosure<FunctorB>::Execute\n"
|
| "race:rtc::MessageQueueManager::Clear\n"
|
| "race:rtc::Thread::Clear\n"
|
| -// https://code.google.com/p/webrtc/issues/detail?id=3914
|
| -"race:rtc::AsyncInvoker::~AsyncInvoker\n"
|
| // https://code.google.com/p/webrtc/issues/detail?id=2080
|
| "race:webrtc/base/logging.cc\n"
|
| "race:webrtc/base/sharedexclusivelock_unittest.cc\n"
|
|
|