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

Unified Diff: build/sanitizers/tsan_suppressions.cc

Issue 2755453003: Remove suppressions for some bugs that are closed as fixed. (Closed)
Patch Set: Created 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/sanitizers/tsan_suppressions.cc
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
index e26ed0b5bc99f62ffd8bc42b3f98cd8c69f36c87..d9753ef8b91c0c09ae326bf7b31d942bea0c7691 100644
--- a/build/sanitizers/tsan_suppressions.cc
+++ b/build/sanitizers/tsan_suppressions.cc
@@ -120,12 +120,6 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/272095
"race:base::g_top_manager\n"
-// http://crbug.com/280466
-"race:content::WebRtcAudioCapturer::SetCapturerSource\n"
-
-// http://crbug.com/285242
-"race:media::PulseAudioOutputStream::SetVolume\n"
-
// http://crbug.com/308590
"race:CustomThreadWatcher::~CustomThreadWatcher\n"
@@ -172,22 +166,12 @@ char kTSanDefaultSuppressions[] =
"race:content::"
"RendererWebKitPlatformSupportImpl::~RendererWebKitPlatformSupportImpl\n"
-// http://crbug.com/345618
-"race:WebCore::AudioDestinationNode::render\n"
-
-// http://crbug.com/345624
-"race:media::DataSource::set_host\n"
-
// http://crbug.com/347534
"race:v8::internal::V8::TearDown\n"
// http://crbug.com/347538
"race:sctp_timer_start\n"
-// http://crbug.com/347548
-"race:cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec\n"
-"race:cricket::WebRtcVideoMediaChannel::SetSendCodec\n"
-
// http://crbug.com/347553
"race:blink::WebString::reset\n"
@@ -230,10 +214,6 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/490856
"deadlock:content::TracingControllerImpl::SetEnabledOnFileThread\n"
-// http://crbug.com/417193
-// Suppressing both AudioContext.{cpp,h}.
-"race:modules/webaudio/AudioContext\n"
-
// https://code.google.com/p/skia/issues/detail?id=3294
"race:SkBaseMutex::acquire\n"
@@ -259,9 +239,6 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/633145
"race:third_party/libjpeg_turbo/simd/jsimd_x86_64.c\n"
-// http://crbug.com/638583
-"race:webrtc/modules/audio_processing/aec/aec_rdft.cc\n"
-
// http://crbug.com/587199
"race:base::TimerTest_OneShotTimer_CustomTaskRunner_Test::TestBody\n"
« 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