Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Clang coverage build fails for missing coverage data when testing coroutines with exception handling #230

Open
canepat opened this issue Feb 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@canepat
Copy link
Member

canepat commented Feb 7, 2022

Unit tests for code containing both coroutine calls activated by using asio::co_spawn and exception handling for such calls cause a problem in llvm-cov, which fails with

`Failed to load coverage: Malformed instrumentation profile data`

That's why unit tests for xxxRpcApi classes in commands package are missing or have been commented out.

@canepat canepat added the bug Something isn't working label Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant