r190559 - clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL.

NAKAMURA Takumi geek4civic at gmail.com
Wed Sep 11 16:09:23 PDT 2013


Author: chapuni
Date: Wed Sep 11 18:09:22 2013
New Revision: 190559

URL: http://llvm.org/viewvc/llvm-project?rev=190559&view=rev
Log:
clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL.

It'd be another issue that the terminal and stdout(including redirects) with utf8. This test XPASSed on Win32, at least on Lit.

FYI, we don't use a triplet like "-win64" anywhere.

Modified:
    cfe/trunk/test/FixIt/fixit-unicode-with-utf8-output.c

Modified: cfe/trunk/test/FixIt/fixit-unicode-with-utf8-output.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/FixIt/fixit-unicode-with-utf8-output.c?rev=190559&r1=190558&r2=190559&view=diff
==============================================================================
--- cfe/trunk/test/FixIt/fixit-unicode-with-utf8-output.c (original)
+++ cfe/trunk/test/FixIt/fixit-unicode-with-utf8-output.c Wed Sep 11 18:09:22 2013
@@ -1,7 +1,6 @@
 // This test is an additional set of checks for the fixit-unicode.c test for
 // systems capable of outputting Unicode characters to the standard output in
 // the UTF-8 encoding.
-// XFAIL: mingw32,win32,win64
 // RUN: not %clang_cc1 -fsyntax-only %S/fixit-unicode.c 2>&1 | FileCheck -strict-whitespace %s
 
 // CHECK: warning: format specifies type 'int' but the argument has type 'long'





More information about the cfe-commits mailing list