]> granicus.if.org Git - clang/commitdiff
Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Mar 2014 06:16:26 +0000 (06:16 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Mar 2014 06:16:26 +0000 (06:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203642 91177308-0d34-0410-b5e6-96231b3b80d8

test/Lexer/cross-windows-on-linux.cpp

index 0bbbd6601d39645e5defc33f0b16f2b3ae1f3863..bd01d476274c1faff8d3ac3fbc453f8943825823 100644 (file)
@@ -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