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
|
2021-12-10 14:49:54 +00:00
|
|
|
|
|
|
|
# A global safepoint might lock client isolate mutexes in any order, which
|
|
|
|
# would be reported as potential deadlocks.
|
|
|
|
deadlock:GlobalSafepoint::EnterGlobalSafepointScope
|