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

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

Issue 1736763006: Fix for intermittent tsan2 errors from SendRtpToRtpOnThread and SendSrtpToSrtpOnThread. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Moved two stars. Created 4 years, 9 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 | webrtc/pc/channel_unittest.cc » ('j') | 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 716378ee6b75a71f7a459dfcf4b7f224dea250a3..4c2a174d40062ed08e8385e440a692191aa8386c 100644
--- a/webrtc/build/sanitizers/tsan_suppressions_webrtc.cc
+++ b/webrtc/build/sanitizers/tsan_suppressions_webrtc.cc
@@ -92,11 +92,6 @@ 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 | webrtc/pc/channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698