You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e8d1759 fixed this by disabling that test. But it's not very satisfying, ideally we'd actually test that this aborts as it should... but I don't see an easy way to do this, unfortunately. Maybe textest can do it but if so then I haven't found out how (see nextest-rs/nextest#804).
RalfJung
changed the title
Fix CI for aborting panics on mem::uninitialized
Test that certain things abort as they should
Feb 4, 2023
Our tests rely on catching panics caused by mem::uninitialized but that no longer works, these are immediate-abort panics now.
The text was updated successfully, but these errors were encountered: