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 vstinner
Recipients paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-05-03.10:44:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493808251.58.0.466858427103.issue30254@psf.upfronthosting.co.za>
In-reply-to
Content
First case:
---
...
[301/401] test_with
[302/401] test_import
[303/401] test_xmlrpc
277 tests OK.
2 tests altered the execution environment:
    test_distutils test_sax
24 tests skipped:
    test_al test_bsddb185 test_cl test_commands test_curses test_dbm
    test_dl test_fork1 test_grp test_ioctl test_kqueue test_macos
    test_openpty test_ossaudiodev test_pipes test_poll test_posix
    test_pwd test_readline test_scriptpackages test_spwd
    test_threadsignals test_wait3 test_wait4
1 skip unexpected on win32:
    test_readline
---
http://buildbot.python.org/all/builders/AMD64%20Windows10%202.7/builds/133/steps/test/logs/stdio

Why does regrtest count 404 tests, whereas the total is 304 tests (277+2+24+1)?

Second case:
---
...

[212/401] test_extcall
[213/401] test_frozen
[214/401] test_hotshot
190 tests OK.
2 tests altered the execution environment:
    test_distutils test_sax
22 tests skipped:
    test_al test_applesingle test_bsddb185 test_crypt test_curses
    test_dbm test_dl test_fcntl test_fork1 test_gdb test_gl test_mhlib
    test_nis test_openpty test_ossaudiodev test_pipes test_poll
    test_pwd test_resource test_scriptpackages test_threadsignals
    test_wait4
1 skip unexpected on win32:
    test_gdb
---
http://buildbot.python.org/all/builders/AMD64%20Windows8%202.7/builds/128/steps/test/logs/stdio

Here I only count 215 tests (190+2+22+1)... why not 304 or 401? where are the remaining tests?


On Linux, it seems fine:
---
...
[399/401] test_sets
[400/401] test_bufio
[401/401] test_xpickle
371 tests OK.
30 tests skipped:
    test_aepack test_al test_applesingle test_bsddb test_bsddb185
    test_bsddb3 test_cd test_cl test_codecmaps_cn test_codecmaps_hk
    test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_gdb
    test_gl test_imgfile test_kqueue test_macos test_macostools
    test_msilib test_py3kwarn test_scriptpackages test_startfile
    test_sunaudiodev test_tk test_tools test_ttk_guionly test_winreg
    test_winsound test_zipfile64
9 skips unexpected on linux2:
    test_bsddb test_bsddb3 test_codecmaps_cn test_codecmaps_hk
    test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_gdb
    test_tools
---
http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%202.7/builds/129/steps/test/logs/stdio

I also expects regrtest to ends with "[401/401]" on Windows.
History
Date User Action Args
2017-05-03 10:44:11vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2017-05-03 10:44:11vstinnersetmessageid: <1493808251.58.0.466858427103.issue30254@psf.upfronthosting.co.za>
2017-05-03 10:44:11vstinnerlinkissue30254 messages
2017-05-03 10:44:11vstinnercreate