Closed p5pRT closed 21 years ago
Same reasons as reported before.
Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- lib/complex.t 1018 1 0.10% 1010 lib/peek.t 17 1 5.88% 12 5 tests and 78 subtests skipped. Failed 2/249 test scripts\, 99.20% okay. 2/11110 subtests failed\, 99.98% okay.
With no 64bit flags turned on\, or with just -Duse64bitints\, all test succeed. With -Duselongdouble\, or -Dusemorebits\, the tests fail.
On Thu\, Aug 17\, 2000 at 06:44:12PM -0000\, abigail@foad.org wrote:
This is a build failure report for perl from abigail@foad.org\, generated with the help of perlbug 1.31 running under perl v5.7.0.
----------------------------------------------------------------- [Please enter your report here]
Same reasons as reported before.
Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- lib/complex.t 1018 1 0.10% 1010 lib/peek.t 17 1 5.88% 12
I think I fixed these now.
The first one was a long double that when printed (with %llg) looked like 2\, but int() of it was 1\, so it must be something like 1.999...999.
The second one was due to the dump routine printing a long double using %f\, not %llf.
Migrated from rt.perl.org#3733 (status was 'resolved')
Searchable as RT3733$