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 map, real128 fails on ppc #31

Open
barracuda156 opened this issue Apr 20, 2023 · 1 comment
Open

test map, real128 fails on ppc #31

barracuda156 opened this issue Apr 20, 2023 · 1 comment

Comments

@barracuda156
Copy link

This test fails on Darwin ppc with gfortran-12:

16/25 Testing: test_map
16/25 Test: test_map
Command: "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_fortran_functional-fortran/functional-fortran/work/build/bin/test_map"
Directory: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_fortran_functional-fortran/functional-fortran/work/build
"test_map" start time: Apr 20 10:42 CST
Output:
----------------------------------------------------------
test map,  int8                                                           : �[32mPASS�[0m
test map,  int16                                                          : �[32mPASS�[0m
test map,  int32                                                          : �[32mPASS�[0m
test map,  int64                                                          : �[32mPASS�[0m
test map,  real32                                                         : �[32mPASS�[0m
test map,  real64                                                         : �[32mPASS�[0m
test map,  real128                                                        : �[31mFAIL�[0m
test map,  complex real32                                                 : �[32mPASS�[0m
test map,  complex real64                                                 : �[32mPASS�[0m
test map,  complex real128                                                : �[32mPASS�[0m
Ran a total of  10 tests.
  9 tests PASSED,    1 tests FAILED.
STOP 1
<end of output>
Test time =   0.01 sec
----------------------------------------------------------
Test Failed.
"test_map" end time: Apr 20 10:42 CST
"test_map" time elapsed: 00:00:00
----------------------------------------------------------

Everything else passes.

@barracuda156
Copy link
Author

Unlike #19 changing optimization to -O2 does not help.

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

1 participant