[llvm] r261017 - [WebAssembly] Update torture test expectations

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 13:52:07 PST 2016


Author: dschuff
Date: Tue Feb 16 15:52:06 2016
New Revision: 261017

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

These were fixed with r260978

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=261017&r1=261016&r2=261017&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt Tue Feb 16 15:52:06 2016
@@ -1,12 +1,5 @@
 # Tests which are known to fail from the GCC torture test suite.
 
-# 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
-loop-15.c
-930628-1.c
-
-
 # Unknown type!
 # UNREACHABLE executed at /s/llvm-upstream/llvm/lib/IR/ValueTypes.cpp:280!
 # This is what happens when there is a struct operand to va_arg




More information about the llvm-commits mailing list