[llvm] r257733 - WebAssembly: mark a few new failures

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 17:49:22 PST 2016


Author: jfb
Date: Wed Jan 13 19:49:22 2016
New Revision: 257733

URL: http://llvm.org/viewvc/llvm-project?rev=257733&view=rev
Log:
WebAssembly: mark a few new failures

A recent change introduced this assertion failure in some corner cases.

Repro:
mkdir /s/wasm/torture-out ; time /s/wasm/waterfall/src/compile_torture_tests.py --c /s/llvm/out/bin/clang --cxx /s/llvm/out/bin/clang++ --testsuite /s/gcc/gcc/testsuite --fails /s/llvm/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt --out /s/wasm/torture-out

Or look on the wasm integration bot:
https://build.chromium.org/p/client.wasm.llvm/console

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=257733&r1=257732&r2=257733&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt Wed Jan 13 19:49:22 2016
@@ -1,5 +1,13 @@
 # Tests which are known to fail from the GCC torture test suite.
 
+# 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.
+ashldi-1.c
+ashrdi-1.c
+builtin-bitops-1.c
+loop-11.c
+lshrdi-1.c
+mode-dependent-address.c
+
 # Core dump.
 920908-1.c
 pr38151.c




More information about the llvm-commits mailing list