diff options
author | Donghee Na <donghee.na@python.org> | 2024-03-15 16:07:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 16:07:16 (GMT) |
commit | ebf29b3a02d5b42a747e271e9cfc4dd73c01ebe6 (patch) | |
tree | 5962f074b9a90495d12a9da33688abe75b9493d8 /Tools | |
parent | 16349868d396cc1bff5188de3638321e87fe0293 (diff) | |
download | cpython-ebf29b3a02d5b42a747e271e9cfc4dd73c01ebe6.zip cpython-ebf29b3a02d5b42a747e271e9cfc4dd73c01ebe6.tar.gz cpython-ebf29b3a02d5b42a747e271e9cfc4dd73c01ebe6.tar.bz2 |
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/tsan/supressions.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/tsan/supressions.txt b/Tools/tsan/supressions.txt new file mode 100644 index 0000000..448dfac --- /dev/null +++ b/Tools/tsan/supressions.txt @@ -0,0 +1,5 @@ +## reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions +race:get_allocator_unlocked +race:set_allocator_unlocked +race:mi_heap_visit_pages +race:_mi_heap_delayed_free_partial |