commit | 97275558595e8e420cebb1431bd093ea811dee8c | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Wed Apr 12 21:57:40 2006 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Wed Apr 12 21:57:40 2006 +0000 |
tree | 12ddc946c9b6de664be7ebe809614ee6d19f0d31 | |
parent | fc32dcbdda713cd1f3e27aeaa5a0722df1896c66 [diff] [blame] |
Added the ability to xfail based on llvmgcc version git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27635 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Verifier/2004-01-22-FloatNormalization.ll b/test/Verifier/2004-01-22-FloatNormalization.ll index c5886c0..c86bf72 100644 --- a/test/Verifier/2004-01-22-FloatNormalization.ll +++ b/test/Verifier/2004-01-22-FloatNormalization.ll
@@ -1,5 +1,5 @@ ; RUN: not llvm-as < %s -o /dev/null -f -; XFAIL: * +; XFAIL: 3.4 ; make sure that invalid 'float' values are caught.