diff options
Diffstat (limited to 'tools/valgrind/tsan/ignores.txt')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index 02d1880..529bc35 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -62,9 +62,13 @@ fun_r:*disk_cache*BackendImpl*CheckAllEntries* # Can we miss data races on V8 objects due to non thread-safe API calls # if we don't instrument v8::internals? fun_r:*v8*internal* + # unibrow namespace contains lots of tiny unicode conversion functions. fun_hist:*unibrow* +# Histogram has tiny functions that can be called frequently +fun_hist:*Histogram* + # TODO(timurrrr): SKIA - needs separate testing? # SKIA unittest is single-threaded... # SKIA uses un-annotated atomic refcount and other sync stuff |