Suppress llvm-ar's MRI tests for now on win32, since line_iterator is incompatible to CRLF.

llvm-svn: 219579
This commit is contained in:
NAKAMURA Takumi 2014-10-11 22:21:27 +00:00
parent 75f47c3a5d
commit 7198a199aa
3 changed files with 9 additions and 0 deletions

View File

@ -4,3 +4,6 @@
; RUN: llvm-ar -M < %t.mri
; RUN: llvm-ar t %t.a
; line_iterator is incompatible to CRLF.
; REQUIRES: shell

View File

@ -4,3 +4,6 @@
; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
; CHECK: File already saved.
; line_iterator is incompatible to CRLF.
; REQUIRES: shell

View File

@ -2,3 +2,6 @@
; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
; CHECK: Unknown command: abc.
; line_iterator is incompatible to CRLF.
; REQUIRES: shell