summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny.ornl@gmail.com>2018-05-30 21:07:27 +0000
committerJoel E. Denny <jdenny.ornl@gmail.com>2018-05-30 21:07:27 +0000
commit71792c741ecb7bbddd04d2bf5e5147d82479304a (patch)
tree4f45fde4c437fcd81f29ce52aa719b2c8a3e726d /llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell
parent75e87c3f2a6fe3c922023c2c07b7e6df1d8a5b56 (diff)
downloadbcm5719-llvm-71792c741ecb7bbddd04d2bf5e5147d82479304a.tar.gz
bcm5719-llvm-71792c741ecb7bbddd04d2bf5e5147d82479304a.zip
Revert r333584: [lit] Report line number for failed RUN command
It breaks test-suite. llvm-svn: 333592
Diffstat (limited to 'llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell')
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt3
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-continuation.txt11
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg2
3 files changed, 0 insertions, 16 deletions
diff --git a/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt b/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt
deleted file mode 100644
index ba2695431bd..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# RUN: true
-# RUN: false
-# RUN: true
diff --git a/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-continuation.txt b/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-continuation.txt
deleted file mode 100644
index 1e00bcb9616..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-continuation.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-# RUN: : first line continued \
-# RUN: to second line
-# RUN: echo 'foo bar' \
-# RUN: | FileCheck %s
-# RUN: echo \
-# RUN: 'foo baz' \
-# RUN: | FileCheck %s
-# RUN: echo 'foo bar' \
-# RUN: | FileCheck %s
-
-# CHECK: foo bar
diff --git a/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg b/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg
deleted file mode 100644
index b76b7a24c99..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-import lit.formats
-config.test_format = lit.formats.ShTest(execute_external=False)
OpenPOWER on IntegriCloud