Switch smoothness to use TimelineBasedMeasurement control code.
[chromium-blink-merge.git] / build / sanitizers / tsan_suppressions.cc
blobe053a165606598a3176124be1f2fd985dee83d75
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
3 // found in the LICENSE file.
5 // This file contains the default suppressions for ThreadSanitizer.
6 // You can also pass additional suppressions via TSAN_OPTIONS:
7 // TSAN_OPTIONS=suppressions=/path/to/suppressions. Please refer to
8 // http://dev.chromium.org/developers/testing/threadsanitizer-tsan-v2
9 // for more info.
11 #if defined(THREAD_SANITIZER)
13 // Please make sure the code below declares a single string variable
14 // kTSanDefaultSuppressions contains TSan suppressions delimited by newlines.
15 // See http://dev.chromium.org/developers/testing/threadsanitizer-tsan-v2
16 // for the instructions on writing suppressions.
17 char kTSanDefaultSuppressions[] =
18 // False positives in libflashplayer.so and libglib.so. Since we don't
19 // instrument them, we cannot reason about the synchronization in them.
20 "race:libflashplayer.so\n"
21 "race:libglib*.so\n"
23 // Intentional race in ToolsSanityTest.DataRace in base_unittests.
24 "race:base/tools_sanity_unittest.cc\n"
26 // Data race on WatchdogCounter [test-only].
27 "race:base/threading/watchdog_unittest.cc\n"
29 // Races in libevent, http://crbug.com/23244.
30 "race:libevent/event.c\n"
32 // http://crbug.com/46840.
33 "race:base::HistogramSamples::IncreaseSum\n"
34 "race:base::Histogram::Add\n"
35 "race:base::HistogramSamples::Add\n"
37 // http://crbug.com/84094.
38 "race:sqlite3StatusSet\n"
39 "race:pcache1EnforceMaxPage\n"
40 "race:pcache1AllocPage\n"
42 // http://crbug.com/102327.
43 // Test-only race, won't fix.
44 "race:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup\n"
46 // http://crbug.com/115540
47 "race:*GetCurrentThreadIdentifier\n"
49 // http://crbug.com/120808
50 "race:base/threading/watchdog.cc\n"
52 // http://crbug.com/157586
53 "race:third_party/libvpx/source/libvpx/vp8/decoder/threading.c\n"
55 // http://crbug.com/158718
56 "race:third_party/ffmpeg/libavcodec/pthread.c\n"
57 "race:third_party/ffmpeg/libavcodec/pthread_frame.c\n"
58 "race:third_party/ffmpeg/libavcodec/vp8.c\n"
59 "race:third_party/ffmpeg/libavutil/mem.c\n"
60 "race:*HashFrameForTesting\n"
61 "race:third_party/ffmpeg/libavcodec/h264pred.c\n"
62 "race:media::ReleaseData\n"
64 // http://crbug.com/158922
65 "race:third_party/libvpx/source/libvpx/vp8/encoder/*\n"
66 "race:third_party/libvpx/source/libvpx/vp9/encoder/*\n"
68 // http://crbug.com/189177
69 "race:thread_manager\n"
70 "race:v8::Locker::Initialize\n"
72 // http://crbug.com/239359
73 "race:media::TestInputCallback::OnData\n"
75 // http://crbug.com/244368
76 "race:skia::BeginPlatformPaint\n"
78 // http://crbug.com/244385
79 "race:unixTempFileDir\n"
81 // http://crbug.com/244755
82 "race:v8::internal::Zone::NewExpand\n"
83 "race:TooLateToEnableNow\n"
84 "race:adjust_segment_bytes_allocated\n"
86 // http://crbug.com/244774
87 "race:webrtc::RTPReceiver::ProcessBitrate\n"
88 "race:webrtc::RTPSender::ProcessBitrate\n"
89 "race:webrtc::VideoCodingModuleImpl::Decode\n"
90 "race:webrtc::RTPSender::SendOutgoingData\n"
91 "race:webrtc::VP8EncoderImpl::GetEncodedPartitions\n"
92 "race:webrtc::VP8EncoderImpl::Encode\n"
93 "race:webrtc::ViEEncoder::DeliverFrame\n"
94 "race:webrtc::vcm::VideoReceiver::Decode\n"
95 "race:webrtc::VCMReceiver::FrameForDecoding\n"
96 "race:*trace_event_unique_catstatic*\n"
98 // http://crbug.com/244856
99 "race:AutoPulseLock\n"
101 // http://crbug.com/246968
102 "race:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback\n"
104 // http://crbug.com/246974
105 "race:content::GpuWatchdogThread::CheckArmed\n"
107 // http://crbug.com/257396
108 "race:base::trace_event::"
109 "TraceEventTestFixture_TraceSamplingScope_Test::TestBody\n"
111 // http://crbug.com/258479
112 "race:SamplingStateScope\n"
113 "race:g_trace_state\n"
115 // http://crbug.com/258499
116 "race:third_party/skia/include/core/SkRefCnt.h\n"
118 // http://crbug.com/268924
119 "race:base::g_power_monitor\n"
120 "race:base::PowerMonitor::PowerMonitor\n"
121 "race:base::PowerMonitor::AddObserver\n"
122 "race:base::PowerMonitor::RemoveObserver\n"
123 "race:base::PowerMonitor::IsOnBatteryPower\n"
125 // http://crbug.com/258935
126 "race:base::Thread::StopSoon\n"
128 // http://crbug.com/268941
129 "race:tracked_objects::ThreadData::tls_index_\n"
131 // http://crbug.com/272095
132 "race:base::g_top_manager\n"
134 // http://crbug.com/273047
135 "race:base::*::g_lazy_tls_ptr\n"
136 "race:IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_\n"
138 // http://crbug.com/280466
139 "race:content::WebRtcAudioCapturer::SetCapturerSource\n"
141 // http://crbug.com/285242
142 "race:media::PulseAudioOutputStream::SetVolume\n"
144 // http://crbug.com/296883
145 "race:net::URLFetcherCore::Stop\n"
147 // http://crbug.com/308590
148 "race:CustomThreadWatcher::~CustomThreadWatcher\n"
150 // http://crbug.com/310851
151 "race:net::ProxyResolverV8Tracing::Job::~Job\n"
153 // http://crbug.com/313726
154 "race:CallbackWasCalled\n"
156 // http://crbug.com/327330
157 "race:PrepareTextureMailbox\n"
158 "race:cc::LayerTreeHost::PaintLayerContents\n"
160 // http://crbug.com/476529
161 "deadlock:cc::VideoLayerImpl::WillDraw\n"
163 // http://crbug.com/328826
164 "race:gLCDOrder\n"
165 "race:gLCDOrientation\n"
167 // http://crbug.com/328868
168 "race:PR_Lock\n"
170 // http://crbug.com/329225
171 "race:blink::currentTimeFunction\n"
173 // http://crbug.com/329460
174 "race:extensions::InfoMap::AddExtension\n"
176 // http://crbug.com/333244
177 "race:content::"
178 "VideoCaptureImplTest::MockVideoCaptureImpl::~MockVideoCaptureImpl\n"
180 // http://crbug.com/333871
181 "race:v8::internal::Interface::NewValue()::value_interface\n"
182 "race:v8::internal::IsMinusZero(double)::minus_zero\n"
183 "race:v8::internal::FastCloneShallowObjectStub::InitializeInterfaceDescriptor\n"
184 "race:v8::internal::KeyedLoadStubCompiler::registers\n"
185 "race:v8::internal::KeyedStoreStubCompiler::registers()::registers\n"
186 "race:v8::internal::KeyedLoadFastElementStub::InitializeInterfaceDescriptor\n"
187 "race:v8::internal::KeyedStoreFastElementStub::InitializeInterfaceDescriptor\n"
188 "race:v8::internal::LoadStubCompiler::registers\n"
189 "race:v8::internal::StoreStubCompiler::registers\n"
190 "race:v8::internal::HValue::LoopWeight\n"
192 // http://crbug.com/334140
193 "race:CommandLine::HasSwitch\n"
194 "race:CommandLine::current_process_commandline_\n"
195 "race:CommandLine::GetSwitchValueASCII\n"
197 // http://crbug.com/338675
198 "race:blink::s_platform\n"
199 "race:content::"
200 "RendererWebKitPlatformSupportImpl::~RendererWebKitPlatformSupportImpl\n"
202 // http://crbug.com/345240
203 "race:WTF::s_shutdown\n"
205 // http://crbug.com/345245
206 "race:jingle_glue::JingleThreadWrapper::~JingleThreadWrapper\n"
207 "race:webrtc::voe::Channel::UpdatePacketDelay\n"
208 "race:webrtc::voe::Channel::GetDelayEstimate\n"
209 "race:webrtc::VCMCodecDataBase::DeregisterReceiveCodec\n"
210 "race:webrtc::GainControlImpl::set_stream_analog_level\n"
212 // http://crbug.com/345618
213 "race:WebCore::AudioDestinationNode::render\n"
215 // http://crbug.com/345624
216 "race:media::DataSource::set_host\n"
218 // http://crbug.com/347534
219 "race:v8::internal::V8::TearDown\n"
221 // http://crbug.com/347538
222 "race:sctp_timer_start\n"
224 // http://crbug.com/347548
225 "race:cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec\n"
226 "race:cricket::WebRtcVideoMediaChannel::SetSendCodec\n"
228 // http://crbug.com/347553
229 "race:blink::WebString::reset\n"
231 // http://crbug.com/348511
232 "race:webrtc::acm1::AudioCodingModuleImpl::PlayoutData10Ms\n"
234 // http://crbug.com/348982
235 "race:cricket::P2PTransportChannel::OnConnectionDestroyed\n"
236 "race:cricket::P2PTransportChannel::AddConnection\n"
238 // http://crbug.com/348984
239 "race:sctp_express_handle_sack\n"
240 "race:system_base_info\n"
242 // http://crbug.com/363999
243 "race:v8::internal::EnterDebugger::*EnterDebugger\n"
245 // https://code.google.com/p/v8/issues/detail?id=3143
246 "race:v8::internal::FLAG_track_double_fields\n"
248 // https://crbug.com/369257
249 // TODO(mtklein): annotate properly and remove suppressions.
250 "race:SandboxIPCHandler::HandleFontMatchRequest\n"
251 "race:SkFontConfigInterfaceDirect::matchFamilyName\n"
252 "race:SkFontConfigInterface::GetSingletonDirectInterface\n"
253 "race:FcStrStaticName\n"
255 // http://crbug.com/372807
256 "deadlock:net::X509Certificate::CreateCertificateListFromBytes\n"
257 "deadlock:net::X509Certificate::CreateFromBytes\n"
258 "deadlock:net::SSLClientSocketNSS::Core::DoHandshakeLoop\n"
260 // http://crbug.com/374135
261 "race:media::AlsaWrapper::PcmWritei\n"
263 // False positive in libc's tzset_internal, http://crbug.com/379738.
264 "race:tzset_internal\n"
266 // http://crbug.com/380554
267 "deadlock:g_type_add_interface_static\n"
269 // http:://crbug.com/386385
270 "race:content::AppCacheStorageImpl::DatabaseTask::CallRunCompleted\n"
272 // http://crbug.com/388730
273 "race:g_next_user_script_id\n"
275 // http://crbug.com/389098
276 "race:webrtc::RtpToNtpMs\n"
277 "race:webrtc::UpdateRtcpList\n"
278 "race:webrtc::RemoteNtpTimeEstimator::Estimate\n"
279 "race:webrtc::voe::TransmitMixer::EnableStereoChannelSwapping\n"
281 // http://crbug.com/397022
282 "deadlock:"
283 "base::trace_event::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n"
285 // http://crbug.com/415472
286 "deadlock:base::trace_event::TraceLog::GetCategoryGroupEnabled\n"
288 // http://crbug.com/425057
289 "deadlock:webrtc::ViEChannelManagerScoped::ViEChannelManagerScoped\n"
291 // http://crbug.com/417193
292 // Suppressing both AudioContext.{cpp,h}.
293 "race:modules/webaudio/AudioContext\n"
295 // https://code.google.com/p/skia/issues/detail?id=3294
296 "race:SkBaseMutex::acquire\n"
298 // https://crbug.com/430533
299 "race:TileTaskGraphRunner::Run\n"
301 // https://crbug.com/448203
302 "race:blink::RemoteFrame::detach\n"
304 // https://crbug.com/454652
305 "race:net::NetworkChangeNotifier::SetTestNotificationsOnly\n"
307 // https://crbug.com/455638
308 "deadlock:dbus::Bus::ShutdownAndBlock\n"
310 // https://crbug.com/455665
311 "race:mojo::common::*::tick_clock\n"
313 // https://crbug.com/459429
314 "race:randomnessPid\n"
316 // https://crbug.com/454655
317 "race:content::BrowserTestBase::PostTaskToInProcessRendererAndWait\n"
319 // End of suppressions.
320 ; // Please keep this semicolon.
322 #endif // THREAD_SANITIZER