diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 10:26:05 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 10:26:05 +0000 |
commit | a9338b6195d9fb6a1c7e16680e6e9e2dad177a38 (patch) | |
tree | b3fb4b4990fdb0b4e77611bef5c8fb8816d0663f /test/ExecutionEngine | |
parent | b9e8a948bba5361264d9f40107312cdf78573144 (diff) | |
download | external_llvm-a9338b6195d9fb6a1c7e16680e6e9e2dad177a38.zip external_llvm-a9338b6195d9fb6a1c7e16680e6e9e2dad177a38.tar.gz external_llvm-a9338b6195d9fb6a1c7e16680e6e9e2dad177a38.tar.bz2 |
For PR1319: Upgrade to new test harness
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36070 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r-- | test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll | 4 | ||||
-rw-r--r-- | test/ExecutionEngine/dg.exp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll b/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll index 34c2d03..e266be9 100644 --- a/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll +++ b/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as -f %s -o %t.bc -; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .*Function: F' +; RUN: llvm-upgrade %s | llvm-as -f -o %t.bc +; RUN: lli -debug-only=jit %t.bc |& not grep {Finished CodeGen of .*Function: F} %.str_1 = internal constant [7 x sbyte] c"IN F!\0A\00" ; <[7 x sbyte]*> [#uses=1] %.str_2 = internal constant [7 x sbyte] c"IN G!\0A\00" ; <[7 x sbyte]*> [#uses=1] diff --git a/test/ExecutionEngine/dg.exp b/test/ExecutionEngine/dg.exp index ff34508..879685c 100644 --- a/test/ExecutionEngine/dg.exp +++ b/test/ExecutionEngine/dg.exp @@ -1,3 +1,3 @@ -load_lib llvm-dg.exp +load_lib llvm.exp -llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] |