t5580: add Cygwin support
[git.git] / .tsan-suppressions
blob8c85014a0a936892f6832c68e3db646b6f9d2ea2
1 # Suppressions for ThreadSanitizer (tsan).
3 # This file is used by setting the environment variable TSAN_OPTIONS to, e.g.,
4 # "suppressions=$(pwd)/.tsan-suppressions". Observe that relative paths such as
5 # ".tsan-suppressions" might not work.
7 # A static variable is written to racily, but we always write the same value, so
8 # in practice it (hopefully!) doesn't matter.
9 race:^want_color$
10 race:^transfer_debug$