[dragonegg] r182633 - Mark these tests as XFAIL while waiting for SROA to be fixed.
Duncan Sands
baldrick at free.fr
Thu May 23 22:55:16 PDT 2013
Author: baldrick
Date: Fri May 24 00:55:15 2013
New Revision: 182633
URL: http://llvm.org/viewvc/llvm-project?rev=182633&view=rev
Log:
Mark these tests as XFAIL while waiting for SROA to be fixed.
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=182633&r1=182632&r2=182633&view=diff
==============================================================================
--- dragonegg/trunk/test/compilator/compilator-lit.cfg (original)
+++ dragonegg/trunk/test/compilator/compilator-lit.cfg Fri May 24 00:55:15 2013
@@ -397,6 +397,8 @@ config.xfails = [
'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
+ 'gcc-testsuite/gcc.dg/pr48335-6.c', # SROA crash, reported as PR15975
+ 'gcc-testsuite/gcc.dg/pr48335-7.c', # SROA crash, reported as PR15975
]
# testFormat: The test format to use to interpret tests.
More information about the llvm-commits
mailing list