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

Faulty plugin test fails in CMAKE_BUILD_TYPE=Coverage #7

Open
osrf-migration opened this issue Sep 9, 2019 · 0 comments
Open

Faulty plugin test fails in CMAKE_BUILD_TYPE=Coverage #7

osrf-migration opened this issue Sep 9, 2019 · 0 comments
Labels
bug Something isn't working tests Broken or missing tests / testing infra

Comments

@osrf-migration
Copy link

Original report (archived issue) by Michael Carroll (Bitbucket: Michael Carroll, GitHub: mjcarroll).


The integration test added to verify the behavior of backward-cpp stacktrace functionality fails when building in Coverage mode (impacting Bitbucket pipelines).

I can reproduce this locally as well where the test fails with a SIGABRT rather than a SIGSEGV as expected.

@azeey believes that it may be related to _gcov_flush not getting called correctly in the child process.

For now, the test is disabled when Coverage is used, but it would be nice to have it on for pipelines.

@osrf-migration osrf-migration added minor bug Something isn't working labels Apr 15, 2020
@chapulina chapulina added tests Broken or missing tests / testing infra and removed minor labels May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests Broken or missing tests / testing infra
Projects
None yet
Development

No branches or pull requests

2 participants