-
Using lcov we see for things like
`IF VAR = 0 OR > 10` also a partial coverage = if only one of those branches were taken.
Same for `IF SOMETHING` and the condition was always true (= the block n…
-
It appears that our test coverage reports are overly optimistic: they report certain lines as hit, but the lines are actually not hit. We initially thought this was an [issue in lcov](https://github.c…
-
WIth defaul options the hit counts for inline functions (or class methods defined in headers) are usually inacurrate. This usually happens when a function is referred by more than one module, all bein…
-
```
brew install riscv-tools
[...]
==> Installing riscv-software-src/riscv/riscv-tools dependency: riscv-softw
==> git submodule update --init --recursive newlib
==> git submodule update --init -…
-
-
I've chosen a minimal project with cmake to demonstrate this.
My Host is a debian bookworm, however in ubuntu docker containers clang-16 has shown similar behaviour.
The version of the compiler:
…
-
Gcov and Clang versions are on old versions.
Need to update to latest.
msaju updated
3 years ago
-
```
ip-172-31-0-57 (pid 17793) - 2017-03-10 21:16:37 - ETL Loop Test - "gcov_to_es.py:66" (process) - yzkn5tnnQDOroxwkcbdCKw: 63 artifacts
ip-172-31-0-57 (pid 17793) - 2017-03-10 21:16:37 - ETL Lo…
-
When compiling code with `-fprofile-arcs` clang encodes full .gcda file path based on the object file path. In some cases this is infeasible, as the compilation directory may have extra long prefix, w…
-
| | |
| --- | --- |
| Bugzilla Link | [33326](https://llvm.org/bz33326) |
| Version | unspecified |
| OS | All |
| CC | @bogner,@rupprecht,@sylvestre |
## Extended Description
See the '--intermedi…