Message9894

Author zyasoft
Recipients jeff.allen, zyasoft
Date 2015-04-19.22:01:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429480898.11.0.199392689764.issue2332@psf.upfronthosting.co.za>
In-reply-to
Content
It's probably worth posting the entire output:

$ jython27 -m test.regrtest
test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test_types
test_unittest
test_doctest
test_doctest2
test_py3kwarn
test_py3kwarn skipped -- test.test_py3kwarn must be run with the -3 flag
9 tests OK.
1 test skipped:
    test_py3kwarn
148 tests ran unexpectedly:
    # CPython Command Could GC Java, Jython Nonreliable Not Python
    Requires Should Tests The additional are at but bytecode cause
    compilation currently do, emulation files fix following for hang
    hard hardcoded in is issues jumping least line not on or pyc
    requires revisit rewrite run should so socket-reboot, subsequently
    support supportable test__locale test__rawffi test_aepack test_al
    test_applesingle test_ascii_formatd test_asynchat test_asyncore
    test_audioop test_bsddb test_bsddb185 test_bsddb3 test_capi
    test_cd test_cl test_cmd_line_script test_compileall test_cprofile
    test_ctypes test_distutils test_dl test_email_codecs test_epoll
    test_fcntl test_fork1 test_ftplib test_gdb test_gdbm test_getargs2
    test_gl test_hotshot test_httplib test_imageop test_imgfile
    test_io test_ioctl test_kqueue test_largefile test_linuxaudiodev
    test_locale test_longexp test_macfs test_macos test_macostools
    test_mmap test_modulefinder test_msilib test_multiprocessing
    test_nis test_nt_paths_jy test_openpty test_ossaudiodev
    test_parser test_pep277 test_plistlib test_poll test_poplib
    test_profile test_pty test_pydoc test_resource test_rgbimg
    test_scriptpackages test_select_new test_smtplib test_socket_ssl
    test_sqlite test_startfile test_strop test_structmembers
    test_sunaudiodev test_sundry test_symtable test_sys_setprofile
    test_sys_settrace test_tcl test_telnetlib test_timeout test_tk
    test_tools test_ttk_guionly test_ttk_textonly test_unicode_file
    test_wait3 test_wait4 test_wave test_winreg test_winsound
    test_zipfile64 testing tests that these they to with work

So we have an amusing line being generated strictly from hash ordering of the commented out tests, and their comments, from the setting of _expectations in Lib/test/regrtest.py
History
Date User Action Args
2015-04-19 22:01:38zyasoftsetmessageid: <1429480898.11.0.199392689764.issue2332@psf.upfronthosting.co.za>
2015-04-19 22:01:38zyasoftsetrecipients: + zyasoft, jeff.allen
2015-04-19 22:01:38zyasoftlinkissue2332 messages
2015-04-19 22:01:37zyasoftcreate