diff options
author | Derek Schuff <dschuff@google.com> | 2016-02-12 22:05:08 +0000 |
---|---|---|
committer | Derek Schuff <dschuff@google.com> | 2016-02-12 22:05:08 +0000 |
commit | 3114fc14e0a8305e936bad8332d3a36617b2b70a (patch) | |
tree | 6571a0808a517a59dfdc964f0510ee04e4cb499c | |
parent | e1556e5dd5c20bdc49af8a9f97b5401615a50f55 (diff) | |
download | bcm5719-llvm-3114fc14e0a8305e936bad8332d3a36617b2b70a.tar.gz bcm5719-llvm-3114fc14e0a8305e936bad8332d3a36617b2b70a.zip |
[WebAssembly] Update test expectations after r260737
llvm-svn: 260750
-rw-r--r-- | llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt index 4396eee7eed..76ca4cf6b0c 100644 --- a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt +++ b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt @@ -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 |