diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 12:41:04 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 12:41:04 +0000 |
commit | 4d941cfd256581dfc82ff6c449b2dcd511e274b6 (patch) | |
tree | 8576fdccd88ba3bcab2ee7a3290cb64fbf584c86 /tools | |
parent | fbef1393c05a472d206edeed89c5c494da0b3381 (diff) | |
download | chromium_src-4d941cfd256581dfc82ff6c449b2dcd511e274b6.zip chromium_src-4d941cfd256581dfc82ff6c449b2dcd511e274b6.tar.gz chromium_src-4d941cfd256581dfc82ff6c449b2dcd511e274b6.tar.bz2 |
Suppress the Histogram races in skia::ImageOperations
BUG=64185
TEST=TSan/UI/CrOS should go greener
TBR=glider
Review URL: http://codereview.chromium.org/5268003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67088 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index 506aabe..394dd6a 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -105,6 +105,14 @@ fun:net::CookieMonster::* } +{ + bug_64185 [probably-benign races in Histogram in skia::ImageOperations] + ThreadSanitizer:Race + ... + fun:base::Histogram::* + fun:skia::ImageOperations::* +} + ############################ # Real races in third_party { |