llvm-project/llvm/test/tools/sancov
Mike Aizatsky 392caa538d [sancov] introducing symbolized coverage files (.symcov)
Summary:
Answering any meaningful questions about .sancov files requires
accessing symbol information from the corresponding binary.

This change introduces a separate intermediate data structure and
format: symbolized coverage. It contains all symbol information that
is required to answer common queries:
- merging
- coverd/uncovered files and functions
- line status.

Also removing the html report functionality from sancov: generated
HTML files are too huge, and a different approach is required.
Maintaining this half-working approach in the C++ is painful.

Differential Revision: https://reviews.llvm.org/D24947

llvm-svn: 282639
2016-09-28 21:39:28 +00:00
..
AArch64 [sancov] extracting AArch64 test to a separate file. 2016-08-15 22:30:37 +00:00
Inputs [sancov] introducing symbolized coverage files (.symcov) 2016-09-28 21:39:28 +00:00
blacklist.test [sancov] Revert r271695 which broke all of the PPC bots. 2016-06-04 03:28:27 +00:00
covered_functions.test [sancov] Revert r271695 which broke all of the PPC bots. 2016-06-04 03:28:27 +00:00
lit.local.cfg [sancov] Disable these tests if there is no X86 backend 2016-06-03 18:07:32 +00:00
merge.test [sancov] introducing symbolized coverage files (.symcov) 2016-09-28 21:39:28 +00:00
not_covered_functions.test [sancov] Revert r271695 which broke all of the PPC bots. 2016-06-04 03:28:27 +00:00
print.test Disable sancov tests failing due to apparent endianness issues 2016-08-10 20:11:35 +00:00
print_coverage_pcs.test [sancov] extracting AArch64 test to a separate file. 2016-08-15 22:30:37 +00:00
stats.test Disable sancov tests failing due to apparent endianness issues 2016-08-10 20:11:35 +00:00
symbolize.test [sancov] introducing symbolized coverage files (.symcov) 2016-09-28 21:39:28 +00:00