Commit 60dc9c93 authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Remove TSan suppression syntax errors

In https://chromium-review.googlesource.com/c/chromium/src/+/1539153, I
cleaned up some dead symbols but, in doing so, I left a stray
"race:base::trace_event::" in the file with no trailing newline. That
line and the suppression following it don't actually do anything useful
as a result and apparently TSan bots have been fine, so remove them.

Bug: 257396
Change-Id: Ic995eff58651c011edee0dd0586d9e598f155fe0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1681449
Auto-Submit: David Benjamin <davidben@chromium.org>
Reviewed-by: default avatarMax Moroz <mmoroz@chromium.org>
Commit-Queue: David Benjamin <davidben@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706083}
parent 741f69e5
......@@ -47,11 +47,7 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/246968
"race:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback\n"
// http://crbug.com/257396
"race:base::trace_event::"
// http://crbug.com/258479
"race:SamplingStateScope\n"
"race:g_trace_state\n"
// http://crbug.com/268924
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment