From: Martin Quinson Date: Sat, 19 Feb 2022 12:09:47 +0000 (+0100) Subject: Fix a MC test that seem to be tested on freebsd only. Not sure X-Git-Tag: v3.31~365 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c90a323cb13f579bb1708df651844751716f6c0b Fix a MC test that seem to be tested on freebsd only. Not sure --- diff --git a/teshsuite/mc/random-bug/random-bug-nocrash.tesh b/teshsuite/mc/random-bug/random-bug-nocrash.tesh index 37136e8a4b..c2a007f354 100644 --- a/teshsuite/mc/random-bug/random-bug-nocrash.tesh +++ b/teshsuite/mc/random-bug/random-bug-nocrash.tesh @@ -10,11 +10,10 @@ $ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/random-bug assert ${platfdir > [ 0.000000] (0:maestro@) Random([0;5] ~> 3) > [ 0.000000] (0:maestro@) Random([0;5] ~> 4) > [ 0.000000] (0:maestro@) Path = 1/3;1/4 -> [ 0.000000] (0:maestro@) 27 unique states visited; 22 backtracks (68 transition replays, 19 states visited overall) +> [ 0.000000] (0:maestro@) DFS exploration ended. 27 unique states visited; 22 backtracks (68 transition replays, 19 states visited overall) $ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/random-bug printf ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" --log=xbt_cfg.thresh:warning > [ 0.000000] (0:maestro@) Start a DFS exploration. Reduction is: dpor. > [ 0.000000] (0:maestro@) Behavior: printf > [ 0.000000] (1:app@Fafard) Error reached -> [ 0.000000] (0:maestro@) No property violation found. -> [ 0.000000] (0:maestro@) 43 unique states visited; 36 backtracks (108 transition replays, 30 states visited overall) +> [ 0.000000] (0:maestro@) DFS exploration ended. 43 unique states visited; 36 backtracks (108 transition replays, 30 states visited overall)