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

Would be helpful for tests to test br inside try-catch #210

Open
keithw opened this issue May 28, 2022 · 0 comments
Open

Would be helpful for tests to test br inside try-catch #210

keithw opened this issue May 28, 2022 · 0 comments

Comments

@keithw
Copy link
Member

keithw commented May 28, 2022

The current tests do not test br* instructions inside a try-catch block (either inside the body of the try block or one of the catch blocks). There are some subtleties here that I suspect it would be easy for an implementation to screw up without test coverage. (E.g., br out of a try block body to somewhere that then throws an exception -- the stack should be unwound to the correct place.) It would be helpful to have test coverage for these scenarios.

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