Fangrui Song
f23fae29eb
[test] Fix compiler-rt/test/profile/coverage_emptylines.cpp if the build directory is under /tmp
...
llvm-cov -path-equivalence=/tmp,... is used by some checked-in coverage mapping
files where the original filename is under /tmp. If the test itself produces the
coverage mapping file, there is no need for /tmp.
For coverage_emptylines.cpp: the source filename is under the build directory.
If the build directory is under /tmp, the path mapping will make
llvm-cov fail to find the file.
2020-12-10 16:57:10 -08:00
Vedant Kumar
648752ab14
[profile] Update Linux-only tests after r313597
...
Addresses bot failure:
http://lab.llvm.org:8011/builders/clang-ppc64le-linux/builds/9803
llvm-svn: 313602
2017-09-19 00:15:18 +00:00
Sean Eveson
cf9525eac2
[llvm-cov] Fix compiler-rt tests failing in build bots after rL310827.
...
The compiler-rt tests used llvm-cov with -filename-equivelence, which was
replaced with the new option -path-equivalence in rL310827.
llvm-svn: 310836
2017-08-14 12:43:05 +00:00
Vedant Kumar
696e3847dd
coverage: Update tests to reflect changes from r310012
...
llvm-svn: 310015
2017-08-04 01:22:19 +00:00
Vedant Kumar
5e3c5e8065
[test] Update coverage tests to sync up with r278152
...
This should fix the following bot failure:
http://lab.llvm.org:8011/builders/clang-ppc64le-linux/builds/6522
Patch by Ying Yi!
llvm-svn: 278164
2016-08-09 21:04:22 +00:00
Xinliang David Li
80d4b898d1
Test cleanups
...
llvm-svn: 262162
2016-02-28 00:54:28 +00:00
Xinliang David Li
0fc35d0a42
Add test coverage for default linker
...
llvm-svn: 261261
2016-02-18 21:11:37 +00:00
Xinliang David Li
00ec96b5a0
Rollback 260394 -- 32bit test needs more config support
...
llvm-svn: 260402
2016-02-10 18:38:27 +00:00
Xinliang David Li
ee195caf66
Add tests for -m32
...
llvm-svn: 260394
2016-02-10 17:57:55 +00:00
Xinliang David Li
944cd4d318
[Coverage] add test cases for coverage testing
...
1. One test covering coverage-mapping interfaction with linker GC
2. one test covering coverage-mapping with shared libaries
llvm-svn: 257782
2016-01-14 18:15:54 +00:00