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.
Updated by Andrei Tatarnikov over 8 years ago
- Priority changed from Normal to Urgent
Updated by Andrei Tatarnikov over 8 years ago
- Status changed from New to Open
r6729 - Blocks are divided into external (global code) and internal (test cases).
r6736 - TrivialEngine, an engine for processing global code (no presimulation, no data generation).
Updated by Andrei Tatarnikov over 8 years ago
- Status changed from Open to Resolved
Updated by Andrei Tatarnikov over 7 years ago
- Status changed from Resolved to Closed
- Published in build set to 2.4.15
Actions