]> granicus.if.org Git - python/commit
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)
authorNed Deily <nad@python.org>
Sat, 4 Mar 2017 11:19:05 +0000 (06:19 -0500)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2017 11:19:05 +0000 (06:19 -0500)
commit1d391f926b37484b8d4b326003a72c0084db19ec
tree6238a22e389ef3823e85be206cb7a7b2db99f290
parent343d48379c31f31cb0bcc843c537990c4283703d
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)

Skip some tests of select.poll when running on macOS due to unresolved
issues with the underlying system poll function on some macOS versions.

(cherry picked from commit de04644627f82d9dc48b3423def7ff5b4aa1926a)
Lib/test/eintrdata/eintr_tester.py
Lib/test/test_asyncore.py
Misc/NEWS