File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 25
25
'test_threading_local' ,
26
26
'test_threadsignals' ,
27
27
'test_weakref' ,
28
- 'test_free_threading.test_slots ' ,
28
+ 'test_free_threading' ,
29
29
]
30
30
31
31
# Tests that should be run with `--parallel-threads=N` under TSAN. These tests
Original file line number Diff line number Diff line change @@ -43,5 +43,11 @@ race_top:PyThreadState_Clear
43
43
# Only seen on macOS, sample: https://gist.github.com/aisk/dda53f5d494a4556c35dde1fce03259c
44
44
race_top:set_default_allocator_unlocked
45
45
46
+ # gh-129068: race on shared range iterators (test_free_threading.test_zip.ZipThreading.test_threading)
47
+ race_top:rangeiter_next
48
+
49
+ # gh-129748: test.test_free_threading.test_slots.TestSlots.test_object
50
+ race_top:mi_block_set_nextx
51
+
46
52
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
47
53
thread:pthread_create
You can’t perform that action at this time.
0 commit comments