[issue12429] test_io.check_interrupted_write() sporadic failures on FreeBSD 6 on Python 2.7/3.2

2011-07-09 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset ad16e4a0ef80 by Victor Stinner in branch '3.2': Issue #12429: Skip interrupted write tests on FreeBSD = 7 http://hg.python.org/cpython/rev/ad16e4a0ef80 -- ___ Python tracker

[issue12429] test_io.check_interrupted_write() sporadic failures on FreeBSD 6 on Python 2.7/3.2

2011-07-07 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12429 ___

[issue12429] test_io.check_interrupted_write() sporadic failures on FreeBSD 6 on Python 2.7/3.2

2011-07-04 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset a624b86264a4 by Victor Stinner in branch '2.7': Issue #12429: Skip interrupted write tests on FreeBSD = 7 http://hg.python.org/cpython/rev/a624b86264a4 New changeset e924e51e9447 by Victor Stinner in branch '3.2': Issue #12429: Skip

[issue12429] test_io.check_interrupted_write() sporadic failures on FreeBSD 6 on Python 2.7/3.2

2011-06-28 Thread STINNER Victor
New submission from STINNER Victor victor.stin...@haypocalc.com: test_io.check_interrupted_write() has two threads and a pipe: - reader (thread): read one byte from the pipe - writer (main thread): write 1 MB into the pipe An alarm (SIGALRM) is scheduled in one second. The writer blocks

[issue12429] test_io.check_interrupted_write() sporadic failures on FreeBSD 6 on Python 2.7/3.2

2011-06-28 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Patch to skip the test on FreeBSD 5, 6 and 7. I was unable to reproduce #11859 on my FreeBSD 8 VM, so I didn't add freebsd8. -- keywords: +patch Added file: http://bugs.python.org/file22506/test_io_skip_freebsd.patch