summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
Commit message (Expand)AuthorAgeFilesLines
* bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)Victor Stinner2019-12-111-2/+5
* bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)Victor Stinner2019-12-101-0/+3
* bpo-38992: avoid fsum test failure from constant-folding (GH-17513)Mark Dickinson2019-12-091-0/+1
* bpo-38547: Fix test_pty if the process is the session leader (GH-17519)Victor Stinner2019-12-091-0/+3
* bpo-38669: patch.object now raises a helpful error (GH17034)Elena Oat2019-12-081-0/+1
* bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)Victor Stinner2019-12-081-0/+5
* bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)Victor Stinner2019-12-041-0/+3
* bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290)Victor Stinner2019-11-211-0/+3
* bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)Victor Stinner2019-11-211-0/+1
* bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-...xdegaye2019-11-201-0/+2
* Merge tag 'v3.9.0a1'Łukasz Langa2019-11-2048-115/+0
|\
| * Python 3.9.0a1v3.9.0a1Łukasz Langa2019-11-1948-115/+0
* | bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...Pablo Galindo2019-11-191-0/+3
* | bpo-38839: Fix some unused functions in tests (GH-17189)Adam Johnson2019-11-191-0/+1
|/
* bpo-38614: Increase asyncio test_communicate() timeout (GH-16995)Victor Stinner2019-10-301-0/+2
* bpo-38614: Add timeout constants to test.support (GH-16964)Victor Stinner2019-10-301-0/+4
* bpo-38502: regrtest uses process groups if available (GH-16829)Victor Stinner2019-10-181-0/+3
* bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)Victor Stinner2019-10-161-0/+5
* bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789)Victor Stinner2019-10-151-0/+3
* bpo-37531: regrtest ignores output on timeout (GH-16659)Victor Stinner2019-10-081-0/+5
* bpo-38275: Skip ssl tests for disabled versions (GH-16386)Christian Heimes2019-09-261-0/+4
* bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)Victor Stinner2019-09-261-0/+1
* bpo-38271: encrypt private key test files with AES256 (GH-16385)Christian Heimes2019-09-251-0/+4
* bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)Christian Heimes2019-09-251-0/+4
* bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)Victor Stinner2019-09-241-0/+4
* bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)Victor Stinner2019-09-241-0/+2
* bpo-34001: Fix test_ssl with LibreSSL (GH-13783)Christian Heimes2019-09-111-0/+2
* bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)Christian Heimes2019-09-111-0/+1
* bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...Pavel Koneski2019-09-111-0/+2
* closes bpo-37252: Fix devpoll tests. (GH-14017)Jakub Kulík2019-09-111-0/+2
* bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662)Vinay Sharma2019-09-091-0/+1
* bpo-37876: Tests for ROT-13 codec (GH-15314)Zeth2019-09-091-0/+1
* bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082)Naitree Zhu2019-09-091-0/+2
* bpo-36833: Add tests for Datetime C API Macros (GH-14842)Joannah Nanjekye2019-08-291-0/+2
* bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)Dong-hee Na2019-08-261-0/+1
* bpo-37531: Enhance regrtest multiprocess timeout (GH-15345)Victor Stinner2019-08-211-0/+3
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)Jakub Kulík2019-07-111-0/+1
* bpo-37526: Add support.catch_threading_exception() (GH-14664)Victor Stinner2019-07-091-0/+2
* bpo-37421: test_concurrent_futures stops ForkServer (GH-14643)Victor Stinner2019-07-081-0/+2
* bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)Victor Stinner2019-07-051-0/+3
* bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466)Kyle Stanley2019-07-031-0/+1
* bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)Victor Stinner2019-07-031-0/+3
* bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)Victor Stinner2019-07-031-0/+2
* bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562)Victor Stinner2019-07-031-0/+2
* bpo-37421: urllib.request tests call urlcleanup() (GH-14529)Victor Stinner2019-07-021-0/+4
* bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527)Victor Stinner2019-07-021-0/+2
* bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)Jakub Kulík2019-07-021-0/+1
* bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)Victor Stinner2019-07-011-0/+1
* bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)Zackery Spytz2019-06-301-0/+1