summaryrefslogtreecommitdiff
path: root/test/Other/lit.local.cfg
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2013-07-01 18:58:53 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2013-07-01 18:58:53 +0000
commit1a84066b8c6e57d43309edc8cad2ca32acfbf836 (patch)
treedc1a435344adfc76eae0ac18296cf7736b1de14b /test/Other/lit.local.cfg
parent40d0492cdea1023463a9902ee81b3c5251204039 (diff)
downloadllvm-1a84066b8c6e57d43309edc8cad2ca32acfbf836.tar.gz
llvm-1a84066b8c6e57d43309edc8cad2ca32acfbf836.tar.bz2
llvm-1a84066b8c6e57d43309edc8cad2ca32acfbf836.tar.xz
(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
Diffstat (limited to 'test/Other/lit.local.cfg')
-rw-r--r--test/Other/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/lit.local.cfg b/test/Other/lit.local.cfg
index 2693077242..67c7ec7743 100644
--- a/test/Other/lit.local.cfg
+++ b/test/Other/lit.local.cfg
@@ -1 +1 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.txt']
+config.suffixes = ['.ll', '.c', '.cpp', '.txt', '.test']