summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2016-01-14 01:49:22 +0000
committerJF Bastien <jfb@google.com>2016-01-14 01:49:22 +0000
commitd1bd129d0028034eaac3f9e212522706f6b2fd9e (patch)
tree16b22ae3df7295f24984db12e4f097c419ea3eac /llvm/lib/Target
parent5bbf576945b772bcde2707668a3a52a736e59b3d (diff)
downloadbcm5719-llvm-d1bd129d0028034eaac3f9e212522706f6b2fd9e.tar.gz
bcm5719-llvm-d1bd129d0028034eaac3f9e212522706f6b2fd9e.zip
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 llvm-svn: 257733
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
index 91b3fff05dc..4922a4c550a 100644
--- a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
+++ b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
@@ -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
OpenPOWER on IntegriCloud