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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355007
91177308-0d34-0410-b5e6-
96231b3b80d8
-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!