[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 11:18:41 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-nvptx-nvidia-ubuntu` running on `as-builder-7` while building `compiler-rt,llvm` at step 6 "test-build-unified-tree-check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/180/builds/4778
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-llvm) failure: test (failure)
******************** TEST 'LLVM-Unit :: ProfileData/./ProfileDataTests/137/231' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/buildbot/worker/as-builder-7/ramdisk/llvm-nvptx-nvidia-ubuntu/build/unittests/ProfileData/./ProfileDataTests-LLVM-Unit-1740620-137-231.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=231 GTEST_SHARD_INDEX=137 /home/buildbot/worker/as-builder-7/ramdisk/llvm-nvptx-nvidia-ubuntu/build/unittests/ProfileData/./ProfileDataTests
--
Script:
--
/home/buildbot/worker/as-builder-7/ramdisk/llvm-nvptx-nvidia-ubuntu/build/unittests/ProfileData/./ProfileDataTests --gtest_filter=ParameterizedCovMapTest/CoverageMappingTest.uncovered_function/0
--
/home/buildbot/worker/as-builder-7/ramdisk/llvm-nvptx-nvidia-ubuntu/llvm-project/llvm/unittests/ProfileData/CoverageMappingTest.cpp:746: Failure
Expected equality of these values:
2U
Which is: 2
Segments.size()
Which is: 0
/home/buildbot/worker/as-builder-7/ramdisk/llvm-nvptx-nvidia-ubuntu/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