Message324274
| Author |
Michael.Felt |
| Recipients |
Michael.Felt, michael-o, terry.reedy, vstinner |
| Date |
2018年08月28日.18:53:26 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<99e39cef-8c28-0957-92f2-f8590a2c65c7@felt.demon.nl> |
| In-reply-to |
<2e69558e-40ac-fbb6-aee8-c3c79201648b@felt.demon.nl> |
| Content |
On 28/08/2018 20:43, Michael Felt wrote:
> Attached is the output with LC_ALL=C in the prefix. If you were hoping
> for "dangling processes - your hopes are affirmed.
Previous mail ended with:
== Tests result: FAILURE ==
375 tests OK.
13 tests failed:
test__xxsubinterpreters test_asyncio test_concurrent_futures
test_ctypes test_distutils test_embed test_httpservers
test_multiprocessing_fork test_os test_pkg test_socket
test_subprocess test_time
30 tests skipped:
test_curses test_dbm_gnu test_devpoll test_epoll test_gdb
test_idle test_kqueue test_lzma test_msilib test_ossaudiodev
test_readline test_smtpnet test_socketserver test_spwd test_sqlite
test_startfile test_tcl test_timeout test_tix test_tk
test_ttk_guionly test_ttk_textonly test_turtle test_urllib2net
test_urllibnet test_winconsoleio test_winreg test_winsound
test_xmlrpc_net test_zipfile64
Total duration: 14 min 53 sec
Tests result: FAILURE
root@x066:[/data/prj/python/git/python3-3.8]
Without LC_ALL=C summary is (different):
== Tests result: FAILURE ==
376 tests OK.
10 tests failed:
test__xxsubinterpreters test_asyncio test_ctypes test_distutils
test_embed test_httpservers test_multiprocessing_forkserver
test_os test_socket test_time
32 tests skipped:
test_curses test_dbm_gnu test_devpoll test_epoll test_gdb
test_idle test_kqueue test_lzma test_msilib test_ossaudiodev
test_readline test_smtpnet test_socketserver test_spwd test_sqlite
test_startfile test_tcl test_timeout test_tix test_tk
test_ttk_guionly test_ttk_textonly test_turtle test_unicode_file
test_unicode_file_functions test_urllib2net test_urllibnet
test_winconsoleio test_winreg test_winsound test_xmlrpc_net
test_zipfile64
Total duration: 11 min 1 sec
And, rather than dangling processes, I see BrokenBarrierErrors
FYI |
|