mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Use a more unique name to avoid conflicting with directory.ll tests when running
in parallel. llvm-svn: 186083
This commit is contained in:
parent
d7f85dd49b
commit
948310c9c0
@ -4,25 +4,25 @@ REQUIRES: shell
|
||||
|
||||
RUN: cd %T
|
||||
|
||||
RUN: rm -f test.a
|
||||
RUN: cp %p/Inputs/GNU.a test.a
|
||||
RUN: llvm-ar d test.a very_long_bytecode_file_name.bc
|
||||
RUN: llvm-ar t test.a | FileCheck %s
|
||||
RUN: rm -f %t.a
|
||||
RUN: cp %p/Inputs/GNU.a %t.a
|
||||
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
|
||||
RUN: llvm-ar t %t.a | FileCheck %s
|
||||
|
||||
RUN: rm -f test.a
|
||||
RUN: cp %p/Inputs/MacOSX.a test.a
|
||||
RUN: llvm-ar d test.a very_long_bytecode_file_name.bc
|
||||
RUN: llvm-ar t test.a | FileCheck %s
|
||||
RUN: rm -f %t.a
|
||||
RUN: cp %p/Inputs/MacOSX.a %t.a
|
||||
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
|
||||
RUN: llvm-ar t %t.a | FileCheck %s
|
||||
|
||||
RUN: rm -f test.a
|
||||
RUN: cp %p/Inputs/SVR4.a test.a
|
||||
RUN: llvm-ar d test.a very_long_bytecode_file_name.bc
|
||||
RUN: llvm-ar t test.a | FileCheck %s
|
||||
RUN: rm -f %t.a
|
||||
RUN: cp %p/Inputs/SVR4.a %t.a
|
||||
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
|
||||
RUN: llvm-ar t %t.a | FileCheck %s
|
||||
|
||||
RUN: rm -f test.a
|
||||
RUN: cp %p/Inputs/xpg4.a test.a
|
||||
RUN: llvm-ar d test.a very_long_bytecode_file_name.bc
|
||||
RUN: llvm-ar t test.a | FileCheck %s
|
||||
RUN: rm -f %t.a
|
||||
RUN: cp %p/Inputs/xpg4.a %t.a
|
||||
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
|
||||
RUN: llvm-ar t %t.a | FileCheck %s
|
||||
|
||||
|
||||
CHECK: evenlen
|
||||
|
Loading…
Reference in New Issue
Block a user