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
C++ tests fail on Solaris #1257
Comments
It seems that Catch is not enabled by default on Solaris, probably for a reason: testthat/inst/include/testthat/testthat.h Line 14 in b684f1e
So you would need to skip or omit these test on Solaris, I am afraid. |
gaborcsardi
added a commit
that referenced
this issue
Dec 2, 2020
bitbacchus
added a commit
to r-spatialecology/spectre
that referenced
this issue
May 26, 2021
Due to problems with Solaris and testthat (r-lib/testthat#1257) the unit tests are excluded via compiler macros
bitbacchus
added a commit
to r-spatialecology/spectre
that referenced
this issue
May 26, 2021
Testthat (>= 3.0.2) skips C++ tests on Solaris because of r-lib/testthat#1257
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
C++ tests run via
testthat::run_cpp_tests()
appear to fail on Solaris. Here are three examples:https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/isoband-00check.html
https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/briskaR-00check.html
https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/testthat-00check.html
Note that the last one is for testthat itself.
The text was updated successfully, but these errors were encountered: