Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-check/sleep-set is now true by default
[simgrid.git] / examples / cpp / mc-failing-assert / s4u-mc-failing-assert-nodpor.tesh
1 #!/usr/bin/env tesh
2
3 ! expect return 1
4 ! timeout 300
5 $ $VALGRIND_NO_TRACE_CHILDREN ${bindir:=.}/../../../bin/simgrid-mc --cfg=model-check/reduction:none -- ${bindir:=.}/s4u-mc-failing-assert ${platfdir}/small_platform.xml --log=root.thresh:critical
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check/reduction' to 'none'
7 > [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: none.
8 > [0.000000] [mc_explo/INFO] **************************
9 > [0.000000] [mc_explo/INFO] *** PROPERTY NOT VALID ***
10 > [0.000000] [mc_explo/INFO] **************************
11 > [0.000000] [mc_explo/INFO] Counter-example execution trace:
12 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
13 > [0.000000] [mc_explo/INFO]   3: iSend(mbox=0)
14 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 3 to 1, mbox=0, no timeout)
15 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
16 > [0.000000] [mc_explo/INFO]   2: iSend(mbox=0)
17 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 2 to 1, mbox=0, no timeout)
18 > [0.000000] [mc_explo/INFO] You can debug the problem (and see the whole details) by rerunning out of simgrid-mc with --cfg=model-check/replay:'1;3;1;1;2;1'
19 > [0.000000] [mc_dfs/INFO] DFS exploration ended. 24 unique states visited; 8 backtracks (26 transition replays, 58 states visited overall)
20
21 ! expect return 1
22 ! timeout 300
23 $ $VALGRIND_NO_TRACE_CHILDREN ${bindir:=.}/../../../bin/simgrid-mc --cfg=model-check/reduction:none --cfg=model-check/strategy:max_match_comm -- ${bindir:=.}/s4u-mc-failing-assert ${platfdir}/small_platform.xml --log=root.thresh:critical
24 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check/reduction' to 'none'
25 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check/strategy' to 'max_match_comm'
26 > [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: none.
27 > [0.000000] [mc_explo/INFO] **************************
28 > [0.000000] [mc_explo/INFO] *** PROPERTY NOT VALID ***
29 > [0.000000] [mc_explo/INFO] **************************
30 > [0.000000] [mc_explo/INFO] Counter-example execution trace:
31 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
32 > [0.000000] [mc_explo/INFO]   3: iSend(mbox=0)
33 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 3 to 1, mbox=0, no timeout)
34 > [0.000000] [mc_explo/INFO]   3: WaitComm(from 3 to 1, mbox=0, no timeout)
35 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
36 > [0.000000] [mc_explo/INFO]   2: iSend(mbox=0)
37 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 2 to 1, mbox=0, no timeout)
38 > [0.000000] [mc_explo/INFO] You can debug the problem (and see the whole details) by rerunning out of simgrid-mc with --cfg=model-check/replay:'1;3;1;3;1;2;1'
39 > [0.000000] [mc_dfs/INFO] DFS exploration ended. 14 unique states visited; 1 backtracks (1 transition replays, 16 states visited overall)
40
41
42 ! expect return 1
43 ! timeout 300
44 $ $VALGRIND_NO_TRACE_CHILDREN ${bindir:=.}/../../../bin/simgrid-mc --cfg=model-check/reduction:none --cfg=model-check/strategy:min_match_comm -- ${bindir:=.}/s4u-mc-failing-assert ${platfdir}/small_platform.xml --log=root.thresh:critical
45 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check/reduction' to 'none'
46 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check/strategy' to 'min_match_comm'
47 > [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: none.
48 > [0.000000] [mc_explo/INFO] **************************
49 > [0.000000] [mc_explo/INFO] *** PROPERTY NOT VALID ***
50 > [0.000000] [mc_explo/INFO] **************************
51 > [0.000000] [mc_explo/INFO] Counter-example execution trace:
52 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
53 > [0.000000] [mc_explo/INFO]   3: iSend(mbox=0)
54 > [0.000000] [mc_explo/INFO]   2: iSend(mbox=0)
55 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 3 to 1, mbox=0, no timeout)
56 > [0.000000] [mc_explo/INFO]   3: WaitComm(from 3 to 1, mbox=0, no timeout)
57 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
58 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 2 to 1, mbox=0, no timeout)
59 > [0.000000] [mc_explo/INFO] You can debug the problem (and see the whole details) by rerunning out of simgrid-mc with --cfg=model-check/replay:'1;3;2;1;3;1;1'
60 > [0.000000] [mc_dfs/INFO] DFS exploration ended. 29 unique states visited; 10 backtracks (26 transition replays, 65 states visited overall)