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

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

Issue 269073: Added suppressions for two real races and one benign... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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 28844)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -73,6 +73,22 @@
fun:*BrowserProcessImpl*nspector*iles*
}
+{
+ bug_24715
+ ThreadSanitizer:Race
+ fun:*base*internal*WeakReference*
+ ...
+ fun:*AppCacheUpdateJobTest*
+}
+
+{
+ bug_24724
+ ThreadSanitizer:Race
+ fun:*WTF*RefCountedBase*ref*
+ ...
+ fun:*WebCore*WorkerRunLoop*Task*
+}
+
############################
# Data races in tests
@@ -182,15 +198,23 @@
# Benign race below thread-safe time-conversion functions
{
- fun:__tz*
- ThreadSanitizer:Race
- fun:__tz*
+ fun:__tz*
+ ThreadSanitizer:Race
+ fun:__tz*
}
# Benign race below thread-safe time-conversion functions
{
- fun:tzset*
- ThreadSanitizer:Race
- ...
- fun:tzset*
+ fun:tzset*
+ ThreadSanitizer:Race
+ ...
+ fun:tzset*
}
+
+# Benign race in thread-safe function
+{
+ fun:mkstemp*
+ ThreadSanitizer:Race
+ ...
+ fun:mkstemp*
+}
« 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