summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/Linux/coverage_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [profile] Update Linux-only tests after r313597Vedant Kumar2017-09-191-1/+1
| | | | | | | Addresses bot failure: http://lab.llvm.org:8011/builders/clang-ppc64le-linux/builds/9803 llvm-svn: 313602
* [llvm-cov] Fix compiler-rt tests failing in build bots after rL310827.Sean Eveson2017-08-141-3/+3
| | | | | | | The compiler-rt tests used llvm-cov with -filename-equivelence, which was replaced with the new option -path-equivalence in rL310827. llvm-svn: 310836
* coverage: Update tests to reflect changes from r310012Vedant Kumar2017-08-041-1/+1
| | | | llvm-svn: 310015
* [test] Update coverage tests to sync up with r278152Vedant Kumar2016-08-091-13/+13
| | | | | | | | | | 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
* Test cleanupsXinliang David Li2016-02-281-4/+4
| | | | llvm-svn: 262162
* Add test coverage for default linkerXinliang David Li2016-02-181-4/+11
| | | | llvm-svn: 261261
* Rollback 260394 -- 32bit test needs more config supportXinliang David Li2016-02-101-6/+1
| | | | llvm-svn: 260402
* Add tests for -m32Xinliang David Li2016-02-101-1/+6
| | | | llvm-svn: 260394
* [Coverage] add test cases for coverage testingXinliang David Li2016-01-141-0/+28
1. One test covering coverage-mapping interfaction with linker GC 2. one test covering coverage-mapping with shared libaries llvm-svn: 257782
OpenPOWER on IntegriCloud