diff options
author | Ned Deily <nad@python.org> | 2017-12-05 08:17:33 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-12-05 08:17:33 (GMT) |
commit | 3f9a728d955579373f45dac1dd89f5b3e4f36a1c (patch) | |
tree | e033fc4fecc9a1baa5b19ec72756f1fe96103eed /Misc/NEWS.d/next/Tests | |
parent | d4d2b563025747c2e73ed970c633126a5438044e (diff) | |
download | cpython-3f9a728d955579373f45dac1dd89f5b3e4f36a1c.zip cpython-3f9a728d955579373f45dac1dd89f5b3e4f36a1c.tar.gz cpython-3f9a728d955579373f45dac1dd89f5b3e4f36a1c.tar.bz2 |
Update NEWS and pydoc topics.
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
7 files changed, 0 insertions, 17 deletions
diff --git a/Misc/NEWS.d/next/Tests/2017-10-24-11-36-10.bpo-31174.xCvXcr.rst b/Misc/NEWS.d/next/Tests/2017-10-24-11-36-10.bpo-31174.xCvXcr.rst deleted file mode 100644 index e098064..0000000 --- a/Misc/NEWS.d/next/Tests/2017-10-24-11-36-10.bpo-31174.xCvXcr.rst +++ /dev/null @@ -1,3 +0,0 @@ -Fix test_tools.test_unparse: DirectoryTestCase now stores the names sample -to always test the same files. It prevents false alarms when hunting -reference leaks. diff --git a/Misc/NEWS.d/next/Tests/2017-11-24-18-15-12.bpo-32126.PLmNLn.rst b/Misc/NEWS.d/next/Tests/2017-11-24-18-15-12.bpo-32126.PLmNLn.rst deleted file mode 100644 index b5ba9d5..0000000 --- a/Misc/NEWS.d/next/Tests/2017-11-24-18-15-12.bpo-32126.PLmNLn.rst +++ /dev/null @@ -1,2 +0,0 @@ -Skip test_get_event_loop_new_process in test.test_asyncio.test_events when -sem_open() is not functional. diff --git a/Misc/NEWS.d/next/Tests/2017-11-25-14-53-29.bpo-28668.Y1G6pA.rst b/Misc/NEWS.d/next/Tests/2017-11-25-14-53-29.bpo-28668.Y1G6pA.rst deleted file mode 100644 index e80516d..0000000 --- a/Misc/NEWS.d/next/Tests/2017-11-25-14-53-29.bpo-28668.Y1G6pA.rst +++ /dev/null @@ -1,3 +0,0 @@ -test.support.requires_multiprocessing_queue is removed. Skip tests with -test.support.import_module('multiprocessing.synchronize') instead when the -semaphore implementation is broken or missing. diff --git a/Misc/NEWS.d/next/Tests/2017-11-26-17-11-27.bpo-32136.Y11luJ.rst b/Misc/NEWS.d/next/Tests/2017-11-26-17-11-27.bpo-32136.Y11luJ.rst deleted file mode 100644 index b7138c4..0000000 --- a/Misc/NEWS.d/next/Tests/2017-11-26-17-11-27.bpo-32136.Y11luJ.rst +++ /dev/null @@ -1,3 +0,0 @@ -The runtime embedding tests have been split out from -``Lib/test/test_capi.py`` into a new ``Lib/test/test_embed.py`` -file. diff --git a/Misc/NEWS.d/next/Tests/2017-11-27-16-18-58.bpo-32138.QsTvf-.rst b/Misc/NEWS.d/next/Tests/2017-11-27-16-18-58.bpo-32138.QsTvf-.rst deleted file mode 100644 index 2430aa7..0000000 --- a/Misc/NEWS.d/next/Tests/2017-11-27-16-18-58.bpo-32138.QsTvf-.rst +++ /dev/null @@ -1,2 +0,0 @@ -Skip on Android test_faulthandler tests that raise SIGSEGV and remove the -test.support.requires_android_level decorator. diff --git a/Misc/NEWS.d/next/Tests/2017-11-30-12-27-10.bpo-31705.yULW7O.rst b/Misc/NEWS.d/next/Tests/2017-11-30-12-27-10.bpo-31705.yULW7O.rst deleted file mode 100644 index aa2d30c..0000000 --- a/Misc/NEWS.d/next/Tests/2017-11-30-12-27-10.bpo-31705.yULW7O.rst +++ /dev/null @@ -1,3 +0,0 @@ -Skip test_socket.test_sha256() on Linux kernel older than 4.5. The test -fails with ENOKEY on kernel 3.10 (on ppc64le). A fix was merged into the -kernel 4.5. diff --git a/Misc/NEWS.d/next/Tests/2017-12-04-23-19-16.bpo-31380.VlMmHW.rst b/Misc/NEWS.d/next/Tests/2017-12-04-23-19-16.bpo-31380.VlMmHW.rst deleted file mode 100644 index 2baecf5..0000000 --- a/Misc/NEWS.d/next/Tests/2017-12-04-23-19-16.bpo-31380.VlMmHW.rst +++ /dev/null @@ -1 +0,0 @@ -Skip test_httpservers test_undecodable_file on macOS: fails on APFS. |