Changes in directory llvm/test/CodeGen/ARM:
align.ll updated: 1.3 -> 1.4 hello.ll updated: 1.5 -> 1.6 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. --- Diffs of the changes: (+2 -0) align.ll | 1 + hello.ll | 1 + 2 files changed, 2 insertions(+) Index: llvm/test/CodeGen/ARM/align.ll diff -u llvm/test/CodeGen/ARM/align.ll:1.3 llvm/test/CodeGen/ARM/align.ll:1.4 --- llvm/test/CodeGen/ARM/align.ll:1.3 Sun Apr 15 14:11:47 2007 +++ llvm/test/CodeGen/ARM/align.ll Sun Apr 15 18:00:46 2007 @@ -6,6 +6,7 @@ ; RUN: grep align.*3 | wc | grep 2 ; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-apple-darwin | \ ; RUN: grep align.*2 | wc | grep 4 +; XFAIL: * %a = global bool true %b = global sbyte 1 Index: llvm/test/CodeGen/ARM/hello.ll diff -u llvm/test/CodeGen/ARM/hello.ll:1.5 llvm/test/CodeGen/ARM/hello.ll:1.6 --- llvm/test/CodeGen/ARM/hello.ll:1.5 Wed Jan 31 16:27:07 2007 +++ llvm/test/CodeGen/ARM/hello.ll Sun Apr 15 18:00:46 2007 @@ -2,6 +2,7 @@ ; RUN: llvm-as < %s | llc -mtriple=arm-linux | grep mov | wc -l | grep 1 && ; RUN: llvm-as < %s | llc -mtriple=arm-linux --disable-fp-elim | grep mov | wc -l | grep 2 ; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin | grep mov | wc -l | grep 2 +; XFAIL: * @str = internal constant [12 x i8] c"Hello World\00" _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits