Commit 9a9e0855 authored by earthdok's avatar earthdok Committed by Commit bot

[MemSheriff] Suppress a TSan report in libvpx.

BUG=158922
TBR=eugenis@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#322143}
parent 80709e26
...@@ -63,6 +63,7 @@ char kTSanDefaultSuppressions[] = ...@@ -63,6 +63,7 @@ char kTSanDefaultSuppressions[] =
// http://crbug.com/158922 // http://crbug.com/158922
"race:third_party/libvpx/source/libvpx/vp8/encoder/*\n" "race:third_party/libvpx/source/libvpx/vp8/encoder/*\n"
"race:third_party/libvpx/source/libvpx/vp9/encoder/*\n"
// http://crbug.com/189177 // http://crbug.com/189177
"race:thread_manager\n" "race:thread_manager\n"
......
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