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

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

Issue 13030008: Update suppressions for M27 FFmpeg roll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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 77aad8883eb14a714941c0e5f3665c0ac7862876..8ae587188ad585547928954c00086679e1a9c56f 100644
--- a/tools/valgrind/tsan/suppressions_win32.txt
+++ b/tools/valgrind/tsan/suppressions_win32.txt
@@ -205,8 +205,19 @@
fun:_free_dbg
fun:_aligned_free_dbg
fun:_aligned_free
- fun:media::ReleaseData
- fun:base::internal::RunnableAdapter::Run
+}
+
+{
+ bug_157076_c
+ ThreadSanitizer:Race
+ fun:memset
+ fun:_heap_alloc_dbg_impl
+ fun:_nh_malloc_dbg_impl
+ fun:_nh_malloc_dbg
+ fun:_malloc_dbg
+ fun:_aligned_offset_malloc_dbg
+ fun:_aligned_malloc
+ fun:base::AlignedAlloc
}
{
« 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