| Index: build/sanitizers/tsan_suppressions.cc
|
| diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
|
| index ae6958337abdff65c2e344a11dc903de49ff4572..075821878b767d42909689ab4dfca0072af15617 100644
|
| --- a/build/sanitizers/tsan_suppressions.cc
|
| +++ b/build/sanitizers/tsan_suppressions.cc
|
| @@ -111,7 +111,8 @@ char kTSanDefaultSuppressions[] =
|
| "race:content::GpuWatchdogThread::CheckArmed\n"
|
|
|
| // http://crbug.com/257396
|
| -"race:base::debug::TraceEventTestFixture_TraceSamplingScope_Test::TestBody\n"
|
| +"race:base::trace_event::"
|
| + "TraceEventTestFixture_TraceSamplingScope_Test::TestBody\n"
|
|
|
| // http://crbug.com/258479
|
| "race:SamplingStateScope\n"
|
| @@ -291,10 +292,10 @@ char kTSanDefaultSuppressions[] =
|
|
|
| // http://crbug.com/397022
|
| "deadlock:"
|
| -"base::debug::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n"
|
| +"base::trace_event::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n"
|
|
|
| // http://crbug.com/415472
|
| -"deadlock:base::debug::TraceLog::GetCategoryGroupEnabled\n"
|
| +"deadlock:base::trace_event::TraceLog::GetCategoryGroupEnabled\n"
|
|
|
| // http://crbug.com/425057
|
| "deadlock:webrtc::ViEChannelManagerScoped::ViEChannelManagerScoped\n"
|
|
|