summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/ExampleTests/TclTest
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-26 22:58:23 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-26 22:58:23 +0000
commitea21448978477fb95d3326d74db15f9ea63cfedc (patch)
tree551cef79f043d817d3a5750e20a2a99b68bdd86e /llvm/utils/lit/ExampleTests/TclTest
parentac6216d84c0a062d9c6efd38a515a3b10dfea788 (diff)
downloadbcm5719-llvm-ea21448978477fb95d3326d74db15f9ea63cfedc.tar.gz
bcm5719-llvm-ea21448978477fb95d3326d74db15f9ea63cfedc.zip
lit: Sink code into a 'lit' package.
llvm-svn: 92168
Diffstat (limited to 'llvm/utils/lit/ExampleTests/TclTest')
-rw-r--r--llvm/utils/lit/ExampleTests/TclTest/lit.local.cfg5
-rw-r--r--llvm/utils/lit/ExampleTests/TclTest/stderr-pipe.ll1
-rw-r--r--llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll7
3 files changed, 0 insertions, 13 deletions
diff --git a/llvm/utils/lit/ExampleTests/TclTest/lit.local.cfg b/llvm/utils/lit/ExampleTests/TclTest/lit.local.cfg
deleted file mode 100644
index 6a37129acdf..00000000000
--- a/llvm/utils/lit/ExampleTests/TclTest/lit.local.cfg
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- Python -*-
-
-config.test_format = lit.formats.TclTest()
-
-config.suffixes = ['.ll']
diff --git a/llvm/utils/lit/ExampleTests/TclTest/stderr-pipe.ll b/llvm/utils/lit/ExampleTests/TclTest/stderr-pipe.ll
deleted file mode 100644
index 6c55fe8a0b1..00000000000
--- a/llvm/utils/lit/ExampleTests/TclTest/stderr-pipe.ll
+++ /dev/null
@@ -1 +0,0 @@
-; RUN: gcc -### > /dev/null |& grep {gcc version}
diff --git a/llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll b/llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll
deleted file mode 100644
index 61240ba4594..00000000000
--- a/llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: echo 'hi' > %t.1 | echo 'hello' > %t.2
-; RUN: not grep 'hi' %t.1
-; RUN: grep 'hello' %t.2
-
-
-
-
OpenPOWER on IntegriCloud