From 56631873e4cc8cc0ac7ac513bb826b07fec37605 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 10 Jul 2019 08:38:11 +0200 Subject: [PATCH] Disable leak check on abort. --- teshsuite/mc/random-bug/random-bug-replay.tesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/mc/random-bug/random-bug-replay.tesh b/teshsuite/mc/random-bug/random-bug-replay.tesh index f49f474f6f..11145c900d 100644 --- a/teshsuite/mc/random-bug/random-bug-replay.tesh +++ b/teshsuite/mc/random-bug/random-bug-replay.tesh @@ -7,6 +7,6 @@ $ ${bindir:=.}/random-bug printf ${platfdir}/small_platform.xml --log=xbt_cfg.t # 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 -$ ${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:%P@%h)%e%m%n" "--cfg=model-check/replay:1/3;1/4" > Behavior: abort > [ 0.000000] (0:maestro@) path=1/3;1/4 -- 2.20.1