1# Suppressions for TSan v2 2# https://code.google.com/p/thread-sanitizer/wiki/Suppressions 3 4# Incorrectly detected lock cycles in test-lockers 5# https://code.google.com/p/thread-sanitizer/issues/detail?id=81 6deadlock:LockAndUnlockDifferentIsolatesThread::Run 7 8# A global safepoint might lock client isolate mutexes in any order, which 9# would be reported as potential deadlocks. 10deadlock:GlobalSafepoint::EnterGlobalSafepointScope 11