]> granicus.if.org Git - python/commit
Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.
authorR. David Murray <rdmurray@bitdance.com>
Sat, 17 Apr 2010 05:26:26 +0000 (05:26 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 17 Apr 2010 05:26:26 +0000 (05:26 +0000)
commite0e8a87d7e58d1205cc727cc513cc21b045bb088
tree39eb8d877191f5d2922e2f64d9b634a1cecb76c9
parentae530c2babdf6c73946b386f8ca1369b7d011b7e
Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.

Two itimer tests and an interprocess signal test fail on FreeBSD 6 if
any test that starts a thread runs before test_signal.  Since FreeBSD7
does not show this behavior, the bug is most likely a platform bug,
so this patch just skips the failing tests on freebsd6.
Lib/test/test_signal.py
Misc/NEWS