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 entering each control flow structure multiple times #5

Open
phoe opened this issue Nov 16, 2020 · 0 comments
Open

Test entering each control flow structure multiple times #5

phoe opened this issue Nov 16, 2020 · 0 comments

Comments

@phoe
Copy link
Owner

phoe commented Nov 16, 2020

Currently each test makes a new set of instances at each execution; this kills efficiency because ideally you would only instantiate e.g. a Tagbody or a HandlerCase once and then call out to it.

We need tests that verify that each control flow structure can be entered multiple times by the same thread. In the future, also check its reentrancy.

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