summaryrefslogtreecommitdiff
path: root/compiler-rt/test/profile/Linux/coverage_test.cpp
AgeCommit message (Collapse)Author
2020-12-10[test] Fix compiler-rt/test/profile/coverage_emptylines.cpp if the build ↵Fangrui Song
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.
2017-09-19[profile] Update Linux-only tests after r313597Vedant Kumar
Addresses bot failure: http://lab.llvm.org:8011/builders/clang-ppc64le-linux/builds/9803 llvm-svn: 313602
2017-08-14[llvm-cov] Fix compiler-rt tests failing in build bots after rL310827.Sean Eveson
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-04coverage: Update tests to reflect changes from r310012Vedant Kumar
llvm-svn: 310015
2016-08-09[test] Update coverage tests to sync up with r278152Vedant Kumar
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-02-28Test cleanupsXinliang David Li
llvm-svn: 262162
2016-02-18Add test coverage for default linkerXinliang David Li
llvm-svn: 261261
2016-02-10Rollback 260394 -- 32bit test needs more config supportXinliang David Li
llvm-svn: 260402
2016-02-10Add tests for -m32Xinliang David Li
llvm-svn: 260394
2016-01-14[Coverage] add test cases for coverage testingXinliang David Li
1. One test covering coverage-mapping interfaction with linker GC 2. one test covering coverage-mapping with shared libaries llvm-svn: 257782