This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.waldorf
Recipients brett.cannon, paul.moore, paul.waldorf, steve.dower, tim.golden, zach.ware
Date 2018-09-09.23:51:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536537107.16.0.56676864532.issue27869@psf.upfronthosting.co.za>
In-reply-to
Content
Thought my experience could be helpful.  My env is varies from @brett.cannon in that I'm running Debian 9 (Stretch) on my WSL, which makes me think that these failures have more to do with WSL than any difference in distros? 

Configured with

./configure --with-pydebug

Tests ran with 

./python -m test -j0 -x test_signal -x test_ssl -v

Both test_signal and test_ssl would hang indefinitely.

364 tests OK.

27 tests failed:
    test_asyncio test_asyncore test_concurrent_futures test_epoll
    test_fcntl test_ftplib test_httplib test_httpservers test_import
    test_io test_mmap test_multiprocessing_fork
    test_multiprocessing_forkserver test_multiprocessing_main_handling
    test_multiprocessing_spawn test_os test_posix test_regrtest
    test_selectors test_socket test_source_encoding test_subprocess
    test_sys test_sysconfig test_syslog test_time test_unicode_file

20 tests skipped:
    test_curses test_devpoll test_gdb test_kqueue test_msilib
    test_ossaudiodev test_smtpnet test_socketserver test_startfile
    test_timeout test_tix test_tk test_ttk_guionly test_urllib2net
    test_urllibnet test_winconsoleio test_winreg test_winsound
    test_xmlrpc_net test_zipfile64
History
Date User Action Args
2018-09-09 23:51:47paul.waldorfsetrecipients: + paul.waldorf, brett.cannon, paul.moore, tim.golden, zach.ware, steve.dower
2018-09-09 23:51:47paul.waldorfsetmessageid: <1536537107.16.0.56676864532.issue27869@psf.upfronthosting.co.za>
2018-09-09 23:51:47paul.waldorflinkissue27869 messages
2018-09-09 23:51:46paul.waldorfcreate