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

Suppress a debug-only race in SkBaseMutex::acquire().

BUG=skia:3294
TBR=bungeman@google.com
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#310696}
parent 2a249e16
......@@ -306,6 +306,9 @@ char kTSanDefaultSuppressions[] =
// Suppressing both AudioContext.{cpp,h}.
"race:modules/webaudio/AudioContext\n"
// https://code.google.com/p/skia/issues/detail?id=3294
"race:SkBaseMutex::acquire\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