diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 20:09:44 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 20:09:44 +0000 |
commit | d931741758670a6310cdfc2a776f046e428e846b (patch) | |
tree | 52dffebd0a312ea917d37b1c0e5a3e6c72890d92 /tools | |
parent | 631ffe4f744b8060e02a07e120f5c052da472fe1 (diff) | |
download | chromium_src-d931741758670a6310cdfc2a776f046e428e846b.zip chromium_src-d931741758670a6310cdfc2a776f046e428e846b.tar.gz chromium_src-d931741758670a6310cdfc2a776f046e428e846b.tar.bz2 |
Ignore memory accesses below remoting::CompressorZlib::Process until the reports from bug #70932 are investigated
BUG=70932
TEST=TSan bots should go greener.
Review URL: http://codereview.chromium.org/6255014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72678 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index a00bba7..8c6dbee 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -118,6 +118,8 @@ fun_r:*BrowserThread*CurrentlyOn* # zlib is smarter than we are, see http://www.zlib.net/zlib_faq.html#faq36 fun_r:inflate +# zlib-related reports, not investigated yet. See http://crbug.com/70932 +fun_r:*remoting*CompressorZlib*Process* # X11 reads the _XErrorFunction callback in a racey way, see # http://crbug.com/65278 |