Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cos() test fails (with -Duselongdouble perl) #38

Open
eserte opened this issue Nov 1, 2024 · 1 comment
Open

cos() test fails (with -Duselongdouble perl) #38

eserte opened this issue Nov 1, 2024 · 1 comment

Comments

@eserte
Copy link

eserte commented Nov 1, 2024

The test suite fails on some of my systems:

#   Failed test 'cos($angle1) = 0 (overloaded 'cos')'
#   at t/overload.t line 55.
#          got: '-0.0'
#     expected: '0.0'
# Looks like you failed 1 test of 40.
t/overload.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/40 subtests 

This seems to happen with perls compiled with -Duselongdouble (seen on linux & freebsd, both amd64/x86_64 and arm64).

@mjohnson108
Copy link
Contributor

Well that's ironic, I try to fix one failing test and end up creating another.
I'll wait for more results to come in then I will fix this and anything else that appears.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants