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 martin.panter
Recipients cool-RR, mark.dickinson, martin.panter, python-dev, rhettinger, steven.daprano
Date 2016-08-12.01:04:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470963862.0.0.615484461146.issue27181@psf.upfronthosting.co.za>
In-reply-to
Content
Tests fail on a Power PC buildbot:

http://buildbot.python.org/all/builders/PPC64LE%20Fedora%203.x/builds/1476/steps/test/logs/stdio
======================================================================
FAIL: testExactPowers (test.test_statistics.Test_Nth_Root) (i=29, n=11)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64le/build/Lib/test/test_statistics.py", line 1216, in testExactPowers
    self.assertEqual(self.nroot(x, n), i)
AssertionError: 29.000000000000004 != 29

======================================================================
FAIL: testExactPowersNegatives (test.test_statistics.Test_Nth_Root) (i=-29, n=11)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64le/build/Lib/test/test_statistics.py", line 1228, in testExactPowersNegatives
    self.assertEqual(self.nroot(x, n), i)
AssertionError: -29.000000000000004 != -29
History
Date User Action Args
2016-08-12 01:04:22martin.pantersetrecipients: + martin.panter, rhettinger, mark.dickinson, steven.daprano, cool-RR, python-dev
2016-08-12 01:04:22martin.pantersetmessageid: <1470963862.0.0.615484461146.issue27181@psf.upfronthosting.co.za>
2016-08-12 01:04:21martin.panterlinkissue27181 messages
2016-08-12 01:04:20martin.pantercreate