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

Test failures on 32-bit architectures #29

Closed
sebastic opened this issue Jan 2, 2025 · 2 comments
Closed

Test failures on 32-bit architectures #29

sebastic opened this issue Jan 2, 2025 · 2 comments

Comments

@sebastic
Copy link
Contributor

sebastic commented Jan 2, 2025

The Debian package build on i386 failed to due test failures:

#   Failed test 'native complex mschur'
#   at ./t/common.pl line 10.
# got(PDL): 
# [
#  [0.366373539549749              0.72]
#  [                0 0.783626460450251]
# ]
# 
# expected:
# [
#  [0.36637354      -0.72]
#  [         0 0.78362646]
# ]
#   Failed test 'native complex mschur'
#   at ./t/common.pl line 11.
# got(PDL): 
# [
#  [0.366373539549749              0.72]
#  [                0 0.783626460450251]
# ]
# 
# expected:
# [
#  [0.36637354      -0.72]
#  [         0 0.78362646]
# ]
#   Failed test 'native complex mschur'
#   at ./t/common.pl line 12.
# got(PDL): 
# [
#  [0.366373539549749              0.72]
#  [                0 0.783626460450251]
# ]
# 
# expected:
# [
#  [0.36637354      -0.72]
#  [         0 0.78362646]
# ]
#   Failed test 'native complex mschur'
#   at ./t/common.pl line 13.
# got(PDL): 
# [
#  [0.366373539549749              0.72]
#  [                0 0.783626460450251]
# ]
# 
# expected:
# [
#  [0.36637354      -0.72]
#  [         0 0.78362646]
# ]
#   Failed test 'native complex mschur'
#   at ./t/common.pl line 14.
# got(PDL): 
# [
#  [0.366373539549749              0.72]
#  [                0 0.783626460450251]
# ]
# 
# expected:
# [
#  [0.36637354      -0.72]
#  [         0 0.78362646]
# ]
#   Failed test 'native complex mschur'
#   at ./t/common.pl line 15.
# got(PDL): 
# [
#  [0.366373539549749              0.72]
#  [                0 0.783626460450251]
# ]
# 
# expected:
# [
#  [0.36637354      -0.72]
#  [         0 0.78362646]
# ]
#   Failed test 'native complex mschur'
#   at ./t/common.pl line 16.
# got(PDL): 
# [
#  [0.366373539549749              0.72]
#  [                0 0.783626460450251]
# ]
# 
# expected:
# [
#  [0.36637354      -0.72]
#  [         0 0.78362646]
# ]
#   Failed test 'native complex mschur'
#   at ./t/common.pl line 17.
# got(PDL): 
# [
#  [0.366373539549749              0.72]
#  [                0 0.783626460450251]
# ]
# 
# expected:
# [
#  [0.36637354      -0.72]
#  [         0 0.78362646]
# ]
#   Failed test 'native complex mschur'
#   at ./t/common.pl line 18.
# got(PDL): 
# [
#  [0.366373539549749              0.72]
#  [                0 0.783626460450251]
# ]
# 
# expected:
# [
#  [0.36637354      -0.72]
#  [         0 0.78362646]
# ]
# Looks like you failed 9 tests of 245.

https://salsa.debian.org/perl-team/modules/packages/libpdl-linearalgebra-perl/-/jobs/6853615

@mohawk2
Copy link
Member

mohawk2 commented Jan 3, 2025

Thanks for the report! I've released 0.431 which can take either answer for native complex, which therefore should fix this. Could you close this if you agree?

@sebastic
Copy link
Contributor Author

sebastic commented Jan 4, 2025

Salsa CI job on i386 succeeded:

https://salsa.debian.org/perl-team/modules/packages/libpdl-linearalgebra-perl/-/jobs/6861993

@sebastic sebastic closed this as completed Jan 4, 2025
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