From 7a20764932451441003f9d164ab24d612d6a55b8 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 23 Feb 2017 12:27:10 +0100 Subject: [PATCH] fix a suppurious failure on sanitizers --- examples/simdag/throttling/sd_throttling.tesh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/simdag/throttling/sd_throttling.tesh b/examples/simdag/throttling/sd_throttling.tesh index bd795051dd..e58c296f78 100644 --- a/examples/simdag/throttling/sd_throttling.tesh +++ b/examples/simdag/throttling/sd_throttling.tesh @@ -1,6 +1,9 @@ #! ./tesh p Modify the rate of communication tasks even when they are auto-scheduled +# We need to sort this out because the order changes with the sanitizers (at least) +! output sort + $ $SG_TEST_EXENV ./throttling/sd_throttling ${srcdir:=.}/../platforms/two_clusters.xml > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks. > [5.000000] [sd_comm_throttling/INFO] Simulation stopped after 5.0000 seconds -- 2.20.1