Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix missing fortran import
[simgrid.git] / examples / cpp / mc-bugged2 / s4u-mc-bugged2.tesh
1 #!/usr/bin/env tesh
2
3 ! expect return 1
4 ! timeout 20
5 $ $VALGRIND_NO_TRACE_CHILDREN ${bindir:=.}/../../../bin/simgrid-mc --cfg=model-check/sleep-set:true ${bindir:=.}/s4u-mc-bugged2 ${platfdir:=.}/model_checker_platform.xml  --log=root.thresh:critical --log=mc.thresh:info
6 > [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: dpor.
7 > [0.000000] [mc_explo/INFO] **************************
8 > [0.000000] [mc_explo/INFO] *** PROPERTY NOT VALID ***
9 > [0.000000] [mc_explo/INFO] **************************
10 > [0.000000] [mc_explo/INFO] Counter-example execution trace:
11 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
12 > [0.000000] [mc_explo/INFO]   3: iSend(mbox=0)
13 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 3 to 1, mbox=0, no timeout)
14 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
15 > [0.000000] [mc_explo/INFO]   3: WaitComm(from 3 to 1, mbox=0, no timeout)
16 > [0.000000] [mc_explo/INFO]   3: iSend(mbox=0)
17 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 3 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;3;3;1'
19 > [0.000000] [mc_dfs/INFO] DFS exploration ended. 140 unique states visited; 33 backtracks (228 transition replays, 401 states visited overall)
20
21 ! expect return 1
22 ! timeout 20
23 $ $VALGRIND_NO_TRACE_CHILDREN ${bindir:=.}/../../../bin/simgrid-mc --cfg=model-check/sleep-set:true --cfg=model-check/strategy:min_match_comm ${bindir:=.}/s4u-mc-bugged2 ${platfdir:=.}/model_checker_platform.xml  --log=root.thresh:critical --log=mc.thresh:info
24 > [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: dpor.
25 > [0.000000] [mc_explo/INFO] **************************
26 > [0.000000] [mc_explo/INFO] *** PROPERTY NOT VALID ***
27 > [0.000000] [mc_explo/INFO] **************************
28 > [0.000000] [mc_explo/INFO] Counter-example execution trace:
29 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
30 > [0.000000] [mc_explo/INFO]   3: iSend(mbox=0)
31 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 3 to 1, mbox=0, no timeout)
32 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
33 > [0.000000] [mc_explo/INFO]   3: WaitComm(from 3 to 1, mbox=0, no timeout)
34 > [0.000000] [mc_explo/INFO]   3: iSend(mbox=0)
35 > [0.000000] [mc_explo/INFO]   2: iSend(mbox=0)
36 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 3 to 1, mbox=0, no timeout)
37 > [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;3;3;2;1'
38 > [0.000000] [mc_dfs/INFO] DFS exploration ended. 157 unique states visited; 32 backtracks (184 transition replays, 373 states visited overall)
39
40 ! expect return 1
41 ! timeout 20
42 $ $VALGRIND_NO_TRACE_CHILDREN ${bindir:=.}/../../../bin/simgrid-mc --cfg=model-check/sleep-set:true --cfg=model-check/strategy:max_match_comm ${bindir:=.}/s4u-mc-bugged2 ${platfdir:=.}/model_checker_platform.xml  --log=root.thresh:critical --log=mc.thresh:info
43 > [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: dpor.
44 > [0.000000] [mc_explo/INFO] **************************
45 > [0.000000] [mc_explo/INFO] *** PROPERTY NOT VALID ***
46 > [0.000000] [mc_explo/INFO] **************************
47 > [0.000000] [mc_explo/INFO] Counter-example execution trace:
48 > [0.000000] [mc_explo/INFO]   1: iRecv(mbox=0)
49 > [0.000000] [mc_explo/INFO]   3: iSend(mbox=0)
50 > [0.000000] [mc_explo/INFO]   1: WaitComm(from 3 to 1, mbox=0, no timeout)
51 > [0.000000] [mc_explo/INFO]   3: WaitComm(from 3 to 1, mbox=0, no timeout)
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]   1: WaitComm(from 3 to 1, mbox=0, no timeout)
55 > [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;3;1'
56 > [0.000000] [mc_dfs/INFO] DFS exploration ended. 49 unique states visited; 5 backtracks (23 transition replays, 77 states visited overall)