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 vstinner
Recipients mark.dickinson, rhettinger, serhiy.storchaka, terry.reedy, tim.peters, vstinner
Date 2020-09-14.21:55:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600120538.46.0.648717428886.issue41513@roundup.psfhosted.org>
In-reply-to
Content
Multiple tests failed on x86 Gentoo Non-Debug with X 3.x:
https://buildbot.python.org/all/#/builders/58/builds/73

Example of failure:

======================================================================
FAIL: testHypotAccuracy (test.test_math.MathTests) (hx='0x1.10106eb4b44a2p+29', hy='0x1.ef0596cdc97f8p+29')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_math.py", line 855, in testHypotAccuracy
    self.assertEqual(hypot(x, y), z)
AssertionError: 1184594898.793983 != 1184594898.7939832

(I didn't investigate the bug, I just report the failure.)
History
Date User Action Args
2020-09-14 21:55:38vstinnersetrecipients: + vstinner, tim.peters, rhettinger, terry.reedy, mark.dickinson, serhiy.storchaka
2020-09-14 21:55:38vstinnersetmessageid: <1600120538.46.0.648717428886.issue41513@roundup.psfhosted.org>
2020-09-14 21:55:38vstinnerlinkissue41513 messages
2020-09-14 21:55:38vstinnercreate