]> granicus.if.org Git - llvm/commitdiff
Revert archive-* tests from r310953, there were test failures.
authorKuba Mracek <mracek@apple.com>
Tue, 15 Aug 2017 23:41:34 +0000 (23:41 +0000)
committerKuba Mracek <mracek@apple.com>
Tue, 15 Aug 2017 23:41:34 +0000 (23:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310974 91177308-0d34-0410-b5e6-96231b3b80d8

test/Object/archive-delete.test
test/Object/archive-extract.test
test/Object/archive-move.test
test/Object/archive-thin-paths.test
test/Object/archive-update.test

index 6bf8b51612d179ac8c591cf9881b36dd884a661e..c8530beafce4013190ce050b613966da945feeb0 100644 (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
index 33e064a1ef692385dae235008dda1a074fac37d9..664529d6c8070d5b91b284a5e0f3ff94c97b4643 100644 (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 | \
index d1d4f3db4d63b2a0b068ad69df3c01d1140b0497..adc114994d2826e83b0052d002187ab6464d8b0b 100644 (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
index f5a6d96622a87d8b4739319d2c93352783a551a0..21788b47acc1dc7ac43a6039a2c71c53e883a777 100644 (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
 
index 6fa6662e488a3d4a76f9ebce1dc0adcbea9dd21d..fd1ea4113c39df95b223b0c036026ca2ef684777 100644 (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.