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

C++ tests fail on Solaris #1257

Closed
clauswilke opened this issue Dec 2, 2020 · 1 comment
Closed

C++ tests fail on Solaris #1257

clauswilke opened this issue Dec 2, 2020 · 1 comment

Comments

@clauswilke
Copy link

C++ tests run via testthat::run_cpp_tests() appear to fail on Solaris. Here are three examples:

Note that the last one is for testthat itself.

@gaborcsardi
Copy link
Member

It seems that Catch is not enabled by default on Solaris, probably for a reason:

* 'testthat' is disabled on Solaris by default.

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
@hadley hadley closed this as completed in 6f652d8 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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants