NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/57422 (Test for long double omitted in t_fpclassify automated framework cases)
The following reply was made to PR misc/57422; it has been noted by GNATS.
From: Jim Spath <jspath55%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: misc/57422 (Test for long double omitted in t_fpclassify
automated framework cases)
Date: Thu, 9 May 2024 08:11:30 -0400
> State-Changed-From-To: open->feedback
> State-Changed-By: riastradh%NetBSD.org@localhost
> State-Changed-When: Tue, 07 May 2024 21:20:29 +0000
I tested on a Pi0W running 10.0 with the new t_fpclassify program.
Old:
tp-start: 1715192221.271247, ./t_fpclassify, 2
tc-start: 1715192221.272143, fpclassify_double
tc-end: 1715192221.327241, fpclassify_double, failed,
/usr/src/tests/lib/libc/gen/t_fpclassify.c:117: fpclassify(d1) !=
FP_SUBNORMAL
tc-start: 1715192221.340711, fpclassify_float
tc-end: 1715192221.394704, fpclassify_float, failed,
/usr/src/tests/lib/libc/gen/t_fpclassify.c:73: fpclassify(d1) !=
FP_SUBNORMAL
tp-end: 1715192221.406877, ./t_fpclassify
info: time.end, Wed May 8 18:17:01 UTC 2024
Old:
tp-start: 1715192203.306604, ./t_fpclassify, 3
tc-start: 1715192203.306762, fpclassify_double
tc-end: 1715192203.362100, fpclassify_double, failed,
/usr/src/tests/lib/libc/gen/t_fpclassify.c:117: fpclassify(d1) !=
FP_SUBNORMAL
tc-start: 1715192203.375191, fpclassify_float
tc-end: 1715192203.432057, fpclassify_float, failed,
/usr/src/tests/lib/libc/gen/t_fpclassify.c:73: fpclassify(d1) !=
FP_SUBNORMAL
tc-start: 1715192203.450880, fpclassify_long_double
tc-end: 1715192203.506208, fpclassify_long_double, failed,
/usr/src/tests/lib/libc/gen/t_fpclassify.c:161: fpclassify(d1) !=
FP_SUBNORMAL
tp-end: 1715192203.535430, ./t_fpclassify
info: time.end, Wed May 8 18:16:43 UTC 2024
The long double test now runs. I will file a new PR against the
FP_SUBNORMAL results, as suggested.
OK to close this.
Home |
Main Index |
Thread Index |
Old Index