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

Side by Side Diff: build/sanitizers/tsan_suppressions.cc

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix Created 5 years, 7 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 | « build/sanitizers/sanitizers.gyp ('k') | build/secondary/third_party/android_tools/BUILD.gn » ('j') | 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "race:third_party/ffmpeg/libavcodec/pthread.c\n" 56 "race:third_party/ffmpeg/libavcodec/pthread.c\n"
57 "race:third_party/ffmpeg/libavcodec/pthread_frame.c\n" 57 "race:third_party/ffmpeg/libavcodec/pthread_frame.c\n"
58 "race:third_party/ffmpeg/libavcodec/vp8.c\n" 58 "race:third_party/ffmpeg/libavcodec/vp8.c\n"
59 "race:third_party/ffmpeg/libavutil/mem.c\n" 59 "race:third_party/ffmpeg/libavutil/mem.c\n"
60 "race:*HashFrameForTesting\n" 60 "race:*HashFrameForTesting\n"
61 "race:third_party/ffmpeg/libavcodec/h264pred.c\n" 61 "race:third_party/ffmpeg/libavcodec/h264pred.c\n"
62 "race:media::ReleaseData\n" 62 "race:media::ReleaseData\n"
63 63
64 // http://crbug.com/158922 64 // http://crbug.com/158922
65 "race:third_party/libvpx/source/libvpx/vp8/encoder/*\n" 65 "race:third_party/libvpx/source/libvpx/vp8/encoder/*\n"
66 "race:third_party/libvpx/source/libvpx/vp9/encoder/*\n"
66 67
67 // http://crbug.com/189177 68 // http://crbug.com/189177
68 "race:thread_manager\n" 69 "race:thread_manager\n"
69 "race:v8::Locker::Initialize\n" 70 "race:v8::Locker::Initialize\n"
70 71
71 // http://crbug.com/239359 72 // http://crbug.com/239359
72 "race:media::TestInputCallback::OnData\n" 73 "race:media::TestInputCallback::OnData\n"
73 74
74 // http://crbug.com/244368 75 // http://crbug.com/244368
75 "race:skia::BeginPlatformPaint\n" 76 "race:skia::BeginPlatformPaint\n"
(...skipping 17 matching lines...) Expand all
93 "race:webrtc::vcm::VideoReceiver::Decode\n" 94 "race:webrtc::vcm::VideoReceiver::Decode\n"
94 "race:webrtc::VCMReceiver::FrameForDecoding\n" 95 "race:webrtc::VCMReceiver::FrameForDecoding\n"
95 "race:*trace_event_unique_catstatic*\n" 96 "race:*trace_event_unique_catstatic*\n"
96 97
97 // http://crbug.com/244856 98 // http://crbug.com/244856
98 "race:AutoPulseLock\n" 99 "race:AutoPulseLock\n"
99 100
100 // http://crbug.com/246968 101 // http://crbug.com/246968
101 "race:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback\n" 102 "race:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback\n"
102 103
103 // http://crbug.com/246970
104 "race:webrtc::EventPosix::StartTimer\n"
105
106 // http://crbug.com/246974 104 // http://crbug.com/246974
107 "race:content::GpuWatchdogThread::CheckArmed\n" 105 "race:content::GpuWatchdogThread::CheckArmed\n"
108 106
109 // http://crbug.com/257396 107 // http://crbug.com/257396
110 "race:base::trace_event::" 108 "race:base::trace_event::"
111 "TraceEventTestFixture_TraceSamplingScope_Test::TestBody\n" 109 "TraceEventTestFixture_TraceSamplingScope_Test::TestBody\n"
112 110
113 // http://crbug.com/258479 111 // http://crbug.com/258479
114 "race:SamplingStateScope\n" 112 "race:SamplingStateScope\n"
115 "race:g_trace_state\n" 113 "race:g_trace_state\n"
116 114
117 // http://crbug.com/258499 115 // http://crbug.com/258499
118 "race:third_party/skia/include/core/SkRefCnt.h\n" 116 "race:third_party/skia/include/core/SkRefCnt.h\n"
119 117
120 // http://crbug.com/268924 118 // http://crbug.com/268924
121 "race:base::g_power_monitor\n" 119 "race:base::g_power_monitor\n"
122 "race:base::PowerMonitor::PowerMonitor\n" 120 "race:base::PowerMonitor::PowerMonitor\n"
123 "race:base::PowerMonitor::AddObserver\n" 121 "race:base::PowerMonitor::AddObserver\n"
124 "race:base::PowerMonitor::RemoveObserver\n" 122 "race:base::PowerMonitor::RemoveObserver\n"
125 "race:base::PowerMonitor::IsOnBatteryPower\n" 123 "race:base::PowerMonitor::IsOnBatteryPower\n"
126 124
125 // http://crbug.com/258935
126 "race:base::Thread::StopSoon\n"
127
127 // http://crbug.com/268941 128 // http://crbug.com/268941
128 "race:tracked_objects::ThreadData::tls_index_\n" 129 "race:tracked_objects::ThreadData::tls_index_\n"
129 130
130 // http://crbug.com/270037
131 "race:gLibCleanupFunctions\n"
132
133 // http://crbug.com/272095 131 // http://crbug.com/272095
134 "race:base::g_top_manager\n" 132 "race:base::g_top_manager\n"
135 133
136 // http://crbug.com/273047 134 // http://crbug.com/273047
137 "race:base::*::g_lazy_tls_ptr\n" 135 "race:base::*::g_lazy_tls_ptr\n"
138 "race:IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_\n" 136 "race:IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_\n"
139 137
140 // http://crbug.com/280466 138 // http://crbug.com/280466
141 "race:content::WebRtcAudioCapturer::SetCapturerSource\n" 139 "race:content::WebRtcAudioCapturer::SetCapturerSource\n"
142 140
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "race:cricket::P2PTransportChannel::OnConnectionDestroyed\n" 232 "race:cricket::P2PTransportChannel::OnConnectionDestroyed\n"
235 "race:cricket::P2PTransportChannel::AddConnection\n" 233 "race:cricket::P2PTransportChannel::AddConnection\n"
236 234
237 // http://crbug.com/348984 235 // http://crbug.com/348984
238 "race:sctp_express_handle_sack\n" 236 "race:sctp_express_handle_sack\n"
239 "race:system_base_info\n" 237 "race:system_base_info\n"
240 238
241 // http://crbug.com/363999 239 // http://crbug.com/363999
242 "race:v8::internal::EnterDebugger::*EnterDebugger\n" 240 "race:v8::internal::EnterDebugger::*EnterDebugger\n"
243 241
244 // http://crbug.com/364006
245 "race:gfx::ImageFamily::~ImageFamily\n"
246
247 // https://code.google.com/p/v8/issues/detail?id=3143 242 // https://code.google.com/p/v8/issues/detail?id=3143
248 "race:v8::internal::FLAG_track_double_fields\n" 243 "race:v8::internal::FLAG_track_double_fields\n"
249 244
250 // https://crbug.com/369257 245 // https://crbug.com/369257
251 // TODO(mtklein): annotate properly and remove suppressions. 246 // TODO(mtklein): annotate properly and remove suppressions.
252 "race:SandboxIPCHandler::HandleFontMatchRequest\n" 247 "race:SandboxIPCHandler::HandleFontMatchRequest\n"
253 "race:SkFontConfigInterfaceDirect::matchFamilyName\n" 248 "race:SkFontConfigInterfaceDirect::matchFamilyName\n"
254 "race:SkFontConfigInterface::GetSingletonDirectInterface\n" 249 "race:SkFontConfigInterface::GetSingletonDirectInterface\n"
255 "race:FcStrStaticName\n" 250 "race:FcStrStaticName\n"
256 251
(...skipping 26 matching lines...) Expand all
283 // http://crbug.com/397022 278 // http://crbug.com/397022
284 "deadlock:" 279 "deadlock:"
285 "base::trace_event::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n" 280 "base::trace_event::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n"
286 281
287 // http://crbug.com/415472 282 // http://crbug.com/415472
288 "deadlock:base::trace_event::TraceLog::GetCategoryGroupEnabled\n" 283 "deadlock:base::trace_event::TraceLog::GetCategoryGroupEnabled\n"
289 284
290 // http://crbug.com/425057 285 // http://crbug.com/425057
291 "deadlock:webrtc::ViEChannelManagerScoped::ViEChannelManagerScoped\n" 286 "deadlock:webrtc::ViEChannelManagerScoped::ViEChannelManagerScoped\n"
292 287
293 // https://crbug.com/433993
294 "deadlock:content::WebRtcAudioDeviceImpl\n"
295
296 // http://crbug.com/417193 288 // http://crbug.com/417193
297 // Suppressing both AudioContext.{cpp,h}. 289 // Suppressing both AudioContext.{cpp,h}.
298 "race:modules/webaudio/AudioContext\n" 290 "race:modules/webaudio/AudioContext\n"
299 291
300 // https://code.google.com/p/skia/issues/detail?id=3294 292 // https://code.google.com/p/skia/issues/detail?id=3294
301 "race:SkBaseMutex::acquire\n" 293 "race:SkBaseMutex::acquire\n"
302 294
303 // https://crbug.com/430533 295 // https://crbug.com/430533
304 "race:TileTaskGraphRunner::Run\n" 296 "race:TileTaskGraphRunner::Run\n"
305 297
298 // https://crbug.com/437044
299 "race:SkEventTracer\n"
300
306 // https://crbug.com/448203 301 // https://crbug.com/448203
307 "race:blink::RemoteFrame::detach\n" 302 "race:blink::RemoteFrame::detach\n"
308 303
309 // https://crbug.com/454652 304 // https://crbug.com/454652
310 "race:net::NetworkChangeNotifier::SetTestNotificationsOnly\n" 305 "race:net::NetworkChangeNotifier::SetTestNotificationsOnly\n"
311 306
312 // https://crbug.com/455638 307 // https://crbug.com/455638
313 "deadlock:dbus::Bus::ShutdownAndBlock\n" 308 "deadlock:dbus::Bus::ShutdownAndBlock\n"
314 309
315 // https://crbug.com/455665 310 // https://crbug.com/455665
316 "race:mojo::common::*::tick_clock\n" 311 "race:mojo::common::*::tick_clock\n"
317 312
318 // https://crbug.com/459429 313 // https://crbug.com/459429
319 "race:randomnessPid\n" 314 "race:randomnessPid\n"
320 315
321 // https://crbug.com/454655 316 // https://crbug.com/454655
322 "race:content::BrowserTestBase::PostTaskToInProcessRendererAndWait\n" 317 "race:content::BrowserTestBase::PostTaskToInProcessRendererAndWait\n"
323 318
324 // End of suppressions. 319 // End of suppressions.
325 ; // Please keep this semicolon. 320 ; // Please keep this semicolon.
326 321
327 #endif // THREAD_SANITIZER 322 #endif // THREAD_SANITIZER
OLDNEW
« no previous file with comments | « build/sanitizers/sanitizers.gyp ('k') | build/secondary/third_party/android_tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698