From: Arnaud Giersch Date: Thu, 12 Mar 2020 13:41:33 +0000 (+0100) Subject: Two tests are fixed. X-Git-Tag: v3.26~742 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1c081ab534ee7cb5863f0cded0940ccbcd07b46a?hp=fd3eb2f5d0d3fe54889995b18df1c982eff3f629 Two tests are fixed. Contributes to simgrid/simgrid#47. --- 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>);