diff options
| author | Adrian Prantl <aprantl@apple.com> | 2019-10-09 17:35:43 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2019-10-09 17:35:43 +0000 |
| commit | 0115c10328281567391855766fef8fbe57a1d4cc (patch) | |
| tree | f5c3232c37e50caaf5a2043e22fcebccee668bdd /lldb/test/Shell/Host | |
| parent | 44e988ab14cb387eddfeacd1493792a6aa6aee81 (diff) | |
| download | bcm5719-llvm-0115c10328281567391855766fef8fbe57a1d4cc.tar.gz bcm5719-llvm-0115c10328281567391855766fef8fbe57a1d4cc.zip | |
Revert [test] Split LLDB tests into API, Shell & Unit
as it appears to have broken check-lldb.
This reverts r374184 (git commit 22314179f0660c172514b397060fd8f34b586e82)
llvm-svn: 374187
Diffstat (limited to 'lldb/test/Shell/Host')
| -rw-r--r-- | lldb/test/Shell/Host/Inputs/simple.c | 1 | ||||
| -rw-r--r-- | lldb/test/Shell/Host/TestCustomShell.test | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/lldb/test/Shell/Host/Inputs/simple.c b/lldb/test/Shell/Host/Inputs/simple.c deleted file mode 100644 index 06e216a2fde..00000000000 --- a/lldb/test/Shell/Host/Inputs/simple.c +++ /dev/null @@ -1 +0,0 @@ -int main(int argc, char const *argv[]) { return 0; } diff --git a/lldb/test/Shell/Host/TestCustomShell.test b/lldb/test/Shell/Host/TestCustomShell.test deleted file mode 100644 index 97511eb7948..00000000000 --- a/lldb/test/Shell/Host/TestCustomShell.test +++ /dev/null @@ -1,12 +0,0 @@ -# This test applies to POSIX. -# UNSUPPORTED: system-windows - -# FIXME: ShellExpandArguments is unimplemented on Linux. -# UNSUPPORTED: system-linux - -# RUN: %clang %S/Inputs/simple.c -g -o %t.out -# RUN: SHELL=bogus %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s --check-prefix ERROR -# RUN: env -i %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s - -# ERROR: error: shell expansion failed -# CHECK-NOT: error: shell expansion failed |

