diff options
author | JF Bastien <jfb@google.com> | 2016-01-19 20:53:12 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2016-01-19 20:53:12 +0000 |
commit | 17999f20fa329b3b3e3d03348374cd78fcb3c469 (patch) | |
tree | dc4d8cf69d19abd02611566ca5899ddea768b1de | |
parent | e18e076bd537e7e480f2835a0eb867e904ec8d31 (diff) | |
download | bcm5719-llvm-17999f20fa329b3b3e3d03348374cd78fcb3c469.tar.gz bcm5719-llvm-17999f20fa329b3b3e3d03348374cd78fcb3c469.zip |
WebAssembly: mark known failure caused by r258125
The following test program triggers the assertion:
https://github.com/gcc-mirror/gcc/blob/master/gcc/testsuite/gcc.c-torture/execute/20030916-1.c
llvm-svn: 258182
-rw-r--r-- | llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt | 3 |
1 files changed, 3 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 4922a4c550a..6a98263b002 100644 --- a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt +++ b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt @@ -1,5 +1,8 @@ # Tests which are known to fail from the GCC torture test suite. +# InstrEmitter.cpp:302: unsigned int llvm::InstrEmitter::getVR(llvm::SDValue, DenseMap<llvm::SDValue, unsigned int> &): Assertion `I != VRBaseMap.end() && "Node emitted out of order - late"' failed. +20030916-1.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. ashldi-1.c ashrdi-1.c |