summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-03-13 21:21:36 -0400
committerNed Deily <nad@python.org>2018-03-13 21:21:36 -0400
commitf03c5148cfc6873df855bd0edca2940f9a5d8fd5 (patch)
tree25195ee1c3796194136284227cbd5174d2920270 /Misc/NEWS.d/next/Tests
parentbpo-32726: macOS installer changes for 3.6.5 (diff)
downloadcpython-f03c5148cfc6873df855bd0edca2940f9a5d8fd5.tar.gz
cpython-f03c5148cfc6873df855bd0edca2940f9a5d8fd5.tar.bz2
cpython-f03c5148cfc6873df855bd0edca2940f9a5d8fd5.zip
3.6.5rc1v3.6.5rc1
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r--Misc/NEWS.d/next/Tests/2017-09-19-20-48-50.bpo-31518.KwTMMz.rst3
-rw-r--r--Misc/NEWS.d/next/Tests/2017-12-11-13-31-33.bpo-32252.YnFw7J.rst2
-rw-r--r--Misc/NEWS.d/next/Tests/2018-01-29-21-30-44.bpo-32721.2Bebm1.rst1
-rw-r--r--Misc/NEWS.d/next/Tests/2018-03-09-07-05-12.bpo-32517.ugc1iW.rst2
4 files changed, 0 insertions, 8 deletions
diff --git a/Misc/NEWS.d/next/Tests/2017-09-19-20-48-50.bpo-31518.KwTMMz.rst b/Misc/NEWS.d/next/Tests/2017-09-19-20-48-50.bpo-31518.KwTMMz.rst
deleted file mode 100644
index 7378df07473..00000000000
--- a/Misc/NEWS.d/next/Tests/2017-09-19-20-48-50.bpo-31518.KwTMMz.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Debian Unstable has disabled TLS 1.0 and 1.1 for SSLv23_METHOD(). Change
-TLS/SSL protocol of some tests to PROTOCOL_TLS or PROTOCOL_TLSv1_2 to make
-them pass on Debian.
diff --git a/Misc/NEWS.d/next/Tests/2017-12-11-13-31-33.bpo-32252.YnFw7J.rst b/Misc/NEWS.d/next/Tests/2017-12-11-13-31-33.bpo-32252.YnFw7J.rst
deleted file mode 100644
index ee4c56bb73f..00000000000
--- a/Misc/NEWS.d/next/Tests/2017-12-11-13-31-33.bpo-32252.YnFw7J.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix faulthandler_suppress_crash_report() used to prevent core dump files
-when testing crashes. getrlimit() returns zero on success.
diff --git a/Misc/NEWS.d/next/Tests/2018-01-29-21-30-44.bpo-32721.2Bebm1.rst b/Misc/NEWS.d/next/Tests/2018-01-29-21-30-44.bpo-32721.2Bebm1.rst
deleted file mode 100644
index f4bf6aa1fc4..00000000000
--- a/Misc/NEWS.d/next/Tests/2018-01-29-21-30-44.bpo-32721.2Bebm1.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix test_hashlib to not fail if the _md5 module is not built.
diff --git a/Misc/NEWS.d/next/Tests/2018-03-09-07-05-12.bpo-32517.ugc1iW.rst b/Misc/NEWS.d/next/Tests/2018-03-09-07-05-12.bpo-32517.ugc1iW.rst
deleted file mode 100644
index 43f148f06ec..00000000000
--- a/Misc/NEWS.d/next/Tests/2018-03-09-07-05-12.bpo-32517.ugc1iW.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix failing ``test_asyncio`` on macOS 10.12.2+ due to transport of
-``KqueueSelector`` loop was not being closed.