Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
806106b2db862803c6a130fdba8f9f5f45decb8c
[simgrid.git] / examples / msg / mc / test / snapshot_comparison3.tesh
1 #! ./tesh
2
3 ! expect signal SIGABRT
4 ! timeout 200
5 $ ${bindir:=.}/snapshot_comparison3 --cfg=model-check:1 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
6 > [  0.000000] (0:@) Configuration change: Set 'model-check' to '1'
7 > [  0.000000] (0:@) type in variable = 2
8 > [  0.000000] (0:@) Check the liveness property promela
9 > [  0.000000] (1:test@HostA) **** Start test ****
10 > [  0.000000] (1:test@HostA) Malloc and free after first snapshot
11 > [  0.000000] (1:test@HostA) First snapshot
12 > [  0.000000] (1:test@HostA) Toto allocated
13 > [  0.000000] (1:test@HostA) Toto free
14 > [  0.000000] (1:test@HostA) Second snapshot
15 > [  0.000000] (1:test@HostA) Test result : 0 (0 = state equality, 1 = different states)
16 > [  0.000000] (1:test@HostA) **** End test ****