Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test that certain things abort as they should #15

Open
RalfJung opened this issue Jan 16, 2023 · 1 comment
Open

Test that certain things abort as they should #15

RalfJung opened this issue Jan 16, 2023 · 1 comment

Comments

@RalfJung
Copy link
Owner

Our tests rely on catching panics caused by mem::uninitialized but that no longer works, these are immediate-abort panics now.

@RalfJung
Copy link
Owner Author

RalfJung commented Feb 4, 2023

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 RalfJung changed the title Fix CI for aborting panics on mem::uninitialized Test that certain things abort as they should Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant