New submission from Mark Dickinson <dicki...@gmail.com>: 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 ---------- assignee: mark.dickinson components: Tests keywords: buildbot messages: 94821 nosy: mark.dickinson priority: normal severity: normal stage: needs patch status: open title: Mark expected failures of test_math, test_cmath and test_round as such. versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7251> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com