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

Unified Diff: tsan/ignores.txt

Issue 7046085: Add 2 ignores for ThreadSanitizer. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/tools/valgrind/
Patch Set: Created 9 years, 6 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: tsan/ignores.txt
===================================================================
--- tsan/ignores.txt (revision 87236)
+++ tsan/ignores.txt (working copy)
@@ -144,3 +144,10 @@
# Strange reports below _IO_getline, every time in "Concurrent access".
# Probably the reports are there since we're missing the libc internal locks
fun_r:_IO_getline*
+
+# A benign race in glib on something called "contention_counter".
+fun:g_slice_alloc
+
+# A benign race in glibc on "random_time_bits".
+fun:__gen_tempname
+
« 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