[compiler-rt] [llvm] [Coverage] Ignore unused functions if the count is 0. (PR #107661)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 9 13:13:10 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `premerge-monolithic-linux` running on `premerge-linux-1` while building `compiler-rt,llvm` at step 7 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/153/builds/8314
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM-Unit :: ProfileData/./ProfileDataTests/23/58' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/build/buildbot/premerge-monolithic-linux/build/unittests/ProfileData/./ProfileDataTests-LLVM-Unit-115007-23-58.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=58 GTEST_SHARD_INDEX=23 /build/buildbot/premerge-monolithic-linux/build/unittests/ProfileData/./ProfileDataTests
--
Script:
--
/build/buildbot/premerge-monolithic-linux/build/unittests/ProfileData/./ProfileDataTests --gtest_filter=ParameterizedCovMapTest/CoverageMappingTest.uncovered_function/2
--
/build/buildbot/premerge-monolithic-linux/llvm-project/llvm/unittests/ProfileData/CoverageMappingTest.cpp:746: Failure
Expected equality of these values:
2U
Which is: 2
Segments.size()
Which is: 0
/build/buildbot/premerge-monolithic-linux/llvm-project/llvm/unittests/ProfileData/CoverageMappingTest.cpp:746
Expected equality of these values:
2U
Which is: 2
Segments.size()
Which is: 0
********************
```
</details>
https://github.com/llvm/llvm-project/pull/107661
More information about the llvm-commits
mailing list