]> granicus.if.org Git - python/commit
Merged revisions 80144 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Wed, 21 Apr 2010 01:51:57 +0000 (01:51 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 21 Apr 2010 01:51:57 +0000 (01:51 +0000)
commitedcfeba449ad5cb2c2e858b0ba7bc5c9271a28d2
treeedad27093e98da0a1284f60c45611088d0689cce
parenta03e53482c39f0b85d852d0b62db3c60d04314f0
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