summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.0a3v3.14.0a3Hugo van Kemenade2024-12-175-7/+0
* gh-127906: Test the limited C API in test_cppext (#127916)Victor Stinner2024-12-131-0/+1
* gh-127637: add tests for `dis` command-line interface (#127759)Bénédikt Tran2024-12-091-0/+1
* gh-126925: Modify how iOS test results are gathered (#127592)Russell Keith-Magee2024-12-091-0/+2
* gh-127076: Ignore memory mmap in FileIO testing (#127088)Cody Maloney2024-11-221-0/+2
* gh-127076: Disable strace tests under LD_PRELOAD (#127086)Cody Maloney2024-11-211-0/+1
* Python 3.14.0a2v3.14.0a2Hugo van Kemenade2024-11-193-5/+0
* gh-126909: Fix running xattr tests on systems with lower limits (#126930)Michał Górny2024-11-181-0/+2
* gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)sobolevn2024-10-301-0/+2
* gh-124295: Add translation tests for argparse (GH-124803)Tomas R.2024-10-271-0/+1
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-1518-41/+0
* gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compr...Petr Viktorin2024-10-151-0/+3
* gh-107562: make_ssl_certs.py: produce test certificates that expire far in th...Alexander Kanavin2024-10-091-0/+3
* gh-124378: Update test_ttk for Tcl/Tk 8.6.15 (GH-124542)Zachary Ware2024-09-251-0/+1
* gh-124213: Skip tests failing inside systemd-nspawn --suppress-sync=true (#12...Michał Górny2024-09-201-0/+3
* gh-124190: Ignore files directories check warning tooling (#124193)Nate Ohlson2024-09-181-0/+1
* gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572)Donghee Na2024-09-021-0/+2
* gh-112301: Compiler warning management tooling (#121730)Nate Ohlson2024-07-271-0/+2
* gh-121921: Make bogus_code_obj.py crash the interpreter (#121922)Jelle Zijlstra2024-07-181-0/+2
* gh-59022: Added tests for `pkgutil.extend_path` (#59022) (GH-121673)Andreas Stocker2024-07-161-0/+1
* gh-121160: Add some tests for readline.set_history_length (GH-121326)Petr Viktorin2024-07-161-0/+2
* gh-99242 Ignore error when running regression tests under certain conditions....Bas Bloemsaat2024-07-131-0/+3
* gh-121084: Fix test_typing random leaks (#121360)Victor Stinner2024-07-041-0/+3
* gh-121200: Fix test_expanduser_pwd2() of test_posixpath (#121228)Victor Stinner2024-07-011-0/+3
* gh-121188: Sanitize invalid XML characters in regrtest (#121195)Victor Stinner2024-07-011-0/+3
* gh-120801: Refactor importlib.metadata fixtures. (#120803)Jason R. Coombs2024-06-201-0/+2
* gh-119727: Add --single-process option to regrtest (#119728)Victor Stinner2024-06-031-0/+2
* gh-119273: Don't run test_ioctl in a process group (#119275)Victor Stinner2024-05-291-0/+3
* gh-119050: Add XML support to libregrtest refleak checker (#119148)Victor Stinner2024-05-201-0/+2
* Python 3.13.0a6v3.13.0a6Thomas Wouters2024-04-097-14/+0
* gh-83434: Disable XML in regrtest when -R option is used (#117232)Victor Stinner2024-03-261-0/+3
* gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203)Sebastian Pipping2024-03-261-0/+1
* gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)Will Childs-Klein2024-03-211-0/+3
* gh-117089: Move importlib.metadata tests to their own package (#117092)Jason R. Coombs2024-03-201-0/+1
* gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)Donghee Na2024-03-151-0/+2
* GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)Brett Cannon2024-03-131-0/+1
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-03-121-0/+3
|\
| * gh-116307: Proper fix for 'mod' leaking across importlib tests (#116680)Jason R. Coombs2024-03-121-0/+3
* | Python 3.13.0a5v3.13.0a5Thomas Wouters2024-03-129-16/+0
|/
* gh-71052: Add test exclusions to support running the test suite on Android (#...Malcolm Smith2024-02-291-0/+1
* gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)Petr Viktorin2024-02-271-0/+2
* gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessi...Malcolm Smith2024-02-251-0/+2
* gh-115796: fix exception table construction in _testinternalcapi.assemble_cod...Irit Katriel2024-02-221-0/+2
* gh-115122: Add --bisect option to regrtest (#115123)Victor Stinner2024-02-181-0/+2
* gh-115596: Fix ProgramPriorityTests in test_os permanently changing the proce...Brian Schubert2024-02-171-0/+2
* gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (...Łukasz Langa2024-02-161-0/+2
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-02-152-0/+3
|\
| * gh-115420: Fix translation of exception hander targets by _testinternalcapi.o...Irit Katriel2024-02-151-0/+2
| * gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#...Irit Katriel2024-02-151-0/+1
* | Python 3.13.0a4v3.13.0a4Thomas Wouters2024-02-152-5/+0
|/