]> granicus.if.org Git - python/commit
test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot,
authorMark Dickinson <dickinsm@gmail.com>
Mon, 21 Apr 2008 22:32:24 +0000 (22:32 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 21 Apr 2008 22:32:24 +0000 (22:32 +0000)
commit265d7384b9e9cd32630ae28b05f04c1bc4fd9133
tree67ceaf50b6965d456cfc60bf1bdb9a69e322f30a
parent41e30183367e52450fdf7316cf32bfa4e9a78afc
test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot,
apparently because tanh(-0.) loses the sign of zero on that platform.
If true, this is a bug in FreeBSD.

Added a configure test to verify this.  I still need to figure out
how best to deal with this failure.
configure
configure.in
pyconfig.h.in