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

2010-04-20 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: Confirmed on FreeBSD-6.4/py3k. Threading causes the problem, the skip works here, too. -- nosy: +skrah ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8263

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

2010-04-17 Thread R. David Murray
R. David Murray rdmur...@bitdance.com 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 rep...@bugs.python.org

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

2010-04-17 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: See also issue #8432. -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8263 ___

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

2010-04-16 Thread R. David Murray
R. David Murray rdmur...@bitdance.com 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.

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

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

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

2010-03-30 Thread Michael Foord
Michael Foord mich...@voidspace.org.uk 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
Florent Xicluna florent.xicl...@gmail.com 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:

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

2010-03-30 Thread Michael Foord
Michael Foord mich...@voidspace.org.uk 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
Changes by Florent Xicluna florent.xicl...@gmail.com: Removed file: http://bugs.python.org/file16697/issue8263_regtest_SIGINT.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8263 ___

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

2010-03-30 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com 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

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

2010-03-30 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: Removed file: http://bugs.python.org/file16698/issue8263_regtest_SIGINT_v2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8263 ___

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

2010-03-30 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Regrtest.py fixed with r79497 to report keyboard interrupt as a failure. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8263