(1) Add ".test" to test/Other/lit.local.cfg, so llvm-cov.test is actually run.
authorMatt Beaumont-Gay <matthewbg@google.com>
Mon, 1 Jul 2013 18:58:53 +0000 (18:58 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Mon, 1 Jul 2013 18:58:53 +0000 (18:58 +0000)
commit1a84066b8c6e57d43309edc8cad2ca32acfbf836
treedc1a435344adfc76eae0ac18296cf7736b1de14b
parent40d0492cdea1023463a9902ee81b3c5251204039
(1) Add ".test" to test/Other/lit.local.cfg, so llvm-cov.test is actually run.
(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
test/Other/Inputs/llvm-cov.gcda [deleted file]
test/Other/Inputs/llvm-cov.gcno [deleted file]
test/Other/Inputs/llvm_cov.gcda [new file with mode: 0644]
test/Other/Inputs/llvm_cov.gcno [new file with mode: 0644]
test/Other/lit.local.cfg
test/Other/llvm-cov.test