r203642 - Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/

NAKAMURA Takumi geek4civic at gmail.com
Tue Mar 11 23:16:27 PDT 2014


Author: chapuni
Date: Wed Mar 12 01:16:26 2014
New Revision: 203642

URL: http://llvm.org/viewvc/llvm-project?rev=203642&view=rev
Log:
Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/

Modified:
    cfe/trunk/test/Lexer/cross-windows-on-linux.cpp

Modified: cfe/trunk/test/Lexer/cross-windows-on-linux.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Lexer/cross-windows-on-linux.cpp?rev=203642&r1=203641&r2=203642&view=diff
==============================================================================
--- cfe/trunk/test/Lexer/cross-windows-on-linux.cpp (original)
+++ cfe/trunk/test/Lexer/cross-windows-on-linux.cpp Wed Mar 12 01:16:26 2014
@@ -10,3 +10,6 @@
 // compilation will fail due to the '#error success'
 // XFAIL: win32
 
+// This test may or may not fail since 'Inputs\success.h' is passed
+// to Win32 API on win32.
+// REQUIRES: disabled





More information about the cfe-commits mailing list