#679 Add tests for vertical scaling - #710
Conversation
dhendriks
left a comment
There was a problem hiding this comment.
I only had a quick look. Busy today.
| /** | ||
| * Regression tests. | ||
| */ |
There was a problem hiding this comment.
| /** | |
| * Regression tests. | |
| */ | |
| /** Regression tests. */ |
Here, but also in the other class for non-vertical scaling tests.
There was a problem hiding this comment.
I didn't check the tests in full detail. Did you look at what we changed in all pull requests for vertical scaling, where we added new code, and whether these new tests cover all new code/cases, reasonably? Or, phrased in another way: why did you add these tests, specifically, and not others/more?
There was a problem hiding this comment.
This one has no 'images' folder.
There was a problem hiding this comment.
Some synchronization issue with Eclipse, I suppose.
|
More test can always be added. These are simple and/or the ones that gave us some issues recently. More could be added, for instance regarding simplifications of the control nodes/flows (step 17 of the current synthesis chain), although this issue is more esthetic than functional. Looking at the list in #379, all those items are covered in one or more tests. If you come up with additional things to test, please let me know and I'll add them. |
|
Ready for review. |
|
Do we have a test that synthesizes a higher-level activity that calls some lower-level ones in parallel? |
Added a test for it, called |
Closes #679. It does not contain the FIFO robot example (we will need to discuss #709 in order to add it).