[issue8263] regrtest stops prematurately on FreeBSD buildbot, with "success" result.

Florent Xicluna report at bugs.python.org
Tue Mar 30 12:16:15 CEST 2010


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

The regrtest returns "success", even if the test suite is not run completely.
The last running test is "test_unittest".


http://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%20trunk/builds/171
...
51 tests OK.
2 tests skipped:
    test_ascii_formatd test_py3kwarn
1 skip unexpected on freebsd6:
    test_ascii_formatd
[294584 refs]
program finished with exit code 0
elapsedTime=1082.949696

http://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%20trunk/builds/168
...
37 tests OK.
5 tests skipped:
    test_bsddb185 test_macostools test_py3kwarn test_startfile
    test_winreg
1 skip unexpected on freebsd6:
    test_bsddb185
[184731 refs]
program finished with exit code 0
elapsedTime=507.756584

----------
components: Tests
keywords: buildbot
messages: 101926
nosy: flox, michael.foord
priority: normal
severity: normal
stage: test needed
status: open
title: regrtest stops prematurately on FreeBSD buildbot, with "success" result.
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8263>
_______________________________________


More information about the Python-bugs-list mailing list