]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Suppress llvm-ar's MRI tests for now on win32, since line_iterator is incompatible...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 11 Oct 2014 22:21:27 +0000 (22:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 11 Oct 2014 22:21:27 +0000 (22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219579 91177308-0d34-0410-b5e6-96231b3b80d8

test/Object/mri1.test
test/Object/mri3.test
test/Object/mri4.test

index 3d27db7996a251cc3682f31f8af7597e67e6e678..ad3bbde72b12c9d188d90d307760749b285b12b6 100644 (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
index bdc53991510e8eb8b456f9fd6b2a8df77ce4121a..4a7360134dcb7114d170e0ceb1b3631a93b3243d 100644 (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
index a24c14d7d28965185e78e79c4c4862eda69972e7..1be4fd0ad87e5958280dbe409840e9cca103546b 100644 (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