Message272639
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 |
|
Date |
User |
Action |
Args |
2016-08-14 02:27:27 | steven.daprano | set | recipients:
+ steven.daprano, martin.panter |
2016-08-14 02:27:27 | steven.daprano | set | messageid: <1471141647.94.0.231269696429.issue27761@psf.upfronthosting.co.za> |
2016-08-14 02:27:27 | steven.daprano | link | issue27761 messages |
2016-08-14 02:27:27 | steven.daprano | create | |
|