]> granicus.if.org Git - python/commit
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)...
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 3 May 2017 10:04:57 +0000 (12:04 +0200)
committerGitHub <noreply@github.com>
Wed, 3 May 2017 10:04:57 +0000 (12:04 +0200)
commit23b312b087582cec5cc8c528d267eb42061601ac
tree7f5ad7ecd755164b57dfafae7b689250ebca4fa4
parentf99623a5bee30b18a8fa55a9061753064d8a88f4
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463) (#1424)

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)
(cherry picked from commit 1d391f926b37484b8d4b326003a72c0084db19ec)
Lib/test/eintrdata/eintr_tester.py
Lib/test/test_asyncore.py
Misc/NEWS