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

Allow other tests to run when a test fails #835

Closed
Aaron1011 opened this issue Jul 13, 2019 · 2 comments
Closed

Allow other tests to run when a test fails #835

Aaron1011 opened this issue Jul 13, 2019 · 2 comments
Labels
A-interpreter Area: affects the core interpreter C-proposal Category: a proposal for something we might want to do, or maybe not; details still being worked out

Comments

@Aaron1011
Copy link
Member

Currently, cargo miri test will bail out on the first test that fails. This can make it very difficult to run Miri on a project's test suite - especially when the use of FFI/panicking is pervasive.

@RalfJung
Copy link
Member

Well, you are working on the panicking problem. ;)

I don't see a good way to continue execution on an interpreter error though.

@RalfJung RalfJung added A-interpreter Area: affects the core interpreter C-proposal Category: a proposal for something we might want to do, or maybe not; details still being worked out labels Jul 13, 2019
@RalfJung
Copy link
Member

RalfJung commented Jul 13, 2019

Actually I would say this is basically a duplicate of #788. Also see #797.

Please reopen if you disagree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-interpreter Area: affects the core interpreter C-proposal Category: a proposal for something we might want to do, or maybe not; details still being worked out
Projects
None yet
Development

No branches or pull requests

2 participants