[Python-checkins] [python/cpython] 23b312: [3.6] bpo-28087: Skip test_asyncore and test_eintr...

GitHub noreply at github.com
Wed May 3 06:04:59 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 23b312b087582cec5cc8c528d267eb42061601ac
      https://github.com/python/cpython/commit/23b312b087582cec5cc8c528d267eb42061601ac
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M Lib/test/eintrdata/eintr_tester.py
    M Lib/test/test_asyncore.py
    M Misc/NEWS

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list