mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
For PR1319: Upgrade to new test harness
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36070 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9e8a948bb
commit
a9338b6195
@ -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]
|
||||
|
@ -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}]]
|
||||
|
@ -2,7 +2,8 @@
|
||||
; figure out that loop "Inner" should be nested inside of leep "LoopHeader",
|
||||
; and instead nests it just inside loop "Top"
|
||||
;
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -loops | grep ' Loop Containing:[ ]*%Inner'
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -loops | \
|
||||
; RUN: grep { Loop Containing:\[ \]*%Inner}
|
||||
;
|
||||
|
||||
implementation
|
||||
|
@ -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}]]
|
||||
|
@ -1,4 +1,4 @@
|
||||
// RUN: tblgen -I `dirname %s` %s
|
||||
// RUN: tblgen -I %p %s
|
||||
def BeforeInclude;
|
||||
|
||||
include "Include.inc"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// RUN: tblgen %s | grep 'int Y = 3'
|
||||
// RUN: tblgen %s | grep {int Y = 3}
|
||||
|
||||
|
||||
class C {
|
||||
|
@ -1,5 +1,4 @@
|
||||
// RUN: tblgen %s &&
|
||||
// RUN: tblgen %s | grep 'zing = 4' | wc -l | grep 2
|
||||
// RUN: tblgen %s | grep {zing = 4} | wc -l | grep 2
|
||||
|
||||
class C1<int A, string B> {
|
||||
int bar = A;
|
||||
|
@ -1,3 +1,3 @@
|
||||
load_lib llvm-dg.exp
|
||||
load_lib llvm.exp
|
||||
|
||||
llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]
|
||||
|
@ -1,6 +1,5 @@
|
||||
; RUN: not llvm-as 2>&1 < %s > /dev/null &&
|
||||
; RUN: llvm-as 2>&1 < %s > /dev/null | \
|
||||
; RUN: grep 'Cannot form a pointer to a basic block'
|
||||
; RUN: ignore llvm-as < %s > /dev/null |& \
|
||||
; RUN: grep {Cannot form a pointer to a basic block}
|
||||
|
||||
define i32 @main() {
|
||||
%foo = call i8* %llvm.stacksave()
|
||||
|
@ -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}]]
|
||||
|
Loading…
Reference in New Issue
Block a user