summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-22 11:02:13 +0100
committerYves Orton <demerphq@gmail.com>2023-03-29 20:54:49 +0800
commitbbd6967b3d549a2e37beaf28fd6f68674f9322f2 (patch)
tree0f57fd29e06528fbfdb49a46d9e48668b20689e2 /dist
parentea35cd23e9d1405ff9dda3484cf2648c5332225e (diff)
downloadperl-bbd6967b3d549a2e37beaf28fd6f68674f9322f2.tar.gz
t/op/sprintf2 - TODO some failing tests for %g.
On HPUX none of the usual methods for doing high precision %g seem to work: Checking for an efficient way to convert floats to strings. Trying sprintf... sprintf() found. sprintf length mismatch: Expected 55, got 38 ...But sprintf didn't work as I expected. Trying gconvert... gconvert NOT found. Trying gcvt... gcvt() found. gcvt length mismatch: Expected 55, got 38 ...But gcvt didn't work as I expected. *** WHOA THERE!!! *** None of ( sprintf gconvert gcvt) seemed to work properly. I'll use sprintf. So we can safely TODO these tests for now. See: https://github.com/Perl/perl5/issues/20953#issuecomment-1478744988 and: https://github.com/Perl/perl5/issues/20953#issuecomment-1483814118 Fixes: #20953 And also some issues in: #20959
Diffstat (limited to 'dist')
0 files changed, 0 insertions, 0 deletions