summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny.ornl@gmail.com>2019-10-12 18:52:31 +0000
committerJoel E. Denny <jdenny.ornl@gmail.com>2019-10-12 18:52:31 +0000
commit199f5cd8636dbc6571c5eb4a147a210f372a8e37 (patch)
treea9ac39c6809bfbd7bf548b5359774b0d00d13fe9 /llvm/utils/lit/tests/Inputs
parentf6210fc24f2160fa36e8980e74418ff7535e4b9f (diff)
downloadbcm5719-llvm-199f5cd8636dbc6571c5eb4a147a210f372a8e37.tar.gz
bcm5719-llvm-199f5cd8636dbc6571c5eb4a147a210f372a8e37.zip
Revert r374649: "Reland r374389: [lit] Clean up internal diff's encoding handling"
This series of patches still breaks a Windows bot. llvm-svn: 374682
Diffstat (limited to 'llvm/utils/lit/tests/Inputs')
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt9
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.binbin26 -> 0 bytes
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf16bin24 -> 0 bytes
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf83
4 files changed, 0 insertions, 12 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
deleted file mode 100644
index d8b9718a099..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Check that diff falls back to binary mode if it cannot decode a file.
-
-# RUN: diff -u diff-in.bin diff-in.bin
-# RUN: diff -u diff-in.utf16 diff-in.bin && false || true
-# RUN: diff -u diff-in.utf8 diff-in.bin && false || true
-# RUN: diff -u diff-in.bin diff-in.utf8 && false || true
-
-# Fail so lit will print output.
-# RUN: false
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.bin b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.bin
deleted file mode 100644
index 06b800b707c..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.bin
+++ /dev/null
Binary files differ
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf16 b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf16
deleted file mode 100644
index d7d9feefa7d..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf16
+++ /dev/null
Binary files differ
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf8 b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf8
deleted file mode 100644
index 86e041dad66..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf8
+++ /dev/null
@@ -1,3 +0,0 @@
-foo
-bar
-baz
OpenPOWER on IntegriCloud