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

2010-04-21 Thread R. David Murray
R. David Murray added the comment: Skip committed to py3k in r80331. -- resolution: -> fixed stage: unit test needed -> committed/rejected status: open -> closed versions: +Python 3.2 ___ Python tracker __

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

2010-04-20 Thread Stefan Krah
Stefan Krah added the comment: Confirmed on FreeBSD-6.4/py3k. Threading causes the problem, the skip works here, too. -- nosy: +skrah ___ Python tracker ___ _

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

2010-04-17 Thread STINNER Victor
STINNER Victor added the comment: See also issue #8432. -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

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

2010-04-17 Thread R. David Murray
R. David Murray added the comment: The test_break unit test is now skipped for freebsd6 on trunk in r80155. I suspect this affects py3k as well on freebsd6. -- ___ Python tracker _

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

2010-04-16 Thread R. David Murray
R. David Murray added the comment: I can reliably reproduce the SIGINT problem on a FreeBSD 6.3 box, if (and so far only if) some test that uses threading is run first (see also issue 3864). So I suspect this is a freebsd6 specific problem and just needs a skip added. -- nosy: +r.dav

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

2010-03-30 Thread Florent Xicluna
Florent Xicluna added the comment: Regrtest.py fixed with r79497 to report keyboard interrupt as a "failure". -- ___ Python tracker ___ __

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

2010-03-30 Thread Florent Xicluna
Changes by Florent Xicluna : Removed file: http://bugs.python.org/file16698/issue8263_regtest_SIGINT_v2.diff ___ Python tracker ___ ___ Python-

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

2010-03-30 Thread Florent Xicluna
Florent Xicluna added the comment: Slightly different, with a count of omitted tests And removed "All .. tests OK" is there's some tests omitted. -- Added file: http://bugs.python.org/file16698/issue8263_regtest_SIGINT_v2.diff ___ Python tracker

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

2010-03-30 Thread Florent Xicluna
Changes by Florent Xicluna : Removed file: http://bugs.python.org/file16697/issue8263_regtest_SIGINT.diff ___ Python tracker ___ ___ Python-bug

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

2010-03-30 Thread Michael Foord
Michael Foord added the comment: That sounds very useful from a diagnostic point of view. If it does turn out to be the problem then we will have to disable the test for that platform. At the moment test_break runs on all platforms that have os.kill(...). -- _

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

2010-03-30 Thread Florent Xicluna
Florent Xicluna added the comment: Sorry, but I don't have such environment. Proposed patch will add a notice if the regrtest is interrupted (Ctrl+C). And the exitcode is set to 1, meaning test failed for the buildbot. -- keywords: +patch Added file: http://bugs.python.org/file16697/is

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

2010-03-30 Thread Michael Foord
Michael Foord added the comment: I wonder if unittest.test.test_break runs and the signals.SIGINT it sends terminates a process early? Do you have access to this platform to try it Florent? -- ___ Python tracker

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

2010-03-30 Thread Florent Xicluna
New submission from Florent Xicluna : 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