Commit b3d846d9 authored by jbauman's avatar jbauman Committed by Commit bot

Add TSAN suppression for deadlocks in libGLX.so

This software isn't under our control, so suppress deadlock warnings we
can't fix.

BUG=691029

Review-Url: https://codereview.chromium.org/2807523002
Cr-Commit-Position: refs/heads/master@{#462960}
parent 7a0e557c
...@@ -246,6 +246,9 @@ char kTSanDefaultSuppressions[] = ...@@ -246,6 +246,9 @@ char kTSanDefaultSuppressions[] =
"race:net::(anonymous namespace)::ProxyResolverV8TracingImpl::RequestImpl" "race:net::(anonymous namespace)::ProxyResolverV8TracingImpl::RequestImpl"
"::~RequestImpl()\n" "::~RequestImpl()\n"
// http://crbug.com/691029
"deadlock:libGLX.so*\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