summaryrefslogtreecommitdiff
path: root/compiler-rt/test/profile/Linux/coverage_dtor.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-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
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-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-02-08[PGO] Simpflify test and increase coverageXinliang David Li
llvm-svn: 260142
2016-02-07Test update : tighten up checksXinliang David Li
llvm-svn: 260052
2016-02-07Revert 260050 -- new test case should not be includedXinliang David Li
llvm-svn: 260051
2016-02-07Test update : tighten up checksXinliang David Li
llvm-svn: 260050
2016-02-07Add coverage tests (defaulted constructors/destructor)Xinliang David Li
llvm-svn: 260041