-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Many tests broken on Windows #592
Milestone
Comments
Thanks, Sean. I'll try to dig over this week.
…On Tue, Dec 12, 2017 at 2:25 PM, seantalts ***@***.***> wrote:
Summary:
I was finally getting around to making Jenkins run the CmdStan tests on
Windows as well (on @sakrejda <https://github.com/sakrejda>'s suggestion)
and found that actually CmdStan tests are mostly broken on windows:
[----------] Global test environment tear-down
[==========] 16 tests from 1 test case ran. (508 ms total)
[ PASSED ] 1 test.
[ FAILED ] 15 tests, listed below:
[ FAILED ] StanUiCommand.printReallyPrints
[ FAILED ] StanUiCommand.refresh_zero_ok
[ FAILED ] StanUiCommand.refresh_nonzero_ok
[ FAILED ] StanUiCommand.zero_init_value_fail
[ FAILED ] StanUiCommand.zero_init_domain_fail
[ FAILED ] StanUiCommand.user_init_value_fail
[ FAILED ] StanUiCommand.user_init_domain_fail
[ FAILED ] StanUiCommand.CheckCommand_default
[ FAILED ] StanUiCommand.CheckCommand_help
[ FAILED ] StanUiCommand.CheckCommand_unrecognized_argument
[ FAILED ] StanUiCommand.timing_info
[ FAILED ] StanUiCommand.run_info
[ FAILED ] StanUiCommand.random_seed_default
[ FAILED ] StanUiCommand.random_seed_specified_same
[ FAILED ] StanUiCommand.random_seed_specified_different
You can see more info in a log here: http://d1m1s1b1.stat.columbia.
edu:8080/job/CmdStan/job/PR-591/17/execution/node/57/log/ but I also
verified on the Windows machine manually.
Current Version:
v2.17.0
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#592>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZ_F1b_2BiQKqyyb9rJviNQsh874O9hks5s_tNEgaJpZM4Q_gTX>
.
|
Woops, I think it was on your suggestion that I did the above, my bad. Gmail tends to get the authors wrong in the emails from git/discourse and it slipped by me. |
No worries... credit doesn't really matter for suggesting things. Doing them matters. (I didn't really want to suggest it -- I don't like making work for other people.) |
✋ thanks again! happy this is all working now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary:
I was finally getting around to making Jenkins run the CmdStan tests on Windows as well (on @sakrejda's suggestion) and found that actually CmdStan tests are mostly broken on windows:
[----------] Global test environment tear-down
[==========] 16 tests from 1 test case ran. (508 ms total)
[ PASSED ] 1 test.
[ FAILED ] 15 tests, listed below:
[ FAILED ] StanUiCommand.printReallyPrints
[ FAILED ] StanUiCommand.refresh_zero_ok
[ FAILED ] StanUiCommand.refresh_nonzero_ok
[ FAILED ] StanUiCommand.zero_init_value_fail
[ FAILED ] StanUiCommand.zero_init_domain_fail
[ FAILED ] StanUiCommand.user_init_value_fail
[ FAILED ] StanUiCommand.user_init_domain_fail
[ FAILED ] StanUiCommand.CheckCommand_default
[ FAILED ] StanUiCommand.CheckCommand_help
[ FAILED ] StanUiCommand.CheckCommand_unrecognized_argument
[ FAILED ] StanUiCommand.timing_info
[ FAILED ] StanUiCommand.run_info
[ FAILED ] StanUiCommand.random_seed_default
[ FAILED ] StanUiCommand.random_seed_specified_same
[ FAILED ] StanUiCommand.random_seed_specified_different
You can see more info in a log here: http://d1m1s1b1.stat.columbia.edu:8080/job/CmdStan/job/PR-591/17/execution/node/57/log/ but I also verified on the Windows machine manually.
Current Version:
v2.17.0
The text was updated successfully, but these errors were encountered: