Revert archive-* tests from r310953, there were test failures.

llvm-svn: 310974
This commit is contained in:
Kuba Mracek 2017-08-15 23:41:34 +00:00
parent 4c26922662
commit a1adbe6ca1
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Test the 'd' operation in llvm-ar
RUN: cd `dirname %t`
RUN: cd %T
RUN: rm -f %t.a
RUN: cp %p/Inputs/GNU.a %t.a

View File

@ -1,7 +1,7 @@
; This test just makes sure that llvm-ar can extract bytecode members
; from various style archives.
; RUN: cd `dirname %t`
; RUN: cd %T
; RUN: rm -f very_long_bytecode_file_name.bc
; RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | \

View File

@ -1,6 +1,6 @@
Test the 'm' operation in llvm-ar
RUN: cd `dirname %t`
RUN: cd %T
RUN: rm -f %t.a
RUN: cp %p/Inputs/GNU.a %t.a

View File

@ -1,6 +1,6 @@
REQUIRES: system-windows
RUN: cd `dirname %t`
RUN: cd %T
RUN: mkdir -p archive-thin-paths.dir
RUN: echo foo > archive-thin-paths.dir/foo.o

View File

@ -1,6 +1,6 @@
Test the 'u' option of llvm-ar
RUN: cd `dirname %t`
RUN: cd %T
RUN: rm -f %t.a
Create a file named evenlen that is newer than the evenlen on the source dir.