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 vajrasky
Recipients Arfrever, r.david.murray, vajrasky, zach.ware
Date 2013-12-02.09:33:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385976816.49.0.738122817405.issue19828@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, but...

$ ./python -S Lib/test
== CPython 3.4.0b1 (default:373797990f57, Dec 2 2013, 16:46:35) [GCC 4.7.2]
==   Linux-3.5.0-37-generic-x86_64-with-debian-wheezy-sid little-endian
==   hash algorithm: siphash24 64bit
==   /home/ethan/Documents/code/python/cpython3.4/build/test_python_28533
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=1, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
[  1/387] test_grammar
[  2/387] test_opcodes
[  3/387] test_dict
...
[385/387/2] test_zipimport
[386/387/2] test_zipimport_support
[387/387/2] test_zlib
361 tests OK.
2 tests failed:
    test_site test_trace
2 tests altered the execution environment:
    test_idle test_importlib
22 tests skipped:
    test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp
    test_codecmaps_kr test_codecmaps_tw test_curses test_devpoll
    test_gdb test_kqueue test_msilib test_ossaudiodev test_smtpnet
    test_socketserver test_startfile test_timeout test_tk
    test_ttk_guionly test_urllibnet test_winreg test_winsound
    test_xmlrpc_net test_zipfile64

Feel free to close this as wontfix. This issue is not a life and death situation anyway. :)
History
Date User Action Args
2013-12-02 09:33:36vajraskysetrecipients: + vajrasky, Arfrever, r.david.murray, zach.ware
2013-12-02 09:33:36vajraskysetmessageid: <1385976816.49.0.738122817405.issue19828@psf.upfronthosting.co.za>
2013-12-02 09:33:36vajraskylinkissue19828 messages
2013-12-02 09:33:35vajraskycreate