cpython/Lib/test/test_concurrent_futures
Miss Islington (bot) eae8fa1178
[3.13] gh-117657: Skip test when running under TSan (GH-121549) (GH-121553)
gh-117657: Skip test when running under TSan (GH-121549)

The ProcessPoolForkserver combined with resource_tracker starts a thread
after forking, which is not supported by TSan.

Also skip test_multiprocessing_fork for the same reason
(cherry picked from commit 04397434aa)

Co-authored-by: Sam Gross <colesbury@gmail.com>
2024-07-09 21:37:30 +00:00
..
__init__.py gh-71052: fix test_concurrent_futures wasi regression. (#115923) 2024-02-26 00:02:56 +00:00
executor.py gh-117688: Fix deadlock in test_no_stale_references with GIL disabled (#117720) 2024-04-15 12:54:56 -04:00
test_as_completed.py gh-109565: Fix concurrent.futures test_future_times_out() (#109949) 2023-09-27 08:51:44 +00:00
test_deadlock.py gh-109917: Fix test instability in test_concurrent_futures (#110306) 2023-10-03 22:59:49 +01:00
test_future.py
test_init.py [3.13] gh-117657: Skip test when running under TSan (GH-121549) (GH-121553) 2024-07-09 21:37:30 +00:00
test_process_pool.py gh-117478: Add `@support.requires_gil_enabled` decorator (#117479) 2024-04-04 14:10:46 -04:00
test_shutdown.py gh-116682: stdout may be empty in test_cancel_futures_wait_false (#116683) 2024-03-12 20:11:58 -04:00
test_thread_pool.py gh-117478: Add `@support.requires_gil_enabled` decorator (#117479) 2024-04-04 14:10:46 -04:00
test_wait.py gh-116622: Test updates for Android (#117299) 2024-04-05 20:57:36 +00:00
util.py gh-112536: Add TSAN builds on Github Actions (#116872) 2024-03-16 11:10:37 +01:00