Commit d9317417 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Ignore memory accesses below remoting::CompressorZlib::Process until the...

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
parent 631ffe4f
......@@ -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
......
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