[llvm] r260750 - [WebAssembly] Update test expectations after r260737

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 14:05:08 PST 2016


Author: dschuff
Date: Fri Feb 12 16:05:08 2016
New Revision: 260750

URL: http://llvm.org/viewvc/llvm-project?rev=260750&view=rev
Log:
[WebAssembly] Update test expectations after r260737

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=260750&r1=260749&r2=260750&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt Fri Feb 12 16:05:08 2016
@@ -24,21 +24,9 @@ pr53645-2.c
 pr53645.c
 pr59643.c
 
-
-
-# WebAssemblyCFGStackify.cpp:438: void PlaceMarkers(llvm::MachineFunction&, const llvm::MachineLoopInfo&, const llvm::WebAssemblyInstrInfo&, llvm::MachineDominatorTree&): Assertion `ScopeTops[Stack.back()->getNumber()] == &MBB && "Block should be balanced"' failed.
+# WebAssemblyCFGStackify.cpp:458: void PlaceMarkers(llvm::MachineFunction &, const llvm::MachineLoopInfo &, const llvm::WebAssemblyInstrInfo &, llvm::MachineDominatorTree &, llvm::WebAssemblyFunctionInfo &): Assertion `Stack.back() == &MBB && "Loop top should be balanced"' failed.
 20090113-2.c
 20090113-3.c
-ashldi-1.c
-ashrdi-1.c
-builtin-bitops-1.c
-loop-11.c
-lshrdi-1.c
-mode-dependent-address.c
-va-arg-10.c
-
-
-# WebAssemblyCFGStackify.cpp:458: void PlaceMarkers(llvm::MachineFunction &, const llvm::MachineLoopInfo &, const llvm::WebAssemblyInstrInfo &, llvm::MachineDominatorTree &, llvm::WebAssemblyFunctionInfo &): Assertion `Stack.back() == &MBB && "Loop top should be balanced"' failed.
 930628-1.c
 
 




More information about the llvm-commits mailing list