cpython/Lib/test/test_concurrent_futures
Sam Gross 397d88db5e
gh-117344: Skip flaky tests in free-threaded build (#117355)
The tests are not reliable with the GIL disabled. In theory, they can
fail with the GIL enabled too, but the failures are much more likely
with the GIL disabled.
2024-03-29 13:34:04 -04:00
..
__init__.py gh-71052: fix test_concurrent_futures wasi regression. (#115923) 2024-02-26 00:02:56 +00:00
executor.py
test_as_completed.py
test_deadlock.py
test_future.py
test_init.py gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessing (gh-115917) 2024-02-25 11:38:18 -08:00
test_process_pool.py gh-117344: Skip flaky tests in free-threaded build (#117355) 2024-03-29 13:34:04 -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-117344: Skip flaky tests in free-threaded build (#117355) 2024-03-29 13:34:04 -04:00
test_wait.py
util.py gh-112536: Add TSAN builds on Github Actions (#116872) 2024-03-16 11:10:37 +01:00