diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-14 09:22:46 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-14 09:22:46 +0000 |
commit | b7bd3d4658875c6d9c70c032dcd0601bd1b0bf6a (patch) | |
tree | 9dd69ac8180751dabc1bc963ba2be5b855893ca5 /tools | |
parent | 2ae88d13a10e0d17f8e349fe33d471c90462c238 (diff) | |
download | chromium_src-b7bd3d4658875c6d9c70c032dcd0601bd1b0bf6a.zip chromium_src-b7bd3d4658875c6d9c70c032dcd0601bd1b0bf6a.tar.gz chromium_src-b7bd3d4658875c6d9c70c032dcd0601bd1b0bf6a.tar.bz2 |
Suppress TSan/Mac false positive
TBR=glider
BUG=100313
Review URL: http://codereview.chromium.org/8271027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105475 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/suppressions_mac.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/suppressions_mac.txt b/tools/valgrind/tsan/suppressions_mac.txt index cee913e..ba2efc0 100644 --- a/tools/valgrind/tsan/suppressions_mac.txt +++ b/tools/valgrind/tsan/suppressions_mac.txt @@ -194,3 +194,12 @@ fun:media::FFmpegVideoDecodeEngineTest::DecodeIFrameThenTestFile fun:media::FFmpegVideoDecodeEngineTest_DecodeFrame_SmallerWidth_Test::TestBody } +{ + bug_100313 TSan false positive + ThreadSanitizer:Race + ... + fun:__sfp + fun:fopen + fun:file_util::OpenFile + fun:base::SharedMemory::CreateNamed +} |