summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0a2v3.13.0a2Thomas Wouters2023-11-228-21/+0
* GH-111808: Make the default value for `test.support.infinite_recursion()` con...Brett Cannon2023-11-171-0/+4
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Ɓukasz Langa2023-11-101-0/+2
* gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)Victor Stinner2023-11-011-0/+3
* gh-111165: Move test running code from test.support to libregrtest (GH-111166)Serhiy Storchaka2023-10-251-0/+2
* gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)Serhiy Storchaka2023-10-211-0/+4
* gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)Victor Stinner2023-10-211-0/+2
* gh-108747: Add unit tests for site.{usercustomize,sitecustomize} hooks (#109470)Charles Machalow2023-10-181-0/+2
* gh-110995: Fix test_gdb check_usable_gdb() (#110998)Victor Stinner2023-10-171-0/+2
* Python 3.13.0a1v3.13.0a1Thomas Wouters2023-10-1358-172/+0
* gh-110647: Fix signal test_stress_modifying_handlers() (#110650)Victor Stinner2023-10-101-0/+2
* gh-110388: Add tests for tty (GH-110394)Serhiy Storchaka2023-10-101-0/+1
* gh-81002: Add tests for termios (GH-110386)Serhiy Storchaka2023-10-101-0/+1
* gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653)Illia Volochii2023-10-091-0/+2
* gh-103053: Fix test_tools.test_freeze on FreeBSD (#110451)Victor Stinner2023-10-061-0/+3
* gh-110167: Fix test_socket deadlock in doCleanups() (#110416)Victor Stinner2023-10-051-0/+5
* gh-110367: Enhance regrtest -jN --verbose3 (#110368)Victor Stinner2023-10-051-0/+4
* gh-110171: `libregrtest` always sets `random.seed` (#110172)Nikita Sobolev2023-10-041-0/+3
* gh-110267: Add tests for pickling and copying PyStructSequence objects (GH-11...Xuehai Pan2023-10-031-0/+2
* gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)Victor Stinner2023-09-301-0/+5
* gh-110031: Skip test_threading fork tests if ASAN (#110100)Victor Stinner2023-09-291-0/+2
* gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)Victor Stinner2023-09-291-0/+4
* gh-109974: Fix threading lock_tests race conditions (#110057)Victor Stinner2023-09-291-0/+3
* gh-110033: Fix signal test_interprocess_signal() (#110035)Victor Stinner2023-09-281-0/+5
* gh-109594: Fix concurrent.futures test_timeout() (#110018)Victor Stinner2023-09-281-0/+4
* gh-109972: Split test_gdb.py into test_gdb package (#109977)Victor Stinner2023-09-281-0/+2
* gh-109566: regrtest reexecutes the process (#109909)Victor Stinner2023-09-261-0/+3
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-261-0/+4
* gh-109739: regrtest disables load tracker if refleak (#109871)Victor Stinner2023-09-261-0/+3
* gh-109748: Fix venv test_zippath_from_non_installed_posix() (#109872)Victor Stinner2023-09-251-0/+3
* gh-109276: regrtest re-runs "env changed" tests (#109831)Victor Stinner2023-09-251-0/+3
* gh-108996: fix and enable test_msvcrt (#109226)AN Long2023-09-221-0/+1
* gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)Victor Stinner2023-09-201-0/+4
* gh-109580: Skip test_perf_profiler on ASAN build (#109584)Victor Stinner2023-09-191-0/+3
* gh-109425: regrtest decodes worker stdout with backslashreplace (#109428)Victor Stinner2023-09-141-0/+3
* gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (#109423)Victor Stinner2023-09-141-0/+3
* gh-104736: Fix test_gdb tests on ppc64le with clang (#109360)Victor Stinner2023-09-131-0/+4
* gh-109276: libregrtest calls random.seed() before each test (#109279)Victor Stinner2023-09-121-0/+6
* gh-109276: libregrtest: use separated file for JSON (#109277)Victor Stinner2023-09-111-0/+3
* gh-109230: test_pyexpat no longer depends on the current directory (#109233)Victor Stinner2023-09-101-0/+5
* gh-109237: Fix test_site for non-ASCII working directory (#109238)Victor Stinner2023-09-101-0/+4
* gh-108996: add tests for msvcrt (#109004)AN Long2023-09-081-0/+1
* gh-103186: Suppress and assert expected RuntimeWarnings in test_sys_settrace ...Ijtaba Hussain2023-09-071-0/+1
* gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)Victor Stinner2023-09-061-0/+6
* gh-108851: Fix tomllib recursion tests (#108853)Victor Stinner2023-09-062-0/+5
* gh-91960: Add FreeBSD build and test using Cirrus-CI (#91961)Ed Maste2023-09-061-0/+1
* gh-91960: Skip test_gdb if gdb cannot retrive Python frames (#108999)Victor Stinner2023-09-061-0/+7
* gh-108962: Skip test_tempfile.test_flags() if not supported (#108964)Victor Stinner2023-09-051-0/+3
* gh-89392: Remove support of test_main() in libregrtest (GH-108876)Serhiy Storchaka2023-09-051-0/+2
* gh-108834: regrtest reruns failed tests in subprocesses (#108839)Victor Stinner2023-09-033-0/+11