Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

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

Open
@keithw

Description

@keithw

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions