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 flox
Recipients flox, michael.foord
Date 2010-03-30.10:16:12
SpamBayes Score 0.0012992602
Marked as misclassified No
Message-id <1269944175.56.0.908996591032.issue8263@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-03-30 10:16:15floxsetrecipients: + flox, michael.foord
2010-03-30 10:16:15floxsetmessageid: <1269944175.56.0.908996591032.issue8263@psf.upfronthosting.co.za>
2010-03-30 10:16:13floxlinkissue8263 messages
2010-03-30 10:16:12floxcreate