diff options
author | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-04 15:53:39 +0000 |
---|---|---|
committer | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-04 15:53:39 +0000 |
commit | 4c767837244457e3642d8ba7a446c6de4830c741 (patch) | |
tree | 98690d634065742cdf53f8a018bfcc8bf84badd3 /tools | |
parent | 9f2c31c3074b968e68ddfd24f9f2e5b348f63fe0 (diff) | |
download | chromium_src-4c767837244457e3642d8ba7a446c6de4830c741.zip chromium_src-4c767837244457e3642d8ba7a446c6de4830c741.tar.gz chromium_src-4c767837244457e3642d8ba7a446c6de4830c741.tar.bz2 |
suppress data race on media::CoreAudioUtil
BUG=314654
TBR=ygorshenin@chromium.org
TEST=waterfall
Review URL: https://codereview.chromium.org/57643003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232714 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/suppressions_win32.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/suppressions_win32.txt b/tools/valgrind/tsan/suppressions_win32.txt index 68b97a0..8c59feb 100644 --- a/tools/valgrind/tsan/suppressions_win32.txt +++ b/tools/valgrind/tsan/suppressions_win32.txt @@ -242,3 +242,34 @@ fun:NdrNonEncapsulatedUnionBufferSize fun:NdrNonEncapsulatedUnionBufferSize } +{ + bug_314654_a + ThreadSanitizer:Race + ... + fun:CoCreateInstanceEx + fun:CoCreateInstanceEx + fun:CoCreateInstanceEx + fun:CoCreateInstance + fun:base::win::ScopedComPtr::CreateInstance + fun:media::CoreAudioUtil::CreateDeviceEnumerator +} +{ + bug_314654_b + ThreadSanitizer:Race + fun:.text + fun:.text + fun:CoSetState + fun:CoSetState + fun:CoGetComCatalog + fun:CoGetComCatalog + fun:CoGetComCatalog + fun:CoInitializeSecurity + fun:CoTaskMemFree + fun:CoCreateInstanceEx + fun:CoCreateInstanceEx + fun:CoCreateInstanceEx + fun:CoCreateInstanceEx + fun:CoCreateInstanceEx + fun:CoCreateInstance + fun:base::win::ScopedComPtr::CreateInstance +} |