Clean up the delimiters test.
authorMatt Davis <Matthew.Davis@sony.com>
Wed, 27 Feb 2019 17:39:36 +0000 (17:39 +0000)
committerMatt Davis <Matthew.Davis@sony.com>
Wed, 27 Feb 2019 17:39:36 +0000 (17:39 +0000)
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

llvm/test/tools/llvm-cxxfilt/delimiters.test

index ed70a16..d060c1f 100644 (file)
@@ -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!