[llvm] r355011 - [llvm-cxxfilt] Re-enable the delimiters test on Windows.

Matt Davis via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 27 10:04:22 PST 2019


Author: mattd
Date: Wed Feb 27 10:04:21 2019
New Revision: 355011

URL: http://llvm.org/viewvc/llvm-project?rev=355011&view=rev
Log:
[llvm-cxxfilt] Re-enable the delimiters test on Windows.

The original intent was to enable this test for Windows; however, that
initial patch broke one of the build-bots.  I temporarily disabled this
test on Windows until that issue was resolved.  It was resolved in my
previous patch (cfd1d9742ee2d1b8dd6b7), and now I am re-enabling this
test.

Modified:
    llvm/trunk/test/tools/llvm-cxxfilt/delimiters.test

Modified: llvm/trunk/test/tools/llvm-cxxfilt/delimiters.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cxxfilt/delimiters.test?rev=355011&r1=355010&r2=355011&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-cxxfilt/delimiters.test (original)
+++ llvm/trunk/test/tools/llvm-cxxfilt/delimiters.test Wed Feb 27 10:04:21 2019
@@ -1,4 +1,3 @@
-UNSUPPORTED: system-windows
 RUN: echo ',,_Z3Foo!' \
 RUN:      '_Z3Foo"'   \
 RUN:      '_Z3Foo#'   \




More information about the llvm-commits mailing list