Index: tools/valgrind/tsan/ignores.txt |
=================================================================== |
--- tools/valgrind/tsan/ignores.txt (revision 47666) |
+++ tools/valgrind/tsan/ignores.txt (working copy) |
@@ -83,3 +83,8 @@ |
# There's some weird failure test going on in this tiny test function in sqlite |
fun_r:threadLockingTest |
+ |
+# Ignore accesses below GetCurrentThreadIdentifier. |
+# There is a benign race which is hard to suppress properly, |
+# see http://crbug.com/44580 |
+fun_r:*ChromeThread*GetCurrentThreadIdentifier* |