mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
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
This commit is contained in:
parent
70c6fe4d8d
commit
76215efe3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user