diff options
author | jyasskin <jyasskin@chromium.org> | 2015-01-12 12:55:05 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-12 20:56:00 +0000 |
commit | cec2f2fe0176dd25c3f1420f43fe15a3deac7622 (patch) | |
tree | 3b425cfb795c335f56aa50ec617e02faf506e72b /build | |
parent | 21ffb52d20042dbbc46212254df486a3f3893281 (diff) | |
download | chromium_src-cec2f2fe0176dd25c3f1420f43fe15a3deac7622.zip chromium_src-cec2f2fe0176dd25c3f1420f43fe15a3deac7622.tar.gz chromium_src-cec2f2fe0176dd25c3f1420f43fe15a3deac7622.tar.bz2 |
Broaden the suppression for the threads TileTaskGraphRunner leaks.
Both ImageDecodeTaskImpl and RasterTaskImpl are affected, and each races with
lots of objects that are destroyed during render-process shutdown.
BUG=430533
TBR=reveman@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/789103009
Cr-Commit-Position: refs/heads/master@{#311106}
Diffstat (limited to 'build')
-rw-r--r-- | build/sanitizers/tsan_suppressions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc index 7c7f2f9..c124107 100644 --- a/build/sanitizers/tsan_suppressions.cc +++ b/build/sanitizers/tsan_suppressions.cc @@ -313,7 +313,7 @@ char kTSanDefaultSuppressions[] = "race:net::SSLConfig::SSLConfig\n" // https://crbug.com/430533 -"race:content::ChildGpuMemoryBufferManager::~ChildGpuMemoryBufferManager\n" +"race:TileTaskGraphRunner::Run\n" // End of suppressions. ; // Please keep this semicolon. |