[llvm] r259321 - WebAssembly: more failures are gone
JF Bastien via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 31 00:19:41 PST 2016
Author: jfb
Date: Sun Jan 31 02:19:40 2016
New Revision: 259321
URL: http://llvm.org/viewvc/llvm-project?rev=259321&view=rev
Log:
WebAssembly: more failures are gone
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=259321&r1=259320&r2=259321&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt Sun Jan 31 02:19:40 2016
@@ -18,7 +18,6 @@ va-arg-22.c
# WebAssemblyCFGStackify.cpp:211: void SortBlocks(llvm::MachineFunction&, const llvm::MachineLoopInfo&): Assertion `L->contains( MLI.getLoopFor(&*prev(MachineFunction::iterator(&MBB)))) && "Loop isn't contiguous"' failed.
20000815-1.c
-20010129-1.c
930628-1.c
980707-1.c
@@ -30,18 +29,10 @@ va-arg-22.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.
-20000706-4.c
-20000706-5.c
20000801-2.c
-20000801-4.c
20011126-2.c
-20021024-1.c
-
-20030828-1.c
-
20040302-1.c
-20040823-1.c
20050826-2.c
@@ -49,8 +40,6 @@ va-arg-22.c
20090113-2.c
20090113-3.c
-20090623-1.c
-
920501-6.c
930518-1.c
@@ -67,17 +56,12 @@ va-arg-22.c
990127-1.c
991216-2.c
-enum-3.c
frame-address.c
loop-15.c
loop-ivopts-2.c
-mayalias-3.c
pr20466-1.c
pr28778.c
pr28982b.c
-pr30778.c
-pr31448-2.c
-pr31448.c
pr33870-1.c
pr33870.c
@@ -85,22 +69,14 @@ pr38051.c
pr39100.c
-pr43987.c
-
pr44575.c
-pr46309.c
-
pr49390.c
-pr49419.c
-
pr53645-2.c
pr53645.c
-pr57876.c
pr59643.c
-stdarg-1.c
stdarg-3.c
strct-stdarg-1.c
strct-varg-1.c
More information about the llvm-commits
mailing list