Commit d73f477d authored by jyasskin's avatar jyasskin Committed by Commit bot

Suppress a race from passing MessageLoopRunner::QuitClosure() to another thread.

TBR=jam@chromium.org
BUG=454655

Review URL: https://codereview.chromium.org/943763003

Cr-Commit-Position: refs/heads/master@{#317170}
parent 63c50e8e
...@@ -331,6 +331,9 @@ char kTSanDefaultSuppressions[] = ...@@ -331,6 +331,9 @@ char kTSanDefaultSuppressions[] =
// https://crbug.com/460243 // https://crbug.com/460243
"race:IPC::ChannelMojoHost::OnClientLaunched\n" "race:IPC::ChannelMojoHost::OnClientLaunched\n"
// https://crbug.com/454655
"race:content::BrowserTestBase::PostTaskToInProcessRendererAndWait\n"
// End of suppressions. // End of suppressions.
; // Please keep this semicolon. ; // Please keep this semicolon.
......
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