Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/
llvm-svn: 203642
diff --git a/clang/test/Lexer/cross-windows-on-linux.cpp b/clang/test/Lexer/cross-windows-on-linux.cpp
index 0bbbd66..bd01d47 100644
--- a/clang/test/Lexer/cross-windows-on-linux.cpp
+++ b/clang/test/Lexer/cross-windows-on-linux.cpp
@@ -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