[llvm-commits] [dragonegg] r166182 - /dragonegg/trunk/test/compilator/compilator-lit.cfg
Duncan Sands
baldrick at free.fr
Thu Oct 18 08:49:21 PDT 2012
Author: baldrick
Date: Thu Oct 18 10:49:21 2012
New Revision: 166182
URL: http://llvm.org/viewvc/llvm-project?rev=166182&view=rev
Log:
XFAIL these tests until PR14114 is resolved.
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=166182&r1=166181&r2=166182&view=diff
==============================================================================
--- dragonegg/trunk/test/compilator/compilator-lit.cfg (original)
+++ dragonegg/trunk/test/compilator/compilator-lit.cfg Thu Oct 18 10:49:21 2012
@@ -472,6 +472,8 @@
'gcc-testsuite/gcc.target/powerpc/recip-6.c', # GCC rejects inline asm with impossible constraint; we crash in codegen
'gcc-testsuite/gcc.target/powerpc/recip-7.c', # GCC rejects inline asm; we crash in codegen
'gcc-testsuite/gcc.target/powerpc/spe-unwind-1.c', # GCC rejects inline asm; we crash in codegen
+ 'gcc-testsuite/gcc.target/s390/20041109-1.c', # PR14114
+ 'gcc-testsuite/gcc.target/s390/20041216-1.c', # PR14114
'gcc-testsuite/gcc.target/s390/20090223-1.c', # GCC rejects inline asm; we crash in codegen
'gcc-testsuite/gcc.target/avr/pr46779-1.c', # GCC rejects inline asm with impossible constraint; we crash in register allocation
'gcc-testsuite/gcc.target/avr/pr46779-2.c', # GCC rejects inline asm with impossible constraint; we crash in register allocation
More information about the llvm-commits
mailing list