summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.8v3.11.8Pablo Galindo2024-02-064-10/+0
* [3.11] gh-105089: Fix test_create_directory_with_write test failure in AIX (G...Miss Islington (bot)2024-02-011-0/+4
* [3.11] bpo-40648: Test modes that file can get with chmod() on Windows (GH-20...Miss Islington (bot)2023-12-131-0/+1
* [3.11] gh-109980: Fix test_tarfile_vs_tar on macOS (GH-112905) (#112928)Miss Islington (bot)2023-12-101-0/+2
* [3.11] gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-...Miss Islington (bot)2023-12-051-0/+3
* Python 3.11.7v3.11.7Pablo Galindo2023-12-0416-41/+0
* [3.11] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...Miss Islington (bot)2023-12-041-0/+4
* [3.11] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (...Miss Islington (bot)2023-11-011-0/+3
* [3.11] [3.12] gh-111165: Move test running code from test.support to libregrt...Serhiy Storchaka2023-10-251-0/+2
* [3.11] gh-111309: Use unittest to collect and run distutils tests (GH-111311)Serhiy Storchaka2023-10-251-0/+1
* [3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (G...Serhiy Storchaka2023-10-211-0/+4
* [3.11] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111153)Miss Islington (bot)2023-10-211-0/+2
* [3.11] gh-110995: Fix test_gdb check_usable_gdb() (GH-110998) (#111004)Miss Islington (bot)2023-10-171-0/+2
* [3.11] gh-110647: Fix signal test_stress_modifying_handlers() (GH-110650) (#1...Miss Islington (bot)2023-10-111-0/+2
* [3.11] gh-110388: Add tests for tty (GH-110394) (GH-110634)Serhiy Storchaka2023-10-101-0/+1
* [3.11] gh-81002: Add tests for termios (GH-110386) (GH-110620)Miss Islington (bot)2023-10-101-0/+1
* [3.11] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110457)Miss Islington (bot)2023-10-061-0/+3
* [3.11] gh-110167: Fix test_socket deadlock in doCleanups() (GH-110416) (#110424)Miss Islington (bot)2023-10-051-0/+5
* [3.11] gh-109974: Fix threading lock_tests race conditions (#110057) (#110355)Victor Stinner2023-10-041-0/+3
* [3.11] [3.12] gh-109972: Enhance test_gdb (GH-110026) (GH-110351) (#110354)Miss Islington (bot)2023-10-041-0/+4
* [3.11] gh-109972: Split test_gdb.py into test_gdb package (#109977) (… (#11...Victor Stinner2023-10-041-0/+2
* [3.11] gh-110267: Add tests for pickling and copying PyStructSequence objects...Miss Islington (bot)2023-10-041-0/+2
* Python 3.11.6v3.11.6Pablo Galindo2023-10-0224-85/+0
* [3.11] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110104)Victor Stinner2023-09-291-0/+2
* [3.11] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110099)Victor Stinner2023-09-291-0/+4
* [3.11] gh-110033: Fix signal test_interprocess_signal() (GH-110035) (#110041)Miss Islington (bot)2023-09-281-0/+5
* [3.11] gh-109594: Fix concurrent.futures test_timeout() (GH-110018) (#110022)Miss Islington (bot)2023-09-281-0/+4
* [3.11] gh-109748: Fix venv test_zippath_from_non_installed_posix() (GH-109872...Miss Islington (bot)2023-09-251-0/+3
* [3.11] gh-108388: Convert test_concurrent_futures to package (#108401) (#109704)Victor Stinner2023-09-221-0/+2
* [3.11] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#109688)Miss Islington (bot)2023-09-211-0/+4
* [3.11] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) (#1...Victor Stinner2023-09-201-0/+4
* [3.11] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (...Miss Islington (bot)2023-09-141-0/+3
* [3.11] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) (#109362)Miss Islington (bot)2023-09-131-0/+4
* [3.11] gh-109230: test_pyexpat no longer depends on the current directory (GH...Miss Islington (bot)2023-09-101-0/+5
* [3.11] gh-109237: Fix test_site for non-ASCII working directory (GH-109238) (...Miss Islington (bot)2023-09-101-0/+4
* [3.11] gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964...Miss Islington (bot)2023-09-081-0/+3
* [3.11] gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016) (#...Victor Stinner2023-09-071-0/+6
* [3.11] gh-108851: Fix tomllib recursion tests (#108853) (#109013)Victor Stinner2023-09-062-0/+5
* [3.11] gh-91960: Skip test_gdb if gdb cannot retrive Python frames (GH-108999...Miss Islington (bot)2023-09-061-0/+7
* [3.11] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (GH...Serhiy Storchaka2023-09-051-0/+2
* [3.11] gh-108822: Backport libregrtest changes from the main branch (#108820)Victor Stinner2023-09-036-0/+18
* Python 3.11.5v3.11.5Pablo Galindo2023-08-243-7/+0
* [3.11] gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343) ...Victor Stinner2023-08-231-0/+2
* [3.11] gh-107237: Fix test_udp_reconnection() of test_logging (#107238) (#107...Victor Stinner2023-07-251-0/+2
* [3.11] gh-101634: regrtest reports decoding error as failed test (#106169) (#...Victor Stinner2023-06-281-0/+3
* Python 3.11.4v3.11.4Pablo Galindo2023-06-065-9/+0
* [3.11] gh-85984: Utilize new "winsize" functions from termios in pty tests. (...Miss Islington (bot)2023-05-191-0/+1
* [3.11] gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (...Miss Islington (bot)2023-05-171-0/+2
* [3.11] gh-104461: Run tkinter test_configure_screen on X11 only (GH-104526)Miss Islington (bot)2023-05-161-0/+3
* gh-75729: Fix os.spawn tests not handling spaces on Windows (GH-99150)Miss Islington (bot)2023-04-081-0/+2