From: NAKAMURA Takumi Date: Wed, 12 Mar 2014 06:16:26 +0000 (+0000) Subject: Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/ X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ed39f5e253b5b4538e1005b2bc57b5b518b0f7c;p=clang Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/ git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203642 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Lexer/cross-windows-on-linux.cpp b/test/Lexer/cross-windows-on-linux.cpp index 0bbbd6601d..bd01d47627 100644 --- a/test/Lexer/cross-windows-on-linux.cpp +++ b/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