cpython/Lib/test/libregrtest
Miss Islington (bot) 216c040bb1
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
Raise RLIMIT_NOFILE in test.libregrtest.

On macOS the default is often too low for our testsuite to succeed.

Co-authored by reviewer: Victor Stinner
(cherry picked from commit 843b890334)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
2021-10-21 21:48:44 -07:00
..
__init__.py
cmdline.py [3.9] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27293) 2021-07-22 23:17:13 +02:00
main.py bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28215) 2021-09-07 19:21:19 +02:00
pgo.py
refleak.py [3.9] Fix typos in the Lib directory (GH-28775) (GH-28803) 2021-10-07 08:42:38 -07:00
runtest.py [3.9] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27293) 2021-07-22 23:17:13 +02:00
runtest_mp.py [3.9] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27293) 2021-07-22 23:17:13 +02:00
save_env.py
setup.py bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127) 2021-10-21 21:48:44 -07:00
utils.py bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) (GH-21827) 2020-08-11 17:03:33 +02:00
win_utils.py