From 1c081ab534ee7cb5863f0cded0940ccbcd07b46a Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 12 Mar 2020 14:41:33 +0100 Subject: [PATCH] Two tests are fixed. Contributes to simgrid/simgrid#47. --- teshsuite/s4u/activity-lifecycle/testing_test-wait.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/teshsuite/s4u/activity-lifecycle/testing_test-wait.cpp b/teshsuite/s4u/activity-lifecycle/testing_test-wait.cpp index 40a2cdac84..0c4d1fb40a 100644 --- a/teshsuite/s4u/activity-lifecycle/testing_test-wait.cpp +++ b/teshsuite/s4u/activity-lifecycle/testing_test-wait.cpp @@ -161,8 +161,8 @@ TEST_CASE("Activity test/wait: using ") RUN_SECTION("exec: run and test once", test_trivial); RUN_SECTION("exec: run and test many", test_basic); RUN_SECTION("exec: cancel and test", test_cancel); - // exec: actor failure and test / sleep - // exec: host failure and test / sleep + RUN_SECTION("exec: actor failure and test / sleep", test_failure_actor); + RUN_SECTION("exec: host failure and test / sleep", test_failure_host); RUN_SECTION("exec: actor failure and test / wait", test_failure_actor); RUN_SECTION("exec: host failure and test / wait", test_failure_host); @@ -208,10 +208,6 @@ TEST_CASE("Activity test/wait: tests currently failing", "[.][failing]") { XBT_INFO("#####[ launch next failing test ]#####"); - // with tester_test - RUN_SECTION("exec: actor failure and test / sleep", test_failure_actor); - RUN_SECTION("exec: host failure and test / sleep", test_failure_host); - // with tester_wait<0> RUN_SECTION("exec: run and wait<0> many", test_basic>); RUN_SECTION("exec: actor failure and wait<0> / sleep", test_failure_actor, waiter_sleep6>); -- 2.30.2