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

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

Issue 11308352: Make TSan/reliability_tests greener (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/ignores.txt
===================================================================
--- tools/valgrind/tsan/ignores.txt (revision 170980)
+++ tools/valgrind/tsan/ignores.txt (working copy)
@@ -162,6 +162,11 @@
# A benign race in glibc on "random_time_bits".
fun:__gen_tempname
+# A probably-benign race on '__have_o_cloexec' in opendir/__alloc_dir,
+# see http://crbug.com/125928.
+fun_r:__alloc_dir
+fun_r:opendir
+
# The sqlite cache is racing against a few different stacktraces,
# so let's ignore it recursively. See http://crbug.com/84094
fun_r:pcache1Fetch
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698