cpython/Lib/test/test_concurrent_futures
Victor Stinner 5cb54c9c09
gh-149879: Fix test_concurrent_futures on Cygwin (#150415)
On Cygwin, skip tests using "forkserver" start method.

Don't check BrokenProcessPool.__cause__, it's not set on Cygwin.
2026-05-25 23:04:14 +02:00
..
__init__.py gh-71052: fix test_concurrent_futures wasi regression. (#115923) 2024-02-26 00:02:56 +00:00
executor.py gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796) 2025-08-26 15:33:21 +02:00
test_as_completed.py gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796) 2025-08-26 15:33:21 +02:00
test_deadlock.py gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796) 2025-08-26 15:33:21 +02:00
test_future.py gh-134173: optimize state transfer between concurrent.futures.Future and asyncio.Future (#134174) 2025-05-18 21:26:20 +05:30
test_init.py gh-149879: Fix test_concurrent_futures on Cygwin (#150415) 2026-05-25 23:04:14 +02:00
test_interpreter_pool.py gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472) 2025-07-20 23:34:32 +00:00
test_process_pool.py gh-149879: Fix test_concurrent_futures on Cygwin (#150415) 2026-05-25 23:04:14 +02:00
test_shutdown.py gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796) 2025-08-26 15:33:21 +02:00
test_thread_pool.py gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796) 2025-08-26 15:33:21 +02:00
test_wait.py gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796) 2025-08-26 15:33:21 +02:00
util.py gh-149879: Fix test_concurrent_futures on Cygwin (#150415) 2026-05-25 23:04:14 +02:00