diff options
Diffstat (limited to 'tools/valgrind/tsan')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index 2c422d2..7322ed7 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -146,3 +146,6 @@ fun_r:gethostbyname2_r* # 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* + +# Many data races in WebKit filesystem API, see http://crbug.com/75589 +fun_r:*WebKit*FileSystem* |