summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Davis <Matthew.Davis@sony.com>2019-02-27 17:39:36 +0000
committerMatt Davis <Matthew.Davis@sony.com>2019-02-27 17:39:36 +0000
commiteaa895368be688ac9f622a18e990032d8f89231c (patch)
tree2f8e7345fe3714ed84cc950a64bc93092250f941
parent1be935f41897132883fc2877d78132fcd76e9988 (diff)
downloadbcm5719-llvm-eaa895368be688ac9f622a18e990032d8f89231c.tar.gz
bcm5719-llvm-eaa895368be688ac9f622a18e990032d8f89231c.zip
Clean up the delimiters test.
Ideally this is a NFCI, used single quotes in most cases. Hopefully this will make the Windows bot happy. I've marked this unsupported on windows, until I get my windows box setup with this patch to test. I'll remove that constraint after I'm confident this will pass on windows. I just want to silence the buildbots for now. llvm-svn: 355007
-rw-r--r--llvm/test/tools/llvm-cxxfilt/delimiters.test60
1 files changed, 30 insertions, 30 deletions
diff --git a/llvm/test/tools/llvm-cxxfilt/delimiters.test b/llvm/test/tools/llvm-cxxfilt/delimiters.test
index ed70a16fa97..d060c1f7be9 100644
--- a/llvm/test/tools/llvm-cxxfilt/delimiters.test
+++ b/llvm/test/tools/llvm-cxxfilt/delimiters.test
@@ -1,34 +1,34 @@
-RUN: echo ",,_Z3Foo!" \
-RUN: "_Z3Foo\"" \
-RUN: "_Z3Foo\"" \
-RUN: "_Z3Foo#" \
-RUN: "_Z3Foo%" \
-RUN: "_Z3Foo&" \
+UNSUPPORTED: system-windows
+RUN: echo ',,_Z3Foo!' \
+RUN: '_Z3Foo"' \
+RUN: '_Z3Foo#' \
+RUN: '_Z3Foo%' \
+RUN: '_Z3Foo&' \
RUN: "_Z3Foo'" \
-RUN: "_Z3Foo(" \
-RUN: "_Z3Foo)" \
-RUN: "_Z3Foo*" \
-RUN: "_Z3Foo+" \
-RUN: "_Z3Foo," \
-RUN: "_Z3Foo-" \
-RUN: "_Z3Foo/" \
-RUN: "_Z3Foo:" \
-RUN: "_Z3Foo;" \
-RUN: "_Z3Foo<" \
-RUN: "_Z3Foo=" \
-RUN: "_Z3Foo>" \
-RUN: "_Z3Foo?" \
-RUN: "_Z3Foo@" \
-RUN: "_Z3Foo[" \
-RUN: "_Z3Foo\\" \
-RUN: "_Z3Foo]" \
-RUN: "_Z3Foo^" \
-RUN: "_Z3Foo\`" \
-RUN: "_Z3Foo{" \
-RUN: "_Z3Foo|" \
-RUN: "_Z3Foo}" \
-RUN: "_Z3Foo~,," \
-RUN: "_Z3Foo,,_Z3Bar::_Z3Baz _Z3Foo,_Z3Bar:_Z3Baz" \
+RUN: '_Z3Foo(' \
+RUN: '_Z3Foo)' \
+RUN: '_Z3Foo*' \
+RUN: '_Z3Foo+' \
+RUN: '_Z3Foo,' \
+RUN: '_Z3Foo-' \
+RUN: '_Z3Foo/' \
+RUN: '_Z3Foo:' \
+RUN: '_Z3Foo;' \
+RUN: '_Z3Foo<' \
+RUN: '_Z3Foo=' \
+RUN: '_Z3Foo>' \
+RUN: '_Z3Foo?' \
+RUN: '_Z3Foo@' \
+RUN: '_Z3Foo[' \
+RUN: '_Z3Foo\' \
+RUN: '_Z3Foo]' \
+RUN: '_Z3Foo^' \
+RUN: '_Z3Foo`' \
+RUN: '_Z3Foo{' \
+RUN: '_Z3Foo|' \
+RUN: '_Z3Foo}' \
+RUN: '_Z3Foo~,,' \
+RUN: '_Z3Foo,,_Z3Bar::_Z3Baz _Z3Foo,_Z3Bar:_Z3Baz' \
RUN: '_Z3Foo$ ._Z3Foo' | llvm-cxxfilt | FileCheck %s
CHECK: ,,Foo!
OpenPOWER on IntegriCloud