X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4c13ae49e3c558dd6c83e0e1a479c189f57aec45..3f4f5e63dadc0023c0a02a08af8e9e9801b38e8e:/teshsuite/mc/random-bug/random-bug-replay.tesh diff --git a/teshsuite/mc/random-bug/random-bug-replay.tesh b/teshsuite/mc/random-bug/random-bug-replay.tesh index ed83684e88..560b2d9253 100644 --- a/teshsuite/mc/random-bug/random-bug-replay.tesh +++ b/teshsuite/mc/random-bug/random-bug-replay.tesh @@ -1,12 +1,27 @@ #!/usr/bin/env tesh -$ ${bindir:=.}/random-bug printf ${platfdir}/small_platform.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" "--cfg=model-check/replay:1/3;1/4" +$ ${bindir:=.}/random-bug printf ${platfdir}/small_platform.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" "--cfg=model-check/replay:1/3;1/4" --log=no_loc > [ 0.000000] (0:maestro@) Behavior: printf > [ 0.000000] (0:maestro@) path=1/3;1/4 +> [ 0.000000] (0:maestro@) The backtrace of each transition will not be shown because of --log=no_loc +> [ 0.000000] (0:maestro@) *********************************************************************************** +> [ 0.000000] (0:maestro@) * Path chunk #1 '1/3' Actor app(pid:1): Random(min:0 max:5) +> [ 0.000000] (0:maestro@) *********************************************************************************** +> [ 0.000000] (0:maestro@) *********************************************************************************** +> [ 0.000000] (0:maestro@) * Path chunk #2 '1/4' Actor app(pid:1): Random(min:0 max:5) +> [ 0.000000] (0:maestro@) *********************************************************************************** > [ 0.000000] (1:app@Fafard) Error reached +> [ 0.000000] (0:maestro@) The replay of the trace is complete. The application is terminating. # Behavior: assert does not have the same output within and without MC, so don't test it here. That's already covered with the other ones ! expect signal SIGIOT -$ $VALGRIND_NO_LEAK_CHECK ${bindir:=.}/random-bug abort ${platfdir}/small_platform.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" "--cfg=model-check/replay:1/3;1/4" +$ $VALGRIND_NO_LEAK_CHECK ${bindir:=.}/random-bug abort ${platfdir}/small_platform.xml --log=xbt_cfg.thresh:warning "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" "--cfg=model-check/replay:1/3;1/4" --log=no_loc > [ 0.000000] (0:maestro@) Behavior: abort > [ 0.000000] (0:maestro@) path=1/3;1/4 +> [ 0.000000] (0:maestro@) The backtrace of each transition will not be shown because of --log=no_loc +> [ 0.000000] (0:maestro@) *********************************************************************************** +> [ 0.000000] (0:maestro@) * Path chunk #1 '1/3' Actor app(pid:1): Random(min:0 max:5) +> [ 0.000000] (0:maestro@) *********************************************************************************** +> [ 0.000000] (0:maestro@) *********************************************************************************** +> [ 0.000000] (0:maestro@) * Path chunk #2 '1/4' Actor app(pid:1): Random(min:0 max:5) +> [ 0.000000] (0:maestro@) ***********************************************************************************