Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "Add tests for coverage mapping generation." | Justin Bogner | 2014-08-09 | 27 | -1162/+0 | |
| | | | | | | | | | | | | | | | I reverted one of the added tests from r215261 in r215274, since it was failing on quite a few bots. It looks like this wasn't sufficient, as we're still getting failures on windows, like the following: http://bb.pgr.jp/builders/ninja-x64-msvc-RA-centos6/builds/5378 I'm reverting this entire commit so the bots aren't blocked on these failures. This reverts commit r215261. llvm-svn: 215278 | |||||
* | Revert a failing test from r215261 | Justin Bogner | 2014-08-09 | 1 | -71/+0 | |
| | | | | | | | The (new) CoverageMapping/macroparams.c test is failing on a number of buildbots. Reverting it until Alex can investigate and fix the test. llvm-svn: 215274 | |||||
* | Add tests for coverage mapping generation. | Alex Lorenz | 2014-08-08 | 28 | -0/+1233 | |
This patch adds the tests for the coverage mapping generation. Most of the tests check the mapping regions produced by the generator, and one checks the llvm IR. Differential Revision: http://reviews.llvm.org/D4793 llvm-svn: 215261 |