Commit d432511f authored by thestig's avatar thestig Committed by Commit bot

TSAN: Fix bad suppression from r372233.

BUG=582274
TBR=glider@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#372253}
parent 7aa1af9d
......@@ -287,7 +287,7 @@ char kTSanDefaultSuppressions[] =
"deadlock:mojo::edk::MessagePipeDispatcher::TransportStarted\n"
// http://crbug.com/582274
"usrsctp_close\n"
"race:usrsctp_close\n"
// End of suppressions.
; // 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