[llvm] r255858 - WebAssembly: update expected torture test failures

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 16:12:06 PST 2015


Author: jfb
Date: Wed Dec 16 18:12:06 2015
New Revision: 255858

URL: http://llvm.org/viewvc/llvm-project?rev=255858&view=rev
Log:
WebAssembly: update expected torture test failures

We now have 240 expected failures.

Modified:
    llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt

Modified: llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt?rev=255858&r1=255857&r2=255858&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt Wed Dec 16 18:12:06 2015
@@ -6,16 +6,6 @@ pr38151.c
 va-arg-22.c
 
 # TargetRegisterInfo.h:315: static unsigned int llvm::TargetRegisterInfo::virtReg2Index(unsigned int): Assertion `isVirtualRegister(Reg) && "Not a virtual register"' failed.
-20021120-3.c
-20070201-1.c
-920501-9.c
-930513-1.c
-941014-2.c
-980605-1.c
-fprintf-1.c
-gofast.c
-pr41239.c
-printf-1.c
 struct-ret-1.c
 va-arg-11.c
 va-arg-21.c
@@ -43,10 +33,6 @@ pr51323.c
 pr52129.c
 pr57130.c
 
-# TODO: implement eliminateCallFramePseudoInstr
-20121108-1.c
-20020406-1.c
-
 # These were previously "Cannot select FrameIndex." Now most of them fail
 # because they contain call frame pseudos (e.g. call a vararg func),
 # frame pointers, or similar. This list will be updated again soon.




More information about the llvm-commits mailing list