[llvm-commits] CVS: llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Dec 7 18:25:47 PST 2004
Changes in directory llvm/test/Regression/Assembler:
2004-12-06-ConstantFloatRange.ll updated: 1.1 -> 1.2
---
Log message:
This test is xfail right now, to keep DJ clean, also mention the PR# in testcases.
---
Diffs of the changes: (+3 -0)
Index: llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll
diff -u llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll:1.1 llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll:1.2
--- llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll:1.1 Mon Dec 6 15:57:59 2004
+++ llvm/test/Regression/Assembler/2004-12-06-ConstantFloatRange.ll Tue Dec 7 20:25:32 2004
@@ -1,4 +1,7 @@
; RUN: llvm-as %s -o /dev/null 2>&1 | grep "constant invalid for type"
+; XFAIL: *
+
+;; This is a testcase for PR409
; make sure that 'float' values are in range
More information about the llvm-commits
mailing list