Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm/test/Other/llvm-cov.test: It requires +Asserts to let XFAILed. | NAKAMURA Takumi | 2013-07-08 | 1 | -0/+1 |
| | | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185799 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | (1) Add ".test" to test/Other/lit.local.cfg, so llvm-cov.test is actually run. | Matt Beaumont-Gay | 2013-07-01 | 1 | -2/+2 |
| | | | | | | | | | (2) Rename llvm-cov test inputs so the string "llvm-cov" doesn't get substituted by lit within the input filenames on the RUN line. (3) XFAIL llvm-cov.test because it asserts: include/llvm/ADT/SmallVector.h:140: reference llvm::SmallVectorTemplateCommon<llvm::GCOVBlock *, void>::operator[](unsigned int) [T = llvm::GCOVBlock *]: Assertion `begin() + idx < end()' failed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185358 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Don't do actual work inside an assert statement. Fixes PR11760! | Nick Lewycky | 2012-09-23 | 1 | -0/+3 |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164474 91177308-0d34-0410-b5e6-96231b3b80d8 |