Add nparker to safe_browsing/OWNERS.
[chromium-blink-merge.git] / build / sanitizers / tsan_suppressions.cc
blob305bc0c50d38c99e8d4cab02aeee139f496b14ec
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_new/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_new/source/libvpx/vp8/encoder/*\n"
66 "race:third_party/libvpx_new/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/272095
129 "race:base::g_top_manager\n"
131 // http://crbug.com/273047
132 "race:base::*::g_lazy_tls_ptr\n"
133 "race:IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_\n"
135 // http://crbug.com/280466
136 "race:content::WebRtcAudioCapturer::SetCapturerSource\n"
138 // http://crbug.com/285242
139 "race:media::PulseAudioOutputStream::SetVolume\n"
141 // http://crbug.com/308590
142 "race:CustomThreadWatcher::~CustomThreadWatcher\n"
144 // http://crbug.com/310851
145 "race:net::ProxyResolverV8Tracing::Job::~Job\n"
147 // http://crbug.com/313726
148 "race:CallbackWasCalled\n"
150 // http://crbug.com/327330
151 "race:PrepareTextureMailbox\n"
152 "race:cc::LayerTreeHost::PaintLayerContents\n"
154 // http://crbug.com/476529
155 "deadlock:cc::VideoLayerImpl::WillDraw\n"
157 // http://crbug.com/328826
158 "race:gLCDOrder\n"
159 "race:gLCDOrientation\n"
161 // http://crbug.com/328868
162 "race:PR_Lock\n"
164 // http://crbug.com/329225
165 "race:blink::currentTimeFunction\n"
167 // http://crbug.com/329460
168 "race:extensions::InfoMap::AddExtension\n"
170 // http://crbug.com/333244
171 "race:content::"
172 "VideoCaptureImplTest::MockVideoCaptureImpl::~MockVideoCaptureImpl\n"
174 // http://crbug.com/333871
175 "race:v8::internal::Interface::NewValue()::value_interface\n"
176 "race:v8::internal::IsMinusZero(double)::minus_zero\n"
177 "race:v8::internal::FastCloneShallowObjectStub::InitializeInterfaceDescriptor\n"
178 "race:v8::internal::KeyedLoadStubCompiler::registers\n"
179 "race:v8::internal::KeyedStoreStubCompiler::registers()::registers\n"
180 "race:v8::internal::KeyedLoadFastElementStub::InitializeInterfaceDescriptor\n"
181 "race:v8::internal::KeyedStoreFastElementStub::InitializeInterfaceDescriptor\n"
182 "race:v8::internal::LoadStubCompiler::registers\n"
183 "race:v8::internal::StoreStubCompiler::registers\n"
184 "race:v8::internal::HValue::LoopWeight\n"
186 // http://crbug.com/334140
187 "race:CommandLine::HasSwitch\n"
188 "race:CommandLine::current_process_commandline_\n"
189 "race:CommandLine::GetSwitchValueASCII\n"
191 // http://crbug.com/338675
192 "race:blink::s_platform\n"
193 "race:content::"
194 "RendererWebKitPlatformSupportImpl::~RendererWebKitPlatformSupportImpl\n"
196 // http://crbug.com/345240
197 "race:WTF::s_shutdown\n"
199 // http://crbug.com/345245
200 "race:jingle_glue::JingleThreadWrapper::~JingleThreadWrapper\n"
201 "race:webrtc::voe::Channel::UpdatePacketDelay\n"
202 "race:webrtc::voe::Channel::GetDelayEstimate\n"
203 "race:webrtc::VCMCodecDataBase::DeregisterReceiveCodec\n"
204 "race:webrtc::GainControlImpl::set_stream_analog_level\n"
206 // http://crbug.com/345618
207 "race:WebCore::AudioDestinationNode::render\n"
209 // http://crbug.com/345624
210 "race:media::DataSource::set_host\n"
212 // http://crbug.com/347534
213 "race:v8::internal::V8::TearDown\n"
215 // http://crbug.com/347538
216 "race:sctp_timer_start\n"
218 // http://crbug.com/347548
219 "race:cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec\n"
220 "race:cricket::WebRtcVideoMediaChannel::SetSendCodec\n"
222 // http://crbug.com/347553
223 "race:blink::WebString::reset\n"
225 // http://crbug.com/348511
226 "race:webrtc::acm1::AudioCodingModuleImpl::PlayoutData10Ms\n"
228 // http://crbug.com/348982
229 "race:cricket::P2PTransportChannel::OnConnectionDestroyed\n"
230 "race:cricket::P2PTransportChannel::AddConnection\n"
232 // http://crbug.com/348984
233 "race:sctp_express_handle_sack\n"
234 "race:system_base_info\n"
236 // http://crbug.com/363999
237 "race:v8::internal::EnterDebugger::*EnterDebugger\n"
239 // https://code.google.com/p/v8/issues/detail?id=3143
240 "race:v8::internal::FLAG_track_double_fields\n"
242 // https://crbug.com/369257
243 // TODO(mtklein): annotate properly and remove suppressions.
244 "race:SandboxIPCHandler::HandleFontMatchRequest\n"
245 "race:SkFontConfigInterfaceDirect::matchFamilyName\n"
246 "race:SkFontConfigInterface::GetSingletonDirectInterface\n"
247 "race:FcStrStaticName\n"
249 // http://crbug.com/372807
250 "deadlock:net::X509Certificate::CreateCertificateListFromBytes\n"
251 "deadlock:net::X509Certificate::CreateFromBytes\n"
252 "deadlock:net::SSLClientSocketNSS::Core::DoHandshakeLoop\n"
254 // http://crbug.com/374135
255 "race:media::AlsaWrapper::PcmWritei\n"
257 // False positive in libc's tzset_internal, http://crbug.com/379738.
258 "race:tzset_internal\n"
260 // http://crbug.com/380554
261 "deadlock:g_type_add_interface_static\n"
263 // http:://crbug.com/386385
264 "race:content::AppCacheStorageImpl::DatabaseTask::CallRunCompleted\n"
266 // http://crbug.com/388730
267 "race:g_next_user_script_id\n"
269 // http://crbug.com/389098
270 "race:webrtc::voe::TransmitMixer::EnableStereoChannelSwapping\n"
272 // http://crbug.com/397022
273 "deadlock:"
274 "base::trace_event::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n"
276 // http://crbug.com/415472
277 "deadlock:base::trace_event::TraceLog::GetCategoryGroupEnabled\n"
279 // http://crbug.com/490856
280 "deadlock:content::TracingControllerImpl::SetEnabledOnFileThread\n"
282 // http://crbug.com/417193
283 // Suppressing both AudioContext.{cpp,h}.
284 "race:modules/webaudio/AudioContext\n"
286 // https://code.google.com/p/skia/issues/detail?id=3294
287 "race:SkBaseMutex::acquire\n"
289 // https://crbug.com/430533
290 "race:TileTaskGraphRunner::Run\n"
292 // https://crbug.com/448203
293 "race:blink::RemoteFrame::detach\n"
295 // https://crbug.com/455638
296 "deadlock:dbus::Bus::ShutdownAndBlock\n"
298 // https://crbug.com/455665
299 "race:mojo::common::*::tick_clock\n"
300 "race:mojo::common::internal::NowTicks\n"
302 // https://crbug.com/459429
303 "race:randomnessPid\n"
305 // https://crbug.com/454655
306 "race:content::BrowserTestBase::PostTaskToInProcessRendererAndWait\n"
308 // End of suppressions.
309 ; // Please keep this semicolon.
311 #endif // THREAD_SANITIZER