summaryrefslogtreecommitdiffstats
path: root/llvm/test/FileCheck
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2018-10-22 18:51:29 +0000
committerAaron Ballman <aaron@aaronballman.com>2018-10-22 18:51:29 +0000
commit036e54d32ef9ad7f8e1f7f277ec96338bc26eac5 (patch)
tree15663fba1f64e26078ab83726cb0e34b16a21da7 /llvm/test/FileCheck
parent49cc6171198b39899ebd893dd67593551517aeb9 (diff)
downloadbcm5719-llvm-036e54d32ef9ad7f8e1f7f277ec96338bc26eac5.tar.gz
bcm5719-llvm-036e54d32ef9ad7f8e1f7f277ec96338bc26eac5.zip
Revert r344930 as it broke some of the bots on Windows.
http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/739 llvm-svn: 344935
Diffstat (limited to 'llvm/test/FileCheck')
-rw-r--r--llvm/test/FileCheck/opt-color.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/llvm/test/FileCheck/opt-color.txt b/llvm/test/FileCheck/opt-color.txt
deleted file mode 100644
index 9430114bf31..00000000000
--- a/llvm/test/FileCheck/opt-color.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-; Create a case that produces a simple diagnostic.
-; RUN: echo foo > %t.in
-; CHECK: bar
-
-; Run without and with -color. In the former case, FileCheck should suppress
-; color in its diagnostics because stderr is a file.
-; RUN: not FileCheck %s < %t.in 2> %t.no-color
-; RUN: not FileCheck -color %s < %t.in 2> %t.color
-
-; Check whether color was produced.
-; RUN: FileCheck -check-prefix NO-COLOR %s < %t.no-color
-; RUN: FileCheck -check-prefix COLOR %s < %t.color
-
-; Make sure our NO-COLOR and COLOR patterns are sane: they don't match the
-; opposite cases.
-; RUN: not FileCheck -check-prefix COLOR %s < %t.no-color
-; RUN: not FileCheck -check-prefix NO-COLOR %s < %t.color
-
-; I don't know of a good way to check for ANSI color codes, so just make sure
-; some new characters show up where those codes should appear.
-; NO-COLOR: : error: CHECK: expected string not found in input
-; COLOR: : {{.+}}error: {{.+}}CHECK: expected string not found in input
OpenPOWER on IntegriCloud