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 meador.inge
Recipients mancausoft, mark.dickinson, meador.inge
Date 2011-09-14.18:06:24
SpamBayes Score 0.00018786002
Marked as misclassified No
Message-id <1316023584.91.0.936946947716.issue7201@psf.upfronthosting.co.za>
In-reply-to
Content
The 'test_endian_double' test fails because the 'double' floating-point 
type for an interpreter built for OABI is unknown:

>>> float.__getformat__("float")
'IEEE, little-endian'
>>> float.__getformat__("double")
'unknown'

According to [1], the double format discrepancies seem to be expected.

[1] http://wiki.debian.org/ArmEabiPort#ARM_floating_points
History
Date User Action Args
2011-09-14 18:06:25meador.ingesetrecipients: + meador.inge, mark.dickinson, mancausoft
2011-09-14 18:06:24meador.ingesetmessageid: <1316023584.91.0.936946947716.issue7201@psf.upfronthosting.co.za>
2011-09-14 18:06:24meador.ingelinkissue7201 messages
2011-09-14 18:06:24meador.ingecreate