mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
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:
parent
b6e1b30957
commit
5395265ede
@ -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…
x
Reference in New Issue
Block a user