diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-16 23:16:57 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-16 23:16:57 +0000 |
commit | 7432572c3cca5f3a8451074e80d545c1d96acd43 (patch) | |
tree | ee57cd6079cd216c987b34b5ddb72bf4a3adcdf1 /test/Object/check_binary_output.ll | |
parent | 71cc5e4ea25c27d0b7d410a8ee7a83a19769fdcc (diff) | |
download | external_llvm-7432572c3cca5f3a8451074e80d545c1d96acd43.zip external_llvm-7432572c3cca5f3a8451074e80d545c1d96acd43.tar.gz external_llvm-7432572c3cca5f3a8451074e80d545c1d96acd43.tar.bz2 |
llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investigating.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186468 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object/check_binary_output.ll')
-rw-r--r-- | test/Object/check_binary_output.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Object/check_binary_output.ll b/test/Object/check_binary_output.ll index 567f18e..02b52a3 100644 --- a/test/Object/check_binary_output.ll +++ b/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 - |