here are some issues related to the statemachines testcases

test22.mc: state machines from the tutorial, just 4 states

doesn’t generate the right C code

test23.mc: two states and one transition

doesn’t generate the right C code

test24.mc: two states and two conditional transitions

doesn’t generate the right C code

test25.mc: three states and five conditional transitions

doesn’t generate the right C code

test26.mc: three states, five conditional transition and a local variable

doesn’t generate the right C code

test27.mc: three states, conditional transitions, a local variable and a call to an external function

doesn’t compile

test28.mc: three states, conditional transitions, a local variable and a rising of an output event

doesn’t compile

Submitted by Dario Nesi on 2 May 2013 at 14:15

On 23 May 2013 at 12:37 Daco Harkes tagged @mvoda

On 30 May 2013 at 12:24 Daco Harkes tagged @mvoda

On 30 May 2013 at 15:32 Daco Harkes commented:

These testcases need to be moved to the statemachine folder, and need to be buildable/runnable.

Log in to post comments