From: NAKAMURA Takumi Date: Tue, 16 Jul 2013 23:16:57 +0000 (+0000) Subject: llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investigating. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3983150433d2bd2971d62b7383c37eddeee204f;p=platform%2Fupstream%2Fllvm.git llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investigating. llvm-svn: 186468 --- diff --git a/llvm/test/Object/check_binary_output.ll b/llvm/test/Object/check_binary_output.ll index 567f18e..02b52a3 100644 --- a/llvm/test/Object/check_binary_output.ll +++ b/llvm/test/Object/check_binary_output.ll @@ -1,4 +1,7 @@ ; This is not an assembly file, this is just to run the test. ; The test verifies that llvm-ar produces a binary output. +; FIXME: They malform LF into CRLF. Investigating. +; XFAIL: mingw32,win32 + ;RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | cmp -s %p/Inputs/very_long_bytecode_file_name.bc -