cafe-latte icon indicating copy to clipboard operation
cafe-latte copied to clipboard

Test entering each control flow structure multiple times

Open phoe opened this issue 4 years ago • 0 comments

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.

phoe avatar Nov 16 '20 08:11 phoe