Closed
Description
Once #693 is merged, we will have support for unwind panics. However, we will not support abort panics, due to a quirk in how libpanic_abort
is compiled.
I've opend a rust PR to fix the underlying issue: rust-lang/rust#66489. Once it's merged (or another solution is found), we can re-enable these tests