Home
last modified time | relevance | path

Searched full:test_concurrent_futures (Results 1 – 8 of 8) sorted by relevance

/third_party/python/.azure-pipelines/
Dposix-steps.yml41 -x test_concurrent_futures
/third_party/python/.github/workflows/
Dcoverage.yml63 -x test_concurrent_futures
/third_party/python/
D.travis.yml99 …-x test_multiprocessing_forkserver -x test_multiprocessing_spawn -x test_concurrent_futures || true
DMakefile.pre.in1231 test_select test_zipfile test_concurrent_futures
/third_party/python/Lib/test/
Dtest_concurrent_futures.py295 from test.test_concurrent_futures import sleep_and_print
380 from test.test_concurrent_futures import sleep_and_print
473 from test.test_concurrent_futures import sleep_and_print
/third_party/python/PCbuild/
Dlib.pyproj941 <Compile Include="test\test_concurrent_futures.py" />
/third_party/python/Misc/
DNEWS3839 test_concurrent_futures: explicitly stop the manager to prevent leaking a
5348 - bpo-37421: test_concurrent_futures now explicitly stops the ForkServer
5359 - bpo-37421: test_concurrent_futures now cleans up multiprocessing to remove
DHISTORY3876 - Issue #14407: Fix unittest test discovery in test_concurrent_futures.