Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: tools/valgrind/tsan/suppressions_win32.txt

Issue 57643003: suppress data race on media::CoreAudioUtil (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions_win32.txt
diff --git a/tools/valgrind/tsan/suppressions_win32.txt b/tools/valgrind/tsan/suppressions_win32.txt
index 68b97a097b1cc6214baf3c27453d0a2facdb8b23..8c59febc77774726d75d926ebc95fb54802fa69d 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
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698