Re-enable tests in llvm/test/Object, corresponding to line_iterator's
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 13:19:29 +0000 (13:19 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 13:19:29 +0000 (13:19 +0000)
change in r221153.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221265 91177308-0d34-0410-b5e6-96231b3b80d8

test/Object/mri-addlib.test
test/Object/mri-addmod.test
test/Object/mri1.test
test/Object/mri3.test
test/Object/mri4.test

index 5af09e369075e2a68377257c44df7f4ed80ce0da..745bcf65e7f49c5b34c39864368dd471a3b4eb7b 100644 (file)
@@ -12,6 +12,3 @@
 ; CHECK-NEXT: very_long_bytecode_file_name.bc
 ; CHECK-NEXT: IsNAN.o
 ; CHECK-NEXT: test
-
-; line_iterator is incompatible to CRLF.
-; REQUIRES: shell
index 0e9e67924ff8fcd3c1c1d55e6069d7cb51bbbb1c..f1048489e95ee6a0e32a8cda734b6a89e6a61d68 100644 (file)
@@ -31,6 +31,3 @@
 ; NEW-NEXT: 0000000000000000 t bar
 ; NEW-NEXT: 0000000000000006 T foo
 ; NEW-NEXT: 0000000000000016 T main
-
-; line_iterator is incompatible to CRLF.
-; REQUIRES: shell
index ad3bbde72b12c9d188d90d307760749b285b12b6..3d27db7996a251cc3682f31f8af7597e67e6e678 100644 (file)
@@ -4,6 +4,3 @@
 
 ; RUN: llvm-ar -M  < %t.mri
 ; RUN: llvm-ar t %t.a
-
-; line_iterator is incompatible to CRLF.
-; REQUIRES: shell
index 4a7360134dcb7114d170e0ceb1b3631a93b3243d..bdc53991510e8eb8b456f9fd6b2a8df77ce4121a 100644 (file)
@@ -4,6 +4,3 @@
 
 ; RUN: not llvm-ar -M  < %t.mri 2>&1 | FileCheck %s
 ; CHECK: File already saved.
-
-; line_iterator is incompatible to CRLF.
-; REQUIRES: shell
index 1be4fd0ad87e5958280dbe409840e9cca103546b..a24c14d7d28965185e78e79c4c4862eda69972e7 100644 (file)
@@ -2,6 +2,3 @@
 
 ; RUN: not llvm-ar -M  < %t.mri 2>&1 | FileCheck %s
 ; CHECK: Unknown command: abc.
-
-; line_iterator is incompatible to CRLF.
-; REQUIRES: shell