develooper Front page | perl.perl5.porters | Postings from June 2019

[perl #134171] ext/POSIX/t/math.t failure

Thread Previous
From:
James E Keenan via RT
Date:
June 3, 2019 21:10
Subject:
[perl #134171] ext/POSIX/t/math.t failure
Message ID:
rt-4.0.24-29632-1559596199-121.134171-15-0@perl.org
On Mon, 03 Jun 2019 19:18:10 GMT, rares.aioanei@gmail.com wrote:
> Subject: ext/POSIX/t/math.t failure
> Message-Id: <5.30.0_11724_1559578277@openindiana>
> From: rares.aioanei@gmail.com
> Reply-To: rares.aioanei@gmail.com
> Cc: arares@openindiana.local
> To: perlbug@perl.org
> 
> 
> This is a bug report for perl from rares.aioanei@gmail.com,
> generated with the help of perlbug 1.41 running under perl 5.30.0.
> 
> 
> -----------------------------------------------------------------
> ext/POSIX/t/math.t fails on Solaris (OpenIndiana Hipster) with :
> 
> #   Failed test 'tanh(-1)'
> #   at t/math.t line 55.
> #     '0.761594155955765'
> #      <=
> #     '-0.76'
> 
> #   Failed test 'tanh(1) == -tanh(-1)'
> #   at t/math.t line 56.
> #       got: 0.761594155955765
> #     expected: -0.761594155955765
> 
> 

Are you in a position to run a test where you add the following option to Perl's ./Configure program?

#####
-Duse64bitall
#####

That is, configure and build like this:

#####
sh ./Configure -des -Dusedevel -Duse64bitall && make test_prep
#####

... and then run:

#####
cd t;./perl harness -v ../ext/POSIX/t/math.t;cd -
#####

I ask, because if the test in question PASSes when perl is configured with '-Duse64bitall', that would be consistent with some smoke test reports we have been receiving, e.g.,

http://perl5.test-smoke.org/report/88747
http://perl5.test-smoke.org/report/88826

Unfortunately, while we have been receiving these smoke-test reports, we haven't been in position to fully diagnose this on Solaris.

Thank you very much.

-- 
James E Keenan (jkeenan@cpan.org)

---
via perlbug:  queue: perl5 status: new
https://rt.perl.org/Ticket/Display.html?id=134171

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About