From: Marion Guthmuller Date: Tue, 19 Mar 2013 12:50:30 +0000 (+0100) Subject: model-checker : update tesh (according to previous cleanups) X-Git-Tag: v3_9_90~428 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bf5117c417f6e356c3a10c7f4856972e9b22f804?ds=sidebyside model-checker : update tesh (according to previous cleanups) --- diff --git a/examples/msg/mc/bugged1_liveness.tesh b/examples/msg/mc/bugged1_liveness.tesh index 7bcb577f50..b083c7ca67 100644 --- a/examples/msg/mc/bugged1_liveness.tesh +++ b/examples/msg/mc/bugged1_liveness.tesh @@ -39,6 +39,7 @@ $ ${bindir:=.}/bugged1_liveness --cfg=model-check:1 --cfg=contexts/factory:ucont > [0.000000] [mc_global/INFO] [(3)client] iSend (src=client, buff=(verbose only), size=(verbose only)) > [0.000000] [mc_global/INFO] [(1)coordinator] Wait (comm=(verbose only) [(3)client -> (1)coordinator]) > [0.000000] [mc_global/INFO] [(1)coordinator] iSend (src=coordinator, buff=(verbose only), size=(verbose only)) -> [0.000000] [mc_global/INFO] Expanded pairs = 23 -> [0.000000] [mc_global/INFO] Visited pairs = 21 -> [0.000000] [mc_global/INFO] Expanded / Visited = 0.913043 +> [0.000000] [mc_global/INFO] Expanded states = 22 +> [0.000000] [mc_global/INFO] Visited states = 21 +> [0.000000] [mc_global/INFO] Executed transitions = 21 +> [0.000000] [mc_global/INFO] Expanded / Visited = 0.954545 diff --git a/examples/msg/mc/chord/chord_neverjoin.tesh b/examples/msg/mc/chord/chord_neverjoin.tesh index c5c2a3c8b5..26881288ff 100644 --- a/examples/msg/mc/chord/chord_neverjoin.tesh +++ b/examples/msg/mc/chord/chord_neverjoin.tesh @@ -2,7 +2,7 @@ ! expect signal SIGABRT ! timeout 200 -$ ${bindir:=.}/chord_liveness --cfg=model-check:1 --cfg=contexts/factory:ucontext +$ ${bindir:=.}/chord_liveness --cfg=model-check:1 --cfg=contexts/factory:ucontext > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check' to '1' > [0.000000] [mc_global/INFO] Check the liveness property promela_chord_liveness > [Jean_Yves:node:(1) 0.000000] [chord_liveness/INFO] Joining the ring with id 14, knowing node 1 @@ -25,6 +25,7 @@ $ ${bindir:=.}/chord_liveness --cfg=model-check:1 --cfg=contexts/factory:ucontex > [0.000000] [mc_global/INFO] [(1)node] Wait (comm=(verbose only) [(3)node -> (1)node]) > [0.000000] [mc_global/INFO] [(1)node] iRecv (dst=node, buff=(verbose only), size=(verbose only)) > [0.000000] [mc_global/INFO] [(1)node] Test FALSE (comm=(verbose only)) -> [0.000000] [mc_global/INFO] Expanded pairs = 14 -> [0.000000] [mc_global/INFO] Visited pairs = 10 -> [0.000000] [mc_global/INFO] Expanded / Visited = 0.714286 +> [0.000000] [mc_global/INFO] Expanded states = 11 +> [0.000000] [mc_global/INFO] Visited states = 10 +> [0.000000] [mc_global/INFO] Executed transitions = 10 +> [0.000000] [mc_global/INFO] Expanded / Visited = 0.909091