diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 12:03:44 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 12:03:44 +0000 |
commit | 8c8594838cbf272fa7cb5c607781ea1eb4c4fcfc (patch) | |
tree | 475f949080715687a845673fe42e415dbb0daf13 /tools | |
parent | 1739062dc938cb9cb22be35d40ef80194ccd2985 (diff) | |
download | chromium_src-8c8594838cbf272fa7cb5c607781ea1eb4c4fcfc.zip chromium_src-8c8594838cbf272fa7cb5c607781ea1eb4c4fcfc.tar.gz chromium_src-8c8594838cbf272fa7cb5c607781ea1eb4c4fcfc.tar.bz2 |
Revert 232714 "suppress data race on media::CoreAudioUtil"
> suppress data race on media::CoreAudioUtil
> BUG=314654
> TBR=ygorshenin@chromium.org
> TEST=waterfall
>
> Review URL: https://codereview.chromium.org/57643003
TBR=zhaoqin@google.com
BUG=314654
Review URL: https://codereview.chromium.org/163253003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/suppressions_win32.txt | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/tools/valgrind/tsan/suppressions_win32.txt b/tools/valgrind/tsan/suppressions_win32.txt index 73f3890..311c6f5 100644 --- a/tools/valgrind/tsan/suppressions_win32.txt +++ b/tools/valgrind/tsan/suppressions_win32.txt @@ -261,37 +261,6 @@ fun:net::test_server::EmbeddedTestServerThreadingTestDelegate::ThreadMain } { - 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 -} -{ bug_326282 ThreadSanitizer:Race ... |