commit | e0e8a87d7e58d1205cc727cc513cc21b045bb088 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Sat Apr 17 05:26:26 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Sat Apr 17 05:26:26 2010 +0000 |
tree | 39eb8d877191f5d2922e2f64d9b634a1cecb76c9 | |
parent | ae530c2babdf6c73946b386f8ca1369b7d011b7e [diff] |
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.