ensure these don't xpass if opt crashes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-01-15 01:04:21 +00:00
parent 0762705087
commit d4427b6d31
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
; Note that this is a "feature" test, not a correctness test. ; Note that this is a "feature" test, not a correctness test.
; ;
; XFAIL: * ; XFAIL: *
; RUN: llvm-upgrade < %s | llvm-as | opt -cee -simplifycfg -disable-output &&
; RUN: llvm-upgrade < %s | llvm-as | opt -cee -simplifycfg | llvm-dis | not grep cond213 ; RUN: llvm-upgrade < %s | llvm-as | opt -cee -simplifycfg | llvm-dis | not grep cond213
; ;
implementation ; Functions: implementation ; Functions:

View File

@ -2,6 +2,7 @@
; Any succeeding uses of the pointer should get this info ; Any succeeding uses of the pointer should get this info
; ;
; XFAIL: * ; XFAIL: *
; RUN: llvm-upgrade < %s | llvm-as | opt -cee -instcombine -simplifycfg -disable-output &&
; RUN: llvm-upgrade < %s | llvm-as | opt -cee -instcombine -simplifycfg | llvm-dis | not grep br ; RUN: llvm-upgrade < %s | llvm-as | opt -cee -instcombine -simplifycfg | llvm-dis | not grep br
implementation ; Functions: implementation ; Functions: