Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prepare MSG_storages_as_dynar function
[simgrid.git] / examples / msg / mc / test / snapshot_comparison5.tesh
1 #! ./tesh
2
3 ! expect signal SIGABRT
4 ! timeout 200
5 $ ${bindir:=.}/snapshot_comparison5 --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) Increment local variable
10 > [  0.000000] (1:test@HostA) j = 0
11 > [  0.000000] (1:test@HostA) First snapshot
12 > [  0.000000] (1:test@HostA) j = 1
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 ****