[issue12069] test_signal.test_without_siginterrupt() failure on AMD64 OpenIndiana 3.x

2012-10-01 Thread STINNER Victor
STINNER Victor added the comment: I didn't see this issue recently, 'm unable to reproduce it, so I close this issue. -- resolution: -> works for me status: open -> closed ___ Python tracker _

[issue12069] test_signal.test_without_siginterrupt() failure on AMD64 OpenIndiana 3.x

2011-05-13 Thread STINNER Victor
STINNER Victor added the comment: I'm unable to reproduce the issue using regrtest.py -F test_signal. It is maybe a race condition, or another test has a border effect of test_signal? -- ___ Python tracker __

[issue12069] test_signal.test_without_siginterrupt() failure on AMD64 OpenIndiana 3.x

2011-05-12 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue12069] test_signal.test_without_siginterrupt() failure on AMD64 OpenIndiana 3.x

2011-05-12 Thread STINNER Victor
New submission from STINNER Victor : test_signal fails sometimes on the "AMD64 OpenIndiana 3.x" buildbot: Traceback (most recent call last): File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_signal.py", line 358, in test_without_siginterrupt self.assertTrue(i)