Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
230bbcce5c501321e627a0aa24d83efc34d2a934
[simgrid.git] / examples / msg / mc / test / snapshot_comparison2.tesh
1 #! ./tesh
2
3 ! expect signal SIGABRT
4 ! timeout 200
5 $ ${bindir:=.}/snapshot_comparison2 --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) Malloc after first snapshot
10 > [  0.000000] (1:test@HostA) First snapshot
11 > [  0.000000] (1:test@HostA) Toto allocated
12 > [  0.000000] (1:test@HostA) Second snapshot
13 > [  0.000000] (1:test@HostA) Test result : 1 (0 = state equality, 1 = different states)
14 > [  0.000000] (1:test@HostA) **** End test ****