diff options
author | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-10-12 18:52:18 +0000 |
---|---|---|
committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-10-12 18:52:18 +0000 |
commit | f6210fc24f2160fa36e8980e74418ff7535e4b9f (patch) | |
tree | 6a9972c1e4dd8bb09730845d020a5fbe02d84e31 /llvm/utils/lit/tests/Inputs/shtest-shell | |
parent | b3f157a90087858fb45de4ecdafcae9d4246fb62 (diff) | |
download | bcm5719-llvm-f6210fc24f2160fa36e8980e74418ff7535e4b9f.tar.gz bcm5719-llvm-f6210fc24f2160fa36e8980e74418ff7535e4b9f.zip |
Revert r374650: "Reland r374390: [lit] Extend internal diff to support `-` argument"
This series of patches still breaks a Windows bot.
llvm-svn: 374681
Diffstat (limited to 'llvm/utils/lit/tests/Inputs/shtest-shell')
4 files changed, 0 insertions, 20 deletions
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt index 044908f7725..d8b9718a099 100644 --- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt +++ b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt @@ -5,11 +5,5 @@ # RUN: diff -u diff-in.utf8 diff-in.bin && false || true # RUN: diff -u diff-in.bin diff-in.utf8 && false || true -# RUN: cat diff-in.bin | diff -u - diff-in.bin -# RUN: cat diff-in.bin | diff -u diff-in.bin - -# RUN: cat diff-in.bin | diff -u diff-in.utf16 - && false || true -# RUN: cat diff-in.bin | diff -u diff-in.utf8 - && false || true -# RUN: cat diff-in.bin | diff -u - diff-in.utf8 && false || true - # Fail so lit will print output. # RUN: false diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt index 0bd73a86251..ce0abca1661 100644 --- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt +++ b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt @@ -5,16 +5,6 @@ # RUN: diff %t.foo %t.foo | FileCheck -allow-empty -check-prefix=EMPTY %s # RUN: diff -u %t.foo %t.bar | FileCheck %s && false || true -# Check input pipe. -# RUN: echo foo | diff -u - %t.foo -# RUN: echo foo | diff -u %t.foo - -# RUN: echo bar | diff -u %t.foo - && false || true -# RUN: echo bar | diff -u - %t.foo && false || true - -# Check output and input pipes at the same time. -# RUN: echo foo | diff - %t.foo | FileCheck -allow-empty -check-prefix=EMPTY %s -# RUN: echo bar | diff -u %t.foo - | FileCheck %s && false || true - # Fail so lit will print output. # RUN: false diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-7.txt b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-7.txt deleted file mode 100644 index 08c50447a97..00000000000 --- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-7.txt +++ /dev/null @@ -1,2 +0,0 @@ -# diff -r currently cannot handle stdin. -# RUN: diff -r - %t diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-8.txt b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-8.txt deleted file mode 100644 index 26361a91e89..00000000000 --- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-8.txt +++ /dev/null @@ -1,2 +0,0 @@ -# diff -r currently cannot handle stdin. -# RUN: diff -r %t - |