2014-10-09 09:32:04 +00:00
|
|
|
# Suppressions for TSan v2
|
|
|
|
# https://code.google.com/p/thread-sanitizer/wiki/Suppressions
|
|
|
|
|
2014-10-09 09:51:21 +00:00
|
|
|
# Incorrectly detected lock cycles in test-lockers
|
|
|
|
# https://code.google.com/p/thread-sanitizer/issues/detail?id=81
|
2014-10-09 09:32:04 +00:00
|
|
|
deadlock:LockAndUnlockDifferentIsolatesThread::Run
|
2018-08-30 17:10:14 +00:00
|
|
|
|
|
|
|
# Data race in a third party lib
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=8110
|
|
|
|
race:IndianCalendar::fgSystemDefaultCenturyStartYear
|