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

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

Issue 4201006: Add suppressions for two bugs found on TSan/UI... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 2 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.txt
===================================================================
--- tools/valgrind/tsan/suppressions.txt (revision 64401)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -55,6 +55,13 @@
fun:ThreadSanitizerStartThread
}
+{
+ bug_61210
+ ThreadSanitizer:Race
+ ...
+ fun:linked_ptr<PluginGroup>*
+}
+
############################
# Real races in third_party
{
@@ -253,6 +260,16 @@
}
############################
+# Races in V8
+
+# http://code.google.com/p/v8/issues/detail?id=361
+{
+ Race on Locker::active_ in v8
+ ThreadSanitizer:Race
+ fun:v8::Locker::*
+}
+
+############################
# Benign races in libc
# A benign race inside the implementation of internal libc mutex
« 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