[llvm] r186468 - llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investigating.

NAKAMURA Takumi geek4civic at gmail.com
Tue Jul 16 16:16:57 PDT 2013


Author: chapuni
Date: Tue Jul 16 18:16:57 2013
New Revision: 186468

URL: http://llvm.org/viewvc/llvm-project?rev=186468&view=rev
Log:
llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investigating.

Modified:
    llvm/trunk/test/Object/check_binary_output.ll

Modified: llvm/trunk/test/Object/check_binary_output.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/check_binary_output.ll?rev=186468&r1=186467&r2=186468&view=diff
==============================================================================
--- llvm/trunk/test/Object/check_binary_output.ll (original)
+++ llvm/trunk/test/Object/check_binary_output.ll Tue Jul 16 18:16:57 2013
@@ -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 -





More information about the llvm-commits mailing list