v8/tools/sanitizers/tsan_suppressions.txt
Maya Lekova 918b5eea47 [test] Suppress another TSAN failure in ICU
Bug: v8:8110
Change-Id: I5d180782aed530b059978d4d594df91aa472656a
Reviewed-on: https://chromium-review.googlesource.com/c/1273015
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Maya Lekova <mslekova@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56507}
2018-10-10 08:55:27 +00:00

12 lines
449 B
Plaintext

# Suppressions for TSan v2
# https://code.google.com/p/thread-sanitizer/wiki/Suppressions
# Incorrectly detected lock cycles in test-lockers
# https://code.google.com/p/thread-sanitizer/issues/detail?id=81
deadlock:LockAndUnlockDifferentIsolatesThread::Run
# Data race in a third party lib
# https://bugs.chromium.org/p/v8/issues/detail?id=8110
race:IndianCalendar::fgSystemDefaultCenturyStartYear
race:IndianCalendar::fgSystemDefaultCenturyStart