summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-03-04 11:00:37 (GMT)
committerGitHub <noreply@github.com>2017-03-04 11:00:37 (GMT)
commitde04644627f82d9dc48b3423def7ff5b4aa1926a (patch)
tree5e41f97b874c4b775508c5316c9bfe94e2f476b2 /Misc
parentcfcd76777e35c83d548d8736f5d7dc92fe56d806 (diff)
downloadcpython-de04644627f82d9dc48b3423def7ff5b4aa1926a.zip
cpython-de04644627f82d9dc48b3423def7ff5b4aa1926a.tar.gz
cpython-de04644627f82d9dc48b3423def7ff5b4aa1926a.tar.bz2
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)
* bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS Skip some tests of select.poll when running on macOS due to unresolved issues with the underlying system poll function on some macOS versions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8997239..3ff3cb5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -895,6 +895,10 @@ Tools/Demos
Tests
-----
+- bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS.
+ Skip some tests of select.poll when running on macOS due to unresolved
+ issues with the underlying system poll function on some macOS versions.
+
- Issue #29571: to match the behaviour of the ``re.LOCALE`` flag,
test_re.test_locale_flag now uses ``locale.getpreferredencoding(False)`` to
determine the candidate encoding for the test regex (allowing it to correctly