New submission from STINNER Victor:

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.

----------
components: Tests, Windows
keywords: buildbot
messages: 292886
nosy: haypo, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: [2.7] regrtest announces 401 tests, but there are 304 tests?
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30254>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to