Feature #8256
closedAdd tests for EMG failures
0%
Description
There are several unsolved and quite complex problems when EMG cannot generate an environment model or generates it incorrectly. It is proposed to develop a test suite that would allow checking typical problems after new EMG improvements. Most of these problems occur due to complicated use of type definitions, type and function scope, function pointers, etc.
Updated by Evgeny Novikov over 7 years ago
- Category changed from Environment models to Testing
Updated by Ilja Zakharov about 7 years ago
- Status changed from New to Resolved
Instead of doing tests I fixed failures itself. Gladly because we decided to disable patterns in EMG it was not too difficult. Implemented in 'emg-failures'.
Updated by Alexey Khoroshilov about 7 years ago
Ilja Zakharov wrote:
Instead of doing tests I fixed failures itself. Gladly because we decided to disable patterns in EMG it was not too difficult. Implemented in 'emg-failures'.
What do you mean by "disable patterns in EMG"?
Updated by Ilja Zakharov about 7 years ago
What do you mean by "disable patterns in EMG"?
Since March we do not call callbacks if no interface specification is given.
Updated by Alexey Khoroshilov about 7 years ago
You should add "by default". It is an important feature of EMG for some of our use cases.
Updated by Evgeny Novikov almost 7 years ago
- Status changed from Resolved to Closed
I merged branch tests to master in f96d83aa.