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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file contains the default suppressions for ThreadSanitizer. 5 // This file contains the default suppressions for ThreadSanitizer.
6 // You can also pass additional suppressions via TSAN_OPTIONS: 6 // You can also pass additional suppressions via TSAN_OPTIONS:
7 // TSAN_OPTIONS=suppressions=/path/to/suppressions. Please refer to 7 // TSAN_OPTIONS=suppressions=/path/to/suppressions. Please refer to
8 // http://dev.chromium.org/developers/testing/threadsanitizer-tsan-v2 8 // http://dev.chromium.org/developers/testing/threadsanitizer-tsan-v2
9 // for more info. 9 // for more info.
10 10
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "race:base::PowerMonitor::AddObserver\n" 113 "race:base::PowerMonitor::AddObserver\n"
114 "race:base::PowerMonitor::RemoveObserver\n" 114 "race:base::PowerMonitor::RemoveObserver\n"
115 "race:base::PowerMonitor::IsOnBatteryPower\n" 115 "race:base::PowerMonitor::IsOnBatteryPower\n"
116 116
117 // http://crbug.com/258935 117 // http://crbug.com/258935
118 "race:base::Thread::StopSoon\n" 118 "race:base::Thread::StopSoon\n"
119 119
120 // http://crbug.com/272095 120 // http://crbug.com/272095
121 "race:base::g_top_manager\n" 121 "race:base::g_top_manager\n"
122 122
123 // http://crbug.com/280466
124 "race:content::WebRtcAudioCapturer::SetCapturerSource\n"
125
126 // http://crbug.com/285242
127 "race:media::PulseAudioOutputStream::SetVolume\n"
128
129 // http://crbug.com/308590 123 // http://crbug.com/308590
130 "race:CustomThreadWatcher::~CustomThreadWatcher\n" 124 "race:CustomThreadWatcher::~CustomThreadWatcher\n"
131 125
132 // http://crbug.com/310851 126 // http://crbug.com/310851
133 "race:net::ProxyResolverV8Tracing::Job::~Job\n" 127 "race:net::ProxyResolverV8Tracing::Job::~Job\n"
134 128
135 // http://crbug.com/327330 129 // http://crbug.com/327330
136 "race:PrepareTextureMailbox\n" 130 "race:PrepareTextureMailbox\n"
137 "race:cc::LayerTreeHost::PaintLayerContents\n" 131 "race:cc::LayerTreeHost::PaintLayerContents\n"
138 132
(...skipping 26 matching lines...) Expand all
165 // http://crbug.com/334140 159 // http://crbug.com/334140
166 "race:CommandLine::HasSwitch\n" 160 "race:CommandLine::HasSwitch\n"
167 "race:CommandLine::current_process_commandline_\n" 161 "race:CommandLine::current_process_commandline_\n"
168 "race:CommandLine::GetSwitchValueASCII\n" 162 "race:CommandLine::GetSwitchValueASCII\n"
169 163
170 // http://crbug.com/338675 164 // http://crbug.com/338675
171 "race:blink::s_platform\n" 165 "race:blink::s_platform\n"
172 "race:content::" 166 "race:content::"
173 "RendererWebKitPlatformSupportImpl::~RendererWebKitPlatformSupportImpl\n" 167 "RendererWebKitPlatformSupportImpl::~RendererWebKitPlatformSupportImpl\n"
174 168
175 // http://crbug.com/345618
176 "race:WebCore::AudioDestinationNode::render\n"
177
178 // http://crbug.com/345624
179 "race:media::DataSource::set_host\n"
180
181 // http://crbug.com/347534 169 // http://crbug.com/347534
182 "race:v8::internal::V8::TearDown\n" 170 "race:v8::internal::V8::TearDown\n"
183 171
184 // http://crbug.com/347538 172 // http://crbug.com/347538
185 "race:sctp_timer_start\n" 173 "race:sctp_timer_start\n"
186 174
187 // http://crbug.com/347548
188 "race:cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec\n"
189 "race:cricket::WebRtcVideoMediaChannel::SetSendCodec\n"
190
191 // http://crbug.com/347553 175 // http://crbug.com/347553
192 "race:blink::WebString::reset\n" 176 "race:blink::WebString::reset\n"
193 177
194 // http://crbug.com/348511 178 // http://crbug.com/348511
195 "race:webrtc::acm1::AudioCodingModuleImpl::PlayoutData10Ms\n" 179 "race:webrtc::acm1::AudioCodingModuleImpl::PlayoutData10Ms\n"
196 180
197 // http://crbug.com/348982 181 // http://crbug.com/348982
198 "race:cricket::P2PTransportChannel::OnConnectionDestroyed\n" 182 "race:cricket::P2PTransportChannel::OnConnectionDestroyed\n"
199 "race:cricket::P2PTransportChannel::AddConnection\n" 183 "race:cricket::P2PTransportChannel::AddConnection\n"
200 184
(...skipping 22 matching lines...) Expand all
223 // http://crbug.com/397022 207 // http://crbug.com/397022
224 "deadlock:" 208 "deadlock:"
225 "base::trace_event::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n" 209 "base::trace_event::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n"
226 210
227 // http://crbug.com/415472 211 // http://crbug.com/415472
228 "deadlock:base::trace_event::TraceLog::GetCategoryGroupEnabled\n" 212 "deadlock:base::trace_event::TraceLog::GetCategoryGroupEnabled\n"
229 213
230 // http://crbug.com/490856 214 // http://crbug.com/490856
231 "deadlock:content::TracingControllerImpl::SetEnabledOnFileThread\n" 215 "deadlock:content::TracingControllerImpl::SetEnabledOnFileThread\n"
232 216
233 // http://crbug.com/417193
234 // Suppressing both AudioContext.{cpp,h}.
235 "race:modules/webaudio/AudioContext\n"
236
237 // https://code.google.com/p/skia/issues/detail?id=3294 217 // https://code.google.com/p/skia/issues/detail?id=3294
238 "race:SkBaseMutex::acquire\n" 218 "race:SkBaseMutex::acquire\n"
239 219
240 // https://crbug.com/430533 220 // https://crbug.com/430533
241 "race:TileTaskGraphRunner::Run\n" 221 "race:TileTaskGraphRunner::Run\n"
242 222
243 // Lock inversion in third party code, won't fix. 223 // Lock inversion in third party code, won't fix.
244 // https://crbug.com/455638 224 // https://crbug.com/455638
245 "deadlock:dbus::Bus::ShutdownAndBlock\n" 225 "deadlock:dbus::Bus::ShutdownAndBlock\n"
246 226
247 // https://crbug.com/459429 227 // https://crbug.com/459429
248 "race:randomnessPid\n" 228 "race:randomnessPid\n"
249 229
250 // https://crbug.com/454655 230 // https://crbug.com/454655
251 "race:content::BrowserTestBase::PostTaskToInProcessRendererAndWait\n" 231 "race:content::BrowserTestBase::PostTaskToInProcessRendererAndWait\n"
252 232
253 // https://crbug.com/569682 233 // https://crbug.com/569682
254 "race:blink::ThreadState::visitStackRoots\n" 234 "race:blink::ThreadState::visitStackRoots\n"
255 235
256 // http://crbug.com/582274 236 // http://crbug.com/582274
257 "race:usrsctp_close\n" 237 "race:usrsctp_close\n"
258 238
259 // http://crbug.com/633145 239 // http://crbug.com/633145
260 "race:third_party/libjpeg_turbo/simd/jsimd_x86_64.c\n" 240 "race:third_party/libjpeg_turbo/simd/jsimd_x86_64.c\n"
261 241
262 // http://crbug.com/638583
263 "race:webrtc/modules/audio_processing/aec/aec_rdft.cc\n"
264
265 // http://crbug.com/587199 242 // http://crbug.com/587199
266 "race:base::TimerTest_OneShotTimer_CustomTaskRunner_Test::TestBody\n" 243 "race:base::TimerTest_OneShotTimer_CustomTaskRunner_Test::TestBody\n"
267 244
268 // http://crbug.com/v8/6065 245 // http://crbug.com/v8/6065
269 "race:net::(anonymous namespace)::ProxyResolverV8TracingImpl::RequestImpl" 246 "race:net::(anonymous namespace)::ProxyResolverV8TracingImpl::RequestImpl"
270 "::~RequestImpl()\n" 247 "::~RequestImpl()\n"
271 248
272 // End of suppressions. 249 // End of suppressions.
273 ; // Please keep this semicolon. 250 ; // Please keep this semicolon.
274 251
275 #endif // THREAD_SANITIZER 252 #endif // THREAD_SANITIZER
OLDNEW
« 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