[llvm] r208234 - [Test] Remove c-index-test from the list of substitutions

Adam Nemet anemet at apple.com
Wed May 7 11:16:03 PDT 2014


Author: anemet
Date: Wed May  7 13:16:02 2014
New Revision: 208234

URL: http://llvm.org/viewvc/llvm-project?rev=208234&view=rev
Log:
[Test] Remove c-index-test from the list of substitutions

All the tests are under the clang tests and none should be under llvm moving
forward.

The topic was discussed in this thread:

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140428/214905.html

Modified:
    llvm/trunk/test/lit.cfg

Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=208234&r1=208233&r2=208234&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Wed May  7 13:16:02 2014
@@ -244,7 +244,6 @@ for pattern in [r"\bbugpoint\b(?!-)",
                 NOJUNK + r"\bopt\b",
                 r"\bFileCheck\b",
                 r"\bFileUpdate\b",
-                r"\bc-index-test\b",
                 r"\bobj2yaml\b",
                 r"\byaml2obj\b",
                 # Handle these specially as they are strings searched





More information about the llvm-commits mailing list