[llvm-commits] [dragonegg] r173039 - /dragonegg/trunk/test/compilator/compilator-lit.cfg
Duncan Sands
baldrick at free.fr
Mon Jan 21 06:03:08 PST 2013
Author: baldrick
Date: Mon Jan 21 08:03:07 2013
New Revision: 173039
URL: http://llvm.org/viewvc/llvm-project?rev=173039&view=rev
Log:
XFAIL a testcase that pokes a GCC bug.
Modified:
dragonegg/trunk/test/compilator/compilator-lit.cfg
Modified: dragonegg/trunk/test/compilator/compilator-lit.cfg
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/compilator/compilator-lit.cfg?rev=173039&r1=173038&r2=173039&view=diff
==============================================================================
--- dragonegg/trunk/test/compilator/compilator-lit.cfg (original)
+++ dragonegg/trunk/test/compilator/compilator-lit.cfg Mon Jan 21 08:03:07 2013
@@ -495,6 +495,7 @@
'clang-testsuite/CodeGen/func-return-member.c', # Not yet handled by ABI code
'clang-testsuite/SemaCXX/PR10447.cpp', # multiple fns with same name and neither are external!
'gcc-testsuite/gcc.target/i386/pr47564.c', # Per-function target options not supported
+ 'gcc-testsuite/g++.dg/template/anonunion2.C', # Crash due to internal GCC bug
]
# testFormat: The test format to use to interpret tests.
More information about the llvm-commits
mailing list