]> granicus.if.org Git - python/commit
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)
authorNed Deily <nad@python.org>
Sat, 4 Mar 2017 11:00:37 +0000 (06:00 -0500)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2017 11:00:37 +0000 (06:00 -0500)
commitde04644627f82d9dc48b3423def7ff5b4aa1926a
tree5e41f97b874c4b775508c5316c9bfe94e2f476b2
parentcfcd76777e35c83d548d8736f5d7dc92fe56d806
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.
Lib/test/eintrdata/eintr_tester.py
Lib/test/test_asyncore.py
Misc/NEWS