summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny.ornl@gmail.com>2019-10-12 18:51:51 +0000
committerJoel E. Denny <jdenny.ornl@gmail.com>2019-10-12 18:51:51 +0000
commit57046e8fd9b9dd91358b92862d0591c6ac717750 (patch)
treeffc376faa32812935b5688927b81b888ec13ce58 /llvm/utils/lit/tests/Inputs
parent9abfa5817116d04439773586b8dcd41a8540baba (diff)
downloadbcm5719-llvm-57046e8fd9b9dd91358b92862d0591c6ac717750.tar.gz
bcm5719-llvm-57046e8fd9b9dd91358b92862d0591c6ac717750.zip
Revert r374652: "[lit] Fix internal diff's --strip-trailing-cr and use it"
This series of patches still breaks a Windows bot. llvm-svn: 374679
Diffstat (limited to 'llvm/utils/lit/tests/Inputs')
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.dos3
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.unix3
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt10
3 files changed, 0 insertions, 16 deletions
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.dos b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.dos
deleted file mode 100644
index 7a0560654c5..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.dos
+++ /dev/null
@@ -1,3 +0,0 @@
-In this file, the
-sequence "\r\n"
-terminates lines.
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.unix b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.unix
deleted file mode 100644
index 58208a3ae76..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.unix
+++ /dev/null
@@ -1,3 +0,0 @@
-In this file, the
-sequence "\n"
-terminates lines.
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt
deleted file mode 100644
index 6111a8fbf72..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-# Check behavior of --strip-trailing-cr.
-
-# RUN: diff -u diff-in.dos diff-in.unix && false || true
-# RUN: diff -u diff-in.unix diff-in.dos && false || true
-
-# RUN: diff -u --strip-trailing-cr diff-in.dos diff-in.unix && false || true
-# RUN: diff -u --strip-trailing-cr diff-in.unix diff-in.dos && false || true
-
-# Fail so lit will print output.
-# RUN: false
OpenPOWER on IntegriCloud