Message10381

Author adamburke
Recipients adamburke, darjus, jeff.allen, zyasoft
Date 2015-10-26.13:39:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445866774.9.0.295781588834.issue2393@psf.upfronthosting.co.za>
In-reply-to
Content
New patch. Some of the tests I excluded as fails should have been excluded as skips. This plus some actual fixes going on in the codebase means no unexpected passes any more.

Also added some commentary around tests that only fail intermittently. 

Stefan separately noted that test_gc fails only very rarely and he is looking into it so I included in commented out form. It has only failed for me once from memory.

Latest without -e

367 tests OK.
94 tests skipped:
    test__locale test__osx_support test__rawffi test_aepack test_al
    test_applesingle test_ascii_formatd test_audioop test_bsddb
    test_bsddb185 test_bsddb3 test_capi test_cd test_cl
    test_closuregen test_codecmaps_cn test_codecmaps_hk
    test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw
    test_commands test_cprofile test_ctypes test_curses test_dbm
    test_descr test_dl test_dummy_threading test_epoll test_fcntl
    test_fork1 test_gdb test_gdbm test_getargs2 test_gl test_grp
    test_hotshot test_imageop test_imgfile test_ioctl test_kqueue
    test_largefile test_lib2to3 test_linuxaudiodev test_longexp
    test_macos test_macostools test_mhlib test_mmap test_modulefinder
    test_msilib test_multibytecodec test_multiprocessing test_nis
    test_openpty test_ossaudiodev test_parser test_pep277 test_pipes
    test_poll test_posix test_pty test_pwd test_py3kwarn test_readline
    test_resource test_sax test_scriptpackages test_smtpnet
    test_socketserver test_sqlite test_startfile test_strop
    test_struct test_structmembers test_subprocess test_sunaudiodev
    test_symtable test_tcl test_timeout test_tk test_tools
    test_ttk_guionly test_ttk_textonly test_ucn test_unicode_file
    test_urllib2net test_urllibnet test_wait3 test_wait4 test_wave
    test_winreg test_winsound test_zipfile64
25 tests ran unexpectedly:
    test___all__ test_asynchat test_asyncore test_cmd_line_script
    test_compileall test_distutils test_email_codecs test_ftplib
    test_httplib test_io test_locale test_logging test_plistlib
    test_poplib test_profile test_pydoc test_select test_select_new
    test_signal test_smtplib test_sundry test_sys_setprofile
    test_sys_settrace test_telnetlib test_threading
48 tests failed:
    test_asynchat test_asyncore test_codecencodings_cn
    test_codecencodings_hk test_codecencodings_iso2022
    test_codecencodings_jp test_codecencodings_kr test_compileall
    test_compiler test_dis test_distutils test_email_codecs test_eof
    test_file2k test_frozen test_ftplib test_httplib test_httpservers
    test_iterlen test_locale test_logging test_mailbox test_netrc
    test_os_jy test_peepholer test_poplib test_profile test_pyclbr
    test_pydoc test_pyexpat test_runpy test_shutil test_signal
    test_smtplib test_socket test_stringprep test_subprocess_jy
    test_sundry test_sys test_sys_jy test_sys_setprofile
    test_sys_settrace test_tarfile test_threadsignals test_transformer
    test_urllib2 test_zipfile test_zipimport
17 fails unexpected:
    test_asynchat test_asyncore test_compileall test_distutils
    test_email_codecs test_ftplib test_httplib test_locale
    test_logging test_poplib test_profile test_pydoc test_signal
    test_smtplib test_sundry test_sys_setprofile test_sys_settrace

With -e

359 tests OK.
6 tests skipped:
    test_curses test_smtpnet test_socketserver test_subprocess
    test_urllib2net test_urllibnet


bad = [
 ]
skipped = [
    'test_curses',
    'test_smtpnet',
    'test_socketserver',
    'test_subprocess',
    'test_urllib2net',
    'test_urllibnet',
 ]
6 tests skipped:
    test_curses test_smtpnet test_socketserver test_subprocess
    test_urllib2net test_urllibnet
0 tests failed:

Platform:
    'Java-1.7.0_51-Java_HotSpot-TM-_64-Bit_Server_VM,_24.51-b03,_Oracle_Corporation-on-Windows_7-6.1-amd64'
History
Date User Action Args
2015-10-26 13:39:34adamburkesetmessageid: <1445866774.9.0.295781588834.issue2393@psf.upfronthosting.co.za>
2015-10-26 13:39:34adamburkesetrecipients: + adamburke, zyasoft, jeff.allen, darjus
2015-10-26 13:39:34adamburkelinkissue2393 messages
2015-10-26 13:39:34adamburkecreate