mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
This commit is contained in:
parent
16349868d3
commit
ebf29b3a02
5 changed files with 39 additions and 0 deletions
5
Tools/tsan/supressions.txt
Normal file
5
Tools/tsan/supressions.txt
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue