Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove obsolete examples
[simgrid.git] / examples / msg / mc / test / snapshot_comparison2.tesh
diff --git a/examples/msg/mc/test/snapshot_comparison2.tesh b/examples/msg/mc/test/snapshot_comparison2.tesh
deleted file mode 100644 (file)
index 230bbcc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#! ./tesh
-
-! expect signal SIGABRT
-! timeout 200
-$ ${bindir:=.}/snapshot_comparison2 --cfg=model-check:1 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
-> [  0.000000] (0:@) Configuration change: Set 'model-check' to '1'
-> [  0.000000] (0:@) Check the liveness property promela
-> [  0.000000] (1:test@HostA) **** Start test ****
-> [  0.000000] (1:test@HostA) Malloc after first snapshot
-> [  0.000000] (1:test@HostA) First snapshot
-> [  0.000000] (1:test@HostA) Toto allocated
-> [  0.000000] (1:test@HostA) Second snapshot
-> [  0.000000] (1:test@HostA) Test result : 1 (0 = state equality, 1 = different states)
-> [  0.000000] (1:test@HostA) **** End test ****