[llvm-bugs] [Bug 34277] New: llvm-cov: No way to exclude coverage in a line or part of code

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 22 02:19:26 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=34277

            Bug ID: 34277
           Summary: llvm-cov: No way to exclude coverage in a line or part
                    of code
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: dennis.felsing at sap.com
                CC: llvm-bugs at lists.llvm.org

Lcov support LCOV_EXCL_LINE and LCOV_EXCL_START / LCOV_EXCL_END in order to
exclude a part of the code from coverage. I couldn't find a similar mechanism
for llvm-cov. This can be useful when a bug in llvm-cov prevents you from
reaching an enforced 100% coverage.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170822/d17986cf/attachment-0001.html>


More information about the llvm-bugs mailing list