Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't test statequality: it's ~15h w/o DPOR and hard to optimize
[simgrid.git] / examples / cpp / mc-failing-assert / s4u-mc-failing-assert-statequality.tesh
1 #!/usr/bin/env tesh
2
3 ! expect return 1
4 ! timeout 300
5 $ ${bindir:=.}/../../../bin/simgrid-mc --cfg=model-check/visited:10000 -- ${bindir:=.}/s4u-mc-failing-assert ${platfdir}/small_platform.xml --log=root.thresh:critical
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'model-check/visited' to '20'
7 > [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: dpor.
8 > [0.000000] [mc_ModelChecker/INFO] **************************
9 > [0.000000] [mc_ModelChecker/INFO] *** PROPERTY NOT VALID ***
10 > [0.000000] [mc_ModelChecker/INFO] **************************
11 > [0.000000] [mc_ModelChecker/INFO] Counter-example execution trace:
12 > [0.000000] [mc_ModelChecker/INFO]   1: iRecv(mbox=0)
13 > [0.000000] [mc_ModelChecker/INFO]   3: iSend(mbox=0)
14 > [0.000000] [mc_ModelChecker/INFO]   1: WaitComm(from 3 to 1, mbox=0, no timeout)
15 > [0.000000] [mc_ModelChecker/INFO]   1: iRecv(mbox=0)
16 > [0.000000] [mc_ModelChecker/INFO]   2: iSend(mbox=0)
17 > [0.000000] [mc_ModelChecker/INFO]   1: WaitComm(from 2 to 1, mbox=0, no timeout)
18 > [0.000000] [mc_ModelChecker/INFO] Path = 1;3;1;1;2;1
19 > [0.000000] [mc_dfs/INFO] DFS exploration ended. 18 unique states visited; 4 backtracks (22 transition replays, 0 states visited overall)