summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Tests
Commit message (Expand)AuthorAgeFilesLines
* bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...Victor Stinner2019-06-141-0/+1
* bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) ...Miss Islington (bot)2019-06-041-0/+2
* [3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)Miss Islington (bot)2019-06-031-0/+1
* bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)Miss Islington (bot)2019-05-141-0/+3
* bpo-36719: regrtest -jN no longer stops on crash (GH-13231)Miss Islington (bot)2019-05-131-0/+3
* [3.7] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13...Gregory P. Smith2019-05-081-0/+1
* bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)Miss Islington (bot)2019-05-061-0/+1
* [3.7] bpo-36719: sync regrtest with master branch (GH-12967)Victor Stinner2019-04-262-0/+7
* bpo-36454: Fix test_time.test_monotonic() (GH-12929)Miss Islington (bot)2019-04-231-0/+3
* bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) (GH-12835)Miss Islington (bot)2019-04-151-0/+2
* bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797)Miss Islington (bot)2019-04-121-0/+2
* [3.7] bpo-36560: regrtest: don't collect the GC twice (GH-12747) (GH-12749)Victor Stinner2019-04-091-0/+4
* bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) (GH-12734)Miss Islington (bot)2019-04-091-0/+2
* bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)Miss Islington (bot)2019-03-261-0/+1
* 3.7.3rc1v3.7.3rc1Ned Deily2019-03-1217-45/+0
* bpo-36234: Add more tests to PosixUidGidTests (GH-12234)Miss Islington (bot)2019-03-111-0/+2
* [3.7] bpo-29571: Fix test_re.test_locale_flag() (GH-12178)Victor Stinner2019-03-051-0/+6
* bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...Miss Islington (bot)2019-02-261-0/+1
* bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...Miss Islington (bot)2019-02-231-0/+1
* bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)Miss Islington (bot)2019-02-221-0/+2
* bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940)Miss Islington (bot)2019-02-191-0/+3
* bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...Miss Islington (bot)2019-02-121-0/+2
* [3.7] bpo-35917: Test multiprocessing manager classes and shareable types (GH...Antoine Pitrou2019-02-071-0/+3
* bpo-35772: Fix test_tarfile on ppc64 (GH-11606)Miss Islington (bot)2019-01-211-0/+6
* bpo-35045: Accept TLSv1 default in min max test (GH-11510)Miss Islington (bot)2019-01-181-0/+2
* bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) (GH-11227)Miss Islington (bot)2018-12-191-0/+2
* bpo-31731: Fix test_io.check_interrupted_write() (GH-11225)Miss Islington (bot)2018-12-181-0/+4
* bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200)Miss Islington (bot)2018-12-171-0/+3
* bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Miss Islington (bot)2018-12-171-0/+2
* bpo-35412: Add testcase to test_future4 (GH-11131) (GH-11183)Miss Islington (bot)2018-12-171-0/+1
* bpo-34279: regrtest consider that skipped tests are ran (GH-11132)Miss Islington (bot)2018-12-141-0/+3
* Add test for double patching instance methods (GH11126)Miss Islington (bot)2018-12-121-0/+2
* 3.7.2rc1v3.7.2rc1Ned Deily2018-12-115-13/+0
* bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)Miss Islington (bot)2018-12-081-0/+2
* [3.7] bpo-35352: test_asyncio uses the certificate set from the test director...Victor Stinner2018-11-301-0/+1
* [3.7] bpo-34279: Synchronize regrtest with master (GH-10800)Victor Stinner2018-11-291-0/+3
* bpo-35317: Fix mktime() error in test_email (GH-10721)Miss Islington (bot)2018-11-271-0/+3
* bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...Miss Islington (bot)2018-11-041-0/+4
* 3.7.1rc2v3.7.1rc2Ned Deily2018-10-131-1/+0
* bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...Miss Islington (bot)2018-10-091-0/+1
* 3.7.1rc1v3.7.1rc1Ned Deily2018-09-2614-27/+0
* bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)Miss Islington (bot)2018-09-211-0/+2
* bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)Miss Islington (bot)2018-09-171-0/+5
* [3.7] bpo-34490: Fix test_asyncio for AIX - do not call transport.get_extra_i...Andrew Svetlov2018-09-131-0/+2
* closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)Miss Islington (bot)2018-09-131-0/+1
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Miss Islington (bot)2018-09-121-0/+3
* [3.7] bpo-34594: Don't hardcode errno values in the tests. (GH-9094)Zackery Spytz2018-09-071-0/+1
* bpo-34542: Update test certs and keys (GH-8997) (GH-9007)Miss Islington (bot)2018-09-061-0/+1
* Remove AIX workaround test_subprocess (GH-8939)Miss Islington (bot)2018-08-261-0/+1
* [3.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8789)Miss Islington (bot)2018-08-161-0/+1