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

'enum' test case failed #25

Closed
congv opened this issue Sep 16, 2022 · 2 comments
Closed

'enum' test case failed #25

congv opened this issue Sep 16, 2022 · 2 comments
Labels
info-needed Further information is requested

Comments

@congv
Copy link

congv commented Sep 16, 2022

Hi, I tried to install nlopt-f and ran the test and got the 'enum' test failed with the output like this:

ctest --rerun-failed --output-on-failure
Test project /Users/vanc2/projects/nlopt-f/_build
    Start 1: enum
1/1 Test #1: enum .............................***Failed    0.01 sec
# Testing: enum
  Starting result-string ... (1/4)
       ... result-string [PASSED]
  Starting algorithm-name ... (2/4)
       ... algorithm-name [FAILED]
  Message: Condition not fullfilled
  Starting algorithm-invalid ... (3/4)
       ... algorithm-invalid [PASSED]
  Starting algorithm-string ... (4/4)
       ... algorithm-string [PASSED]
1 test(s) failed!
ERROR STOP 1

Error termination. Backtrace:
#0  0x103a3341d
#1  0x103a340a5
#2  0x103a352ce
#3  0x1034ad779
#4  0x1034b72ee


0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.02 sec

The following tests FAILED:
	  1 - enum (Failed)
Errors while running CTest

Please help to fix it or lead me to fix it. Thanks!

@awvwgk
Copy link
Member

awvwgk commented Sep 21, 2022

Can you share more information on your setup, e.g. the output of the cmake configure step? The version number of nlopt and the used Fortran compiler would be important to reproduce and diagnose the issue.

@awvwgk awvwgk added the info-needed Further information is requested label Sep 21, 2022
@awvwgk
Copy link
Member

awvwgk commented Nov 10, 2022

Without further information there is not much I can do to help with this problem.

@awvwgk awvwgk closed this as not planned Won't fix, can't repro, duplicate, stale Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants