summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-03-11 07:51:31 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-03-11 07:51:31 +0000
commit34e5b3442608eeed2ec3a2a63420d8507ee34e5d (patch)
treed6ebf0347664dd53fb378602036ac0fd582329bc
parente88a625ecd110448a5b8c74f2396fea210fc5bdf (diff)
downloadbcm5719-llvm-34e5b3442608eeed2ec3a2a63420d8507ee34e5d.tar.gz
bcm5719-llvm-34e5b3442608eeed2ec3a2a63420d8507ee34e5d.zip
Learn how to xfail a test.
llvm-svn: 48219
-rw-r--r--llvm/test/CodeGen/PowerPC/Frames-align.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/Frames-align.ll b/llvm/test/CodeGen/PowerPC/Frames-align.ll
index 836d556f8ca..21a934370b7 100644
--- a/llvm/test/CodeGen/PowerPC/Frames-align.ll
+++ b/llvm/test/CodeGen/PowerPC/Frames-align.ll
@@ -7,7 +7,7 @@
; RUN: llvm-upgrade < %s | llvm-as | \
; RUN: llc -march=ppc64 -mtriple=powerpc-apple-darwin8 | \
; RUN: grep {rldicl r0, r1, 0, 54}
-; XFAIL
+; XFAIL: *
implementation
OpenPOWER on IntegriCloud