File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1212,6 +1212,7 @@ async def test_fork_not_share_event_loop(self):
1212
1212
wait_process (pid , exitcode = 0 )
1213
1213
1214
1214
@hashlib_helper .requires_hashdigest ('md5' )
1215
+ @support .skip_if_sanitizer ("TSAN doesn't support threads after fork" , thread = True )
1215
1216
def test_fork_signal_handling (self ):
1216
1217
self .addCleanup (multiprocessing_cleanup_tests )
1217
1218
@@ -1258,6 +1259,7 @@ async def func():
1258
1259
self .assertTrue (child_handled .is_set ())
1259
1260
1260
1261
@hashlib_helper .requires_hashdigest ('md5' )
1262
+ @support .skip_if_sanitizer ("TSAN doesn't support threads after fork" , thread = True )
1261
1263
def test_fork_asyncio_run (self ):
1262
1264
self .addCleanup (multiprocessing_cleanup_tests )
1263
1265
@@ -1277,6 +1279,7 @@ async def child_main():
1277
1279
self .assertEqual (result .value , 42 )
1278
1280
1279
1281
@hashlib_helper .requires_hashdigest ('md5' )
1282
+ @support .skip_if_sanitizer ("TSAN doesn't support threads after fork" , thread = True )
1280
1283
def test_fork_asyncio_subprocess (self ):
1281
1284
self .addCleanup (multiprocessing_cleanup_tests )
1282
1285
You can’t perform that action at this time.
0 commit comments