Some test suite tests fail when setting MAX_INTEGRAL_DIGITS_FOR_DECIMAL #112
Labels
resolved-on-develop
A changeset fixing this issue has been commiutted to the development branch
testing
Only relevant to the testing programs rather than the main code itself
Our expected values for testcase "floating-point specifiers with 31-32 bit integer values" assume that
%f
specifiers are interpreted as%e
for too many decimal digits; but - this assumption doesn't always hold. This it is an error to simply check that:and we should actually check for something different depending on
MAX_INTEGRAL_DIGITS_FOR_DECIMAL
.Related to #111.
The text was updated successfully, but these errors were encountered: