]> granicus.if.org Git - python/commit
Merged revisions 80144 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Wed, 21 Apr 2010 01:41:41 +0000 (01:41 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 21 Apr 2010 01:41:41 +0000 (01:41 +0000)
commit12c5fbb1c6c1400c11039f8116702a10afe68f9b
tree3ed1b79c2703359da90473621775e9a9477144bb
parentdbcf740f3f00d9daadbbbf9760a5a802830d8bad
Merged revisions 80144 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80144 | r.david.murray | 2010-04-17 01:26:26 -0400 (Sat, 17 Apr 2010) | 8 lines

  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