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

CTest failed for Clang build #282

Open
quazirafi opened this issue Dec 26, 2022 · 0 comments
Open

CTest failed for Clang build #282

quazirafi opened this issue Dec 26, 2022 · 0 comments

Comments

@quazirafi
Copy link
Contributor

The CTest is failing because of line 56 at file tests/pluginplay/detail_/any_wrapper.cpp.

ERROR MESSAGE

test 1
Start 1: test_pluginplay

1: Test command: /home/runner/work/PluginPlay/PluginPlay/build/test_pluginplay
1: Working Directory: /home/runner/work/PluginPlay/PluginPlay/build
1: Test timeout computed to be: 1500
1:
1: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1: test_pluginplay is a Catch v2.13.8 host application.
1: Run with -? for options
1:
1: -------------------------------------------------------------------------------
1: AnyWrapper(move)
1: str
1: -------------------------------------------------------------------------------
1: /home/runner/work/PluginPlay/PluginPlay/tests/pluginplay/detail_/any_wrapper.cpp:52
1: ...............................................................................
1:
1: /home/runner/work/PluginPlay/PluginPlay/tests/pluginplay/detail_/any_wrapper.cpp:56: FAILED:
1: REQUIRE( ss.str() == w.str() )
1: with expansion:
1: "[1.1, 2.2, 3.3]"
1: ==
1: "<St6vectorIdSaIdEE 0x5632e908e8a0>"
1:
1: ===============================================================================
1: test cases: 276 | 275 passed | 1 failed
1: assertions: 2826 | 2825 passed | 1 failed
1:
1/1 Test #1: test_pluginplay ..................***Failed 0.51 sec

0% tests passed, 1 tests failed out of 1

Errors while running CTest
Output from these tests are in: /home/runner/work/PluginPlay/PluginPlay/build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
Total Test time (real) = 0.54 sec

The following tests FAILED:
1 - test_pluginplay (Failed)
Error: Process completed with exit code 8.

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