[llvm] r219579 - Suppress llvm-ar's MRI tests for now on win32, since line_iterator is incompatible to CRLF.
NAKAMURA Takumi
geek4civic at gmail.com
Sat Oct 11 15:21:27 PDT 2014
Author: chapuni
Date: Sat Oct 11 17:21:27 2014
New Revision: 219579
URL: http://llvm.org/viewvc/llvm-project?rev=219579&view=rev
Log:
Suppress llvm-ar's MRI tests for now on win32, since line_iterator is incompatible to CRLF.
Modified:
llvm/trunk/test/Object/mri1.test
llvm/trunk/test/Object/mri3.test
llvm/trunk/test/Object/mri4.test
Modified: llvm/trunk/test/Object/mri1.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/mri1.test?rev=219579&r1=219578&r2=219579&view=diff
==============================================================================
--- llvm/trunk/test/Object/mri1.test (original)
+++ llvm/trunk/test/Object/mri1.test Sat Oct 11 17:21:27 2014
@@ -4,3 +4,6 @@
; RUN: llvm-ar -M < %t.mri
; RUN: llvm-ar t %t.a
+
+; line_iterator is incompatible to CRLF.
+; REQUIRES: shell
Modified: llvm/trunk/test/Object/mri3.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/mri3.test?rev=219579&r1=219578&r2=219579&view=diff
==============================================================================
--- llvm/trunk/test/Object/mri3.test (original)
+++ llvm/trunk/test/Object/mri3.test Sat Oct 11 17:21:27 2014
@@ -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
Modified: llvm/trunk/test/Object/mri4.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/mri4.test?rev=219579&r1=219578&r2=219579&view=diff
==============================================================================
--- llvm/trunk/test/Object/mri4.test (original)
+++ llvm/trunk/test/Object/mri4.test Sat Oct 11 17:21:27 2014
@@ -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
More information about the llvm-commits
mailing list