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 cheryl.sabella
Recipients cheryl.sabella, kbk, markroseman, roger.serwy, terry.reedy
Date 2017-06-24.21:13:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498338805.85.0.116087679007.issue24813@psf.upfronthosting.co.za>
In-reply-to
Content
$:~/cpython/Lib$ /home/cheryl/cpython/python -m test -ugui
== CPython 3.7.0a0 (heads/bpo24813:48fbe52, Jun 23 2017, 15:42:25) [GCC 5.4.0 20160609]
== Linux-4.4.0-78-generic-x86_64-with-debian-stretch-sid little-endian
== hash algorithm: siphash24 64bit
== cwd: /home/cheryl/cpython/build/test_python_19230
== CPU count: 4
== encodings: locale=UTF-8, FS=utf-8
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
Run tests sequentially

--snip--

389 tests OK.

1 test failed:
    test_ttk_guionly

16 tests skipped:
    test_curses test_devpoll test_kqueue test_msilib test_ossaudiodev
    test_smtpnet test_socketserver test_startfile test_timeout
    test_urllib2net test_urllibnet test_winconsoleio test_winreg
    test_winsound test_xmlrpc_net test_zipfile64

Nothing from idle:
0:07:49 load avg: 3.06 [172/406] test_httpservers
0:07:55 load avg: 3.14 [173/406] test_idle
0:08:00 load avg: 3.28 [174/406] test_imaplib
History
Date User Action Args
2017-06-24 21:13:25cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy, kbk, roger.serwy, markroseman
2017-06-24 21:13:25cheryl.sabellasetmessageid: <1498338805.85.0.116087679007.issue24813@psf.upfronthosting.co.za>
2017-06-24 21:13:25cheryl.sabellalinkissue24813 messages
2017-06-24 21:13:25cheryl.sabellacreate