[llvm-commits] [dragonegg] r151990 - /dragonegg/trunk/test/compilator/dragonegg-lit.cfg
Duncan Sands
baldrick at free.fr
Sat Mar 3 14:43:57 PST 2012
Author: baldrick
Date: Sat Mar 3 16:43:57 2012
New Revision: 151990
URL: http://llvm.org/viewvc/llvm-project?rev=151990&view=rev
Log:
XFAIL a test that crashes both gcc and gcc+dragonegg, rather inevitably
given the bogusness of the gimple.
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=151990&r1=151989&r2=151990&view=diff
==============================================================================
--- dragonegg/trunk/test/compilator/dragonegg-lit.cfg (original)
+++ dragonegg/trunk/test/compilator/dragonegg-lit.cfg Sat Mar 3 16:43:57 2012
@@ -70,6 +70,11 @@
'gcc-testsuite/gcc.c-torture/compile/pr51767.c',
'gcc-testsuite/g++.dg/template/asmgoto1.C',
+ # Both gcc-4.6 codegen and the plugin assert due to wrong gimple, however
+ # gcc_assert produces exit code 1 while C++ assert gives exit code 4, so
+ # causing the test to fail. This difference is not worth caring about.
+ 'clang-test/SemaTemplate/instantiate-typeof.cpp',
+
# bitfields with non-integer type
'gcc-testsuite/gnat.dg/aggr4.adb',
'gcc-testsuite/gnat.dg/assign_from_packed.adb',
More information about the llvm-commits
mailing list