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

pmacros_test fails #94

Closed
dabaci opened this issue Sep 2, 2021 · 3 comments
Closed

pmacros_test fails #94

dabaci opened this issue Sep 2, 2021 · 3 comments

Comments

@dabaci
Copy link

dabaci commented Sep 2, 2021

After building runnign ctest in plibsys-build, the pmacros_test failed. Running ctest --rerun-failed --output-on-failure outputs

Test project /path/to/plibsys-build
    Start 11: pmacros_test
1/1 Test #11: pmacros_test .....................***Failed    0.00 sec
Running test case: pmacros_general_test
/path/to/plibsys/tests/pmacros_test.cpp:326: check failed
** Warning: Test warning output **
** Error: Test error output **
** Debug: Test debug output **
** Debug: Likely condition triggered **
Test failed


0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.01 sec

The following tests FAILED:
	 11 - pmacros_test (Failed)
Errors while running CTest

I am on an M1 MacBook Pro.

@dabaci
Copy link
Author

dabaci commented Sep 2, 2021

I took a look at ptest_macros.cpp, and I believe the error is happening because the test does not check for ARM architecture on computers running macOS (see line 325).

@saprykin
Copy link
Owner

This is indeed something new

@saprykin
Copy link
Owner

Should be fixed in 6301fbb.

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

2 participants