diff options
Diffstat (limited to 'tools/valgrind/tsan/ignores.txt')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index 529bc35..378d14c 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -83,3 +83,8 @@ fun:*icu_4_2*UnicodeSet*add* # 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* |