This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson
Date 2009-11-02.09:43:02
SpamBayes Score 0.0032169567
Marked as misclassified No
Message-id <1257154985.1.0.42933155819.issue7251@psf.upfronthosting.co.za>
In-reply-to
Content
There are some buildbot failures due to platform-specific bugs that need
to be marked as expected failures, using the unittest.expectedFailure
decorator.  This may require reorganizing the tests slightly.

* tanh(-0.0) produces 0.0 instead of -0.0 on FreeBSD 6;  this causes
test_math and test_cmath to fail.  E.g.,

http://www.python.org/dev/buildbot/builders/x86%20FreeBSD%20trunk/builds/2741

* the libm round function on Debian alpha seems to be buggy;  this
causes test_round in test_builtin.py to fail.  E.g.,

http://www.python.org/dev/buildbot/builders/alpha%20Debian%20trunk/builds/30
History
Date User Action Args
2009-11-02 09:43:05mark.dickinsonsetrecipients: + mark.dickinson
2009-11-02 09:43:05mark.dickinsonsetmessageid: <1257154985.1.0.42933155819.issue7251@psf.upfronthosting.co.za>
2009-11-02 09:43:03mark.dickinsonlinkissue7251 messages
2009-11-02 09:43:02mark.dickinsoncreate