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

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

Issue 869043008: Reland of Move tracing namespace from base::debug to base::trace_event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Fix suppressions Created 5 years, 10 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 | « base/trace_event/trace_event_win_unittest.cc ('k') | cc/base/math_util.h » ('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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 // http://crbug.com/246968 104 // http://crbug.com/246968
105 "race:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback\n" 105 "race:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback\n"
106 106
107 // http://crbug.com/246970 107 // http://crbug.com/246970
108 "race:webrtc::EventPosix::StartTimer\n" 108 "race:webrtc::EventPosix::StartTimer\n"
109 109
110 // http://crbug.com/246974 110 // http://crbug.com/246974
111 "race:content::GpuWatchdogThread::CheckArmed\n" 111 "race:content::GpuWatchdogThread::CheckArmed\n"
112 112
113 // http://crbug.com/257396 113 // http://crbug.com/257396
114 "race:base::debug::TraceEventTestFixture_TraceSamplingScope_Test::TestBody\n" 114 "race:base::trace_event::"
115 "TraceEventTestFixture_TraceSamplingScope_Test::TestBody\n"
115 116
116 // http://crbug.com/258479 117 // http://crbug.com/258479
117 "race:SamplingStateScope\n" 118 "race:SamplingStateScope\n"
118 "race:g_trace_state\n" 119 "race:g_trace_state\n"
119 120
120 // http://crbug.com/258499 121 // http://crbug.com/258499
121 "race:third_party/skia/include/core/SkRefCnt.h\n" 122 "race:third_party/skia/include/core/SkRefCnt.h\n"
122 123
123 // http://crbug.com/268924 124 // http://crbug.com/268924
124 "race:base::g_power_monitor\n" 125 "race:base::g_power_monitor\n"
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "race:g_next_user_script_id\n" 285 "race:g_next_user_script_id\n"
285 286
286 // http://crbug.com/389098 287 // http://crbug.com/389098
287 "race:webrtc::RtpToNtpMs\n" 288 "race:webrtc::RtpToNtpMs\n"
288 "race:webrtc::UpdateRtcpList\n" 289 "race:webrtc::UpdateRtcpList\n"
289 "race:webrtc::RemoteNtpTimeEstimator::Estimate\n" 290 "race:webrtc::RemoteNtpTimeEstimator::Estimate\n"
290 "race:webrtc::voe::TransmitMixer::EnableStereoChannelSwapping\n" 291 "race:webrtc::voe::TransmitMixer::EnableStereoChannelSwapping\n"
291 292
292 // http://crbug.com/397022 293 // http://crbug.com/397022
293 "deadlock:" 294 "deadlock:"
294 "base::debug::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n" 295 "base::trace_event::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n"
295 296
296 // http://crbug.com/415472 297 // http://crbug.com/415472
297 "deadlock:base::debug::TraceLog::GetCategoryGroupEnabled\n" 298 "deadlock:base::trace_event::TraceLog::GetCategoryGroupEnabled\n"
298 299
299 // http://crbug.com/425057 300 // http://crbug.com/425057
300 "deadlock:webrtc::ViEChannelManagerScoped::ViEChannelManagerScoped\n" 301 "deadlock:webrtc::ViEChannelManagerScoped::ViEChannelManagerScoped\n"
301 302
302 // https://crbug.com/433993 303 // https://crbug.com/433993
303 "deadlock:content::WebRtcAudioDeviceImpl\n" 304 "deadlock:content::WebRtcAudioDeviceImpl\n"
304 305
305 // http://crbug.com/417193 306 // http://crbug.com/417193
306 // Suppressing both AudioContext.{cpp,h}. 307 // Suppressing both AudioContext.{cpp,h}.
307 "race:modules/webaudio/AudioContext\n" 308 "race:modules/webaudio/AudioContext\n"
308 309
309 // https://code.google.com/p/skia/issues/detail?id=3294 310 // https://code.google.com/p/skia/issues/detail?id=3294
310 "race:SkBaseMutex::acquire\n" 311 "race:SkBaseMutex::acquire\n"
311 312
312 // https://crbug.com/430533 313 // https://crbug.com/430533
313 "race:TileTaskGraphRunner::Run\n" 314 "race:TileTaskGraphRunner::Run\n"
314 315
315 // https://crbug.com/448203 316 // https://crbug.com/448203
316 "race:blink::RemoteFrame::detach\n" 317 "race:blink::RemoteFrame::detach\n"
317 318
318 // End of suppressions. 319 // End of suppressions.
319 ; // Please keep this semicolon. 320 ; // Please keep this semicolon.
320 321
321 #endif // THREAD_SANITIZER 322 #endif // THREAD_SANITIZER
OLDNEW
« no previous file with comments | « base/trace_event/trace_event_win_unittest.cc ('k') | cc/base/math_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698