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

Tests on OSX? #2257

Open
sphaero opened this issue Jan 27, 2023 · 1 comment
Open

Tests on OSX? #2257

sphaero opened this issue Jan 27, 2023 · 1 comment

Comments

@sphaero
Copy link
Contributor

sphaero commented Jan 27, 2023

Is it me or are tests not running on OSX?

Going through the history of actions I can find successful actions for OSX but they don't seem to run any tests:

Last successful test on OSX was: https://github.com/zeromq/czmq/actions/runs/3630043596/jobs/6122936593

/Applications/Xcode_14.0.1.app/Contents/Developer/usr/bin/make  check-TESTS check-local
============================================================================
Testsuite summary for czmq 4.2.2
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Nothing to be done for `check-local'.

Latest PR just freezes: https://github.com/zeromq/czmq/actions/runs/4020008389/jobs/6907477672

/Applications/Xcode_14.2.app/Contents/Developer/usr/bin/make  check-TESTS check-local
============================================================================
Testsuite summary for czmq 4.2.2
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
rm -rf "src/selftest-rw"
mkdir -p "src/selftest-rw"
   COPYDIR  src/selftest-ro
make[3]: Circular src/selftest-ro <- src/selftest-ro dependency dropped.
/bin/sh ./libtool --mode=execute ./src/czmq_selftest
Error: The operation was canceled.

I puzzled by why the test gives no output at all. I have a remote OSX 10.15 system on which tests do run.

@sphaero
Copy link
Contributor Author

sphaero commented Feb 28, 2023

This must something specific to the newer OSX runners. Any OSX gurus out here?

Last successful run was on Jan 26. But I don't think it was running any test, just a build.

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