Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: webrtc/build/sanitizers/tsan_suppressions_webrtc.cc

Issue 1696873002: Adding TSan suppressions temporarily to fix some flaky unit tests. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removing RegisterProtectionCallback suppression since the bug was fixed. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/sanitizers/tsan_suppressions_webrtc.cc
diff --git a/webrtc/build/sanitizers/tsan_suppressions_webrtc.cc b/webrtc/build/sanitizers/tsan_suppressions_webrtc.cc
index 2bc1b277f0bb4c0d31090a58bc33fe575e6b7a36..299644fd281ecccb13007881b2d4373615dca231 100644
--- a/webrtc/build/sanitizers/tsan_suppressions_webrtc.cc
+++ b/webrtc/build/sanitizers/tsan_suppressions_webrtc.cc
@@ -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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698