forked from OSchip/llvm-project
Revert archive-* tests from r310953, there were test failures.
llvm-svn: 310974
This commit is contained in:
parent
4c26922662
commit
a1adbe6ca1
|
@ -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
|
||||
|
|
|
@ -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 | \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue