History log of /openbsd/regress/usr.bin/bc/t19.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 62198fa5 22-Apr-2022 otto <otto@openbsd.org>

Remove some of the workarounds for the tests by inputing the right numbers
(without impliciit conversion from int to long double).

The previous commit message talked about reading numbers, but the i

Remove some of the workarounds for the tests by inputing the right numbers
(without impliciit conversion from int to long double).

The previous commit message talked about reading numbers, but the issue
(loss of precision due to too little digits) actually occurred when printing
the input to be read by bc.

show more ...


# 465dd29a 22-Apr-2022 otto <otto@openbsd.org>

arm64 has real IEEE quads, it needs more digits when reading the
bc results otherwise truncation and loss of precision occurs, making the
test fail.

Test failure on arm64 noted by anton@ and bluhmn@


# 9ed65827 29-Nov-2017 otto <otto@openbsd.org>

fix decl of main


# 0c4241f1 26-Nov-2014 otto <otto@openbsd.org>

comment in Makefile, small tweak in -l test


# 526b9c64 13-Mar-2012 otto <otto@openbsd.org>

better bounds


# e909c4f7 13-Mar-2012 otto <otto@openbsd.org>

rough test of the bc(1) math lib