tsan_suppressions.txt 430 Bytes
Newer Older
1 2 3
# Suppressions for TSan v2
# https://code.google.com/p/thread-sanitizer/wiki/Suppressions

4 5
# Incorrectly detected lock cycles in test-lockers
# https://code.google.com/p/thread-sanitizer/issues/detail?id=81
6
deadlock:LockAndUnlockDifferentIsolatesThread::Run
7 8 9 10

# A global safepoint might lock client isolate mutexes in any order, which
# would be reported as potential deadlocks.
deadlock:GlobalSafepoint::EnterGlobalSafepointScope