Actions
Task #7395
closedSupport for external code and global labels
Start date:
07/13/2016
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
2.4.15
Description
A test template is a sequence of blocks. Each block is either a usual block (to be unrolled to a sequence of test cases) or an external code (e.g. prologue or epilogue).
It is allowed to define global labels and jump to global labels in external code. It is prohibited to jump over usual blocks and jump to local labels.
When external code appears, the generator starts interpreting it (this may involve jumping to global labels) and does so until the control flow reaches an unhandled block.
Actions