Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove dead code
[simgrid.git] / examples / msg / mc / test / snapshot_comparison4.tesh
1 #! ./tesh
2
3 ! expect signal SIGABRT
4 ! timeout 200
5 $ ${bindir:=.}/snapshot_comparison4 --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:@) Check the liveness property promela
8 > [  0.000000] (1:test@HostA) **** Start test ****
9 > [  0.000000] (1:test@HostA) Free after first snapshot
10 > [  0.000000] (1:test@HostA) Toto allocated
11 > [  0.000000] (1:test@HostA) First snapshot
12 > [  0.000000] (1:test@HostA) Toto free
13 > [  0.000000] (1:test@HostA) Second snapshot
14 > [  0.000000] (1:test@HostA) Test result : 1 (0 = state equality, 1 = different states)
15 > [  0.000000] (1:test@HostA) **** End test ****