[PATCH] D96865: [Driver] Honor "-gdwarf-N" at any position for assembler sources
greg miller via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 19 13:07:59 PST 2021
gregmiller added a comment.
Hello,
We are seeing failures like below:
----------------------------------
Note: Google Test filter = ParameterizedCovMapTest/CoverageMappingTest.skip_duplicate_function_record/0
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from ParameterizedCovMapTest/CoverageMappingTest
[ RUN ] ParameterizedCovMapTest/CoverageMappingTest.skip_duplicate_function_record/0
/scratch/build_jenkins/workspace/Downstream_Changes/llvm_cgt/llvm-project/llvm/unittests/ProfileData/CoverageMappingTest.cpp:889: Failure
Expected: 3U
Which is: 3
To be equal to: NumFuncs
Which is: 5
[ FAILED ] ParameterizedCovMapTest/CoverageMappingTest.skip_duplicate_function_record/0, where GetParam() = (false, false) (0 ms)
Do you have any suggestions on why we would start seeing above failures after you commit? Was passing before.
Thanks
Greg
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96865/new/
https://reviews.llvm.org/D96865
More information about the cfe-commits
mailing list