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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219579 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-10-11 22:21:27 +00:00
parent b6e1b30957
commit 5395265ede
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