Douglas Yung
578ce90635
[llvm-cov] Change test to use FileCheck instead of grep.
...
Reviewed by Paul Robinson
llvm-svn: 321888
2018-01-05 20:00:18 +00:00
Max Moroz
1ef3a778ac
[llvm-cov] Refactor "export" command implementation and add support for SOURCES.
...
Summary: Define an interface for Exporter + split JSON exporter into .h and .cpp.
Reviewers: vsk, morehouse
Reviewed By: vsk
Subscribers: llvm-commits, Dor1s, kcc
Differential Revision: https://reviews.llvm.org/D41600
llvm-svn: 321815
2018-01-04 19:33:29 +00:00
Max Moroz
43df793f5c
[llvm-cov] Reland sources-specified.test with addition of "-path-equivalence".
...
Summary: This version of tests should be working properly.
Reviewers: vsk
Reviewed By: vsk
Differential Revision: https://reviews.llvm.org/D38889
llvm-svn: 315714
2017-10-13 17:27:39 +00:00
Max Moroz
8ff311b54a
[llvm-cov] Temporary delete sources-specified.test, it is failing on some bots.
...
Summary: http://lab.llvm.org:8011/builders/clang-with-thin-lto-ubuntu/builds/5950/steps/test-stage1-compiler/logs/stdio
Reviewers: vsk, Dor1s
Reviewed By: Dor1s
Subscribers: mehdi_amini
Differential Revision: https://reviews.llvm.org/D38888
llvm-svn: 315693
2017-10-13 15:58:58 +00:00
Max Moroz
8bc53fd031
[llvm-cov] Fix sources-specified.test so it ignores the order of files printed.
...
Summary: https://reviews.llvm.org/D38884#896964
Reviewers: vsk, Dor1s
Reviewed By: Dor1s
Differential Revision: https://reviews.llvm.org/D38887
llvm-svn: 315691
2017-10-13 15:41:51 +00:00
Max Moroz
c5834e5e88
[llvm-cov] An attempt to fix sources_specified.test failing on some buildbots.
...
Summary: https://reviews.llvm.org/rL315685#115380
Reviewers: vsk, Dor1s
Reviewed By: Dor1s
Differential Revision: https://reviews.llvm.org/D38884
llvm-svn: 315687
2017-10-13 15:30:24 +00:00
Max Moroz
4a4bfa4e27
[llvm-cov] Generate "report" for given source paths if sources are specified.
...
Summary:
Documentation says that user can specify sources for both "show" and
"report" commands. "Show" command respects specified sources, but "report" does
not. It is useful to have both "show" and "report" generated for specified
sources. Also added tests to for both commands with sources specified.
Reviewers: vsk, kcc
Reviewed By: vsk
Differential Revision: https://reviews.llvm.org/D38860
llvm-svn: 315685
2017-10-13 14:44:51 +00:00