From 0ed39f5e253b5b4538e1005b2bc57b5b518b0f7c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 12 Mar 2014 06:16:26 +0000 Subject: [PATCH] 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 --- test/Lexer/cross-windows-on-linux.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1