# 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

# Allow racy reads of constant HeapNumber field values, for concurrent compilers
# that promise that this race is benign (compilation will fail if the race
# happens).
race:RacyReadHeapNumberBits

# Allow racy reads of JSTypedArray length, for concurrent compilers
# that promise that this race is benign.
race:RacyReadJSTypedArrayLength