Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
64eef54dd8720cb0e63a0942a9710c2df474b793
[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_LEAK_CHECK ${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]   3: iSend(mbox=0)
13 > [0.000000] [mc_explo/INFO]   1: iRecv(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:'3;1;1;1;2;1'
19 > [0.000000] [mc_dfs/INFO] DFS exploration ended. 162 unique states visited; 48 backtracks (438 transition replays, 228 states visited overall)
20
21 ! expect return 1
22 ! timeout 300
23 $ $VALGRIND_NO_LEAK_CHECK ${bindir:=.}/../../../bin/simgrid-mc --cfg=model-check/reduction:none --cfg=model-check/strategy:nb_wait -- ${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 'nb_wait'
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]   3: iSend(mbox=0)
32 > [0.000000] [mc_explo/INFO]   2: iSend(mbox=0)
33 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
34 > [0.000000] [mc_explo/INFO]   3: WaitComm(from 3 to 1, mbox=0, no timeout)
35 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 3 to 1, mbox=0, no timeout)
36 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
37 > [0.000000] [mc_explo/INFO]   2: WaitComm(from 2 to 1, mbox=0, no timeout)
38 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 2 to 1, mbox=0, no timeout)
39 > [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:'3;2;1;3;1;1;2;1'
40 > [0.000000] [mc_dfs/INFO] DFS exploration ended. 8 unique states visited; 0 backtracks (8 transition replays, 0 states visited overall)