From: Chris Lattner Date: Fri, 23 Dec 2005 16:14:29 +0000 (+0000) Subject: this test fails X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=72f49aae170751f8d0dc0a6bd02ae463c118cb45;p=oota-llvm.git this test fails git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24994 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2004-12-06-ConstantFloatRange.ll b/test/Assembler/2004-12-06-ConstantFloatRange.ll index 61f2b77b3f9..30d103c5728 100644 --- a/test/Assembler/2004-12-06-ConstantFloatRange.ll +++ b/test/Assembler/2004-12-06-ConstantFloatRange.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as %s -o /dev/null 2>&1 | grep "constant invalid for type" +; XFAIL: * ;; This is a testcase for PR409