[llvm-commits] [dragonegg] r150880 - /dragonegg/trunk/test/compilator/dragonegg-lit.cfg
Duncan Sands
baldrick at free.fr
Sat Feb 18 07:04:56 PST 2012
Author: baldrick
Date: Sat Feb 18 09:04:55 2012
New Revision: 150880
URL: http://llvm.org/viewvc/llvm-project?rev=150880&view=rev
Log:
Temporarily mark yet more failing tests XFAIL.
Modified:
dragonegg/trunk/test/compilator/dragonegg-lit.cfg
Modified: dragonegg/trunk/test/compilator/dragonegg-lit.cfg
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/compilator/dragonegg-lit.cfg?rev=150880&r1=150879&r2=150880&view=diff
==============================================================================
--- dragonegg/trunk/test/compilator/dragonegg-lit.cfg (original)
+++ dragonegg/trunk/test/compilator/dragonegg-lit.cfg Sat Feb 18 09:04:55 2012
@@ -339,6 +339,18 @@
'gcc-testsuite/go.test/test/fixedbugs/bug273.go', # Cache collision with decl_llvm
'gcc-testsuite/go.test/test/fixedbugs/bug294.go', # Cache collision with decl_llvm
'gcc-testsuite/go.test/test/interface/embed.go', # Cache collision with decl_llvm
+ 'local/2004-11-27-InlineAsmFunctionRedefinition.cpp', # label emitted multiple times to assembly file
+ 'clang-test/CodeGen/2003-10-29-AsmRename.c', # label emitted multiple times to assembly file
+ 'clang-test/CodeGen/x86.c', # Impossible register constraint in asm not rejected
+ 'clang-test/CodeGen/mmx-inline-asm.c', # Assertion "Only trivial scalar-to-vector conversions should get here!" failed
+ 'clang-test/CodeGen/attributes.c', # Wrong section not rejected
+ 'clang-test/CodeGen/arm-asm-variable.c', # Invalid register name not rejected
+ 'clang-test/CodeGen/asm.c', # Invalid register name not rejected
+ 'clang-test/CodeGen/mult-alt-generic.c', # Invalid register for constraint not rejected
+ 'clang-test/CodeGen/struct-matching-constraint.c', # Impossible constraint in asm not rejected
+ 'clang-test/Sema/2009-04-22-UnknownSize.c', # GCC rejects with: storage size isn't known
+ 'clang-test/CodeGen/sse-builtins.c', # Assertion "Invalid insertelement instruction operands!" failed
+ 'clang-test/CodeGen/func-return-member.c', # Not yet handled by ABI code
]
# testFormat: The test format to use to interpret tests.
More information about the llvm-commits
mailing list