forked from OSchip/llvm-project
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:
parent
75f47c3a5d
commit
7198a199aa
|
@ -4,3 +4,6 @@
|
|||
|
||||
; RUN: llvm-ar -M < %t.mri
|
||||
; RUN: llvm-ar t %t.a
|
||||
|
||||
; line_iterator is incompatible to CRLF.
|
||||
; REQUIRES: shell
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue