summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-10-11 22:21:27 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-10-11 22:21:27 +0000
commit7198a199aa68ae4731c6882ed5dacdfbc899d36d (patch)
tree9a1bf4fec04cd6baab4a991bb8dd3d555ed3f048 /llvm/test/Object
parent75f47c3a5d8fa1f3f7f492af58199d34f10f26ed (diff)
downloadbcm5719-llvm-7198a199aa68ae4731c6882ed5dacdfbc899d36d.tar.gz
bcm5719-llvm-7198a199aa68ae4731c6882ed5dacdfbc899d36d.zip
Suppress llvm-ar's MRI tests for now on win32, since line_iterator is incompatible to CRLF.
llvm-svn: 219579
Diffstat (limited to 'llvm/test/Object')
-rw-r--r--llvm/test/Object/mri1.test3
-rw-r--r--llvm/test/Object/mri3.test3
-rw-r--r--llvm/test/Object/mri4.test3
3 files changed, 9 insertions, 0 deletions
diff --git a/llvm/test/Object/mri1.test b/llvm/test/Object/mri1.test
index 3d27db7996a..ad3bbde72b1 100644
--- a/llvm/test/Object/mri1.test
+++ b/llvm/test/Object/mri1.test
@@ -4,3 +4,6 @@
; RUN: llvm-ar -M < %t.mri
; RUN: llvm-ar t %t.a
+
+; line_iterator is incompatible to CRLF.
+; REQUIRES: shell
diff --git a/llvm/test/Object/mri3.test b/llvm/test/Object/mri3.test
index bdc53991510..4a7360134dc 100644
--- a/llvm/test/Object/mri3.test
+++ b/llvm/test/Object/mri3.test
@@ -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
diff --git a/llvm/test/Object/mri4.test b/llvm/test/Object/mri4.test
index a24c14d7d28..1be4fd0ad87 100644
--- a/llvm/test/Object/mri4.test
+++ b/llvm/test/Object/mri4.test
@@ -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
OpenPOWER on IntegriCloud