Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Give another try to test mc-bugged1-liveness-visited...
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 13 May 2022 10:06:51 +0000 (12:06 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 13 May 2022 10:12:51 +0000 (12:12 +0200)
... and see if the situation has changed since commit 73e643057a95ed6f20d6bd03bc8cd13a7042f9aa

examples/cpp/CMakeLists.txt

index 100db9a..ae99369 100644 (file)
@@ -41,9 +41,9 @@ if(SIMGRID_HAVE_MC)
   # Model-checking liveness
   if(HAVE_UCONTEXT_CONTEXTS AND SIMGRID_PROCESSOR_x86_64)
     # liveness model-checking works only on 64bits (for now ...)
-    set(_mc-bugged1-liveness_factories "ucontext") # Timeout
+    set(_mc-bugged1-liveness_factories "ucontext")
     add_dependencies(tests-mc s4u-mc-bugged1-liveness)
-    set(_mc-bugged2-liveness_factories "ucontext") # Timeout
+    set(_mc-bugged2-liveness_factories "ucontext")
   else()
     set(_mc-bugged1-liveness_disable 1)
   endif()
@@ -51,11 +51,10 @@ if(SIMGRID_HAVE_MC)
   # This example never ends, disable it for now
   set(_mc-bugged2-liveness_disable 1)
 
-  # This example hit the 5' timeout on CI, disable it for now
-  #    ADD_TESH(s4u-mc-bugged1-liveness-visited-ucontext --setenv bindir=${CMAKE_CURRENT_BINARY_DIR}/mc-bugged1-liveness
-  #                                                      --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
-  #                                                      --cd ${CMAKE_CURRENT_SOURCE_DIR}/mc-bugged1-liveness
-  #                                                       ${CMAKE_HOME_DIRECTORY}/examples/cpp/mc-bugged1-liveness/s4u-mc-bugged1-liveness-visited.tesh)
+  ADD_TESH(s4u-mc-bugged1-liveness-visited-ucontext --setenv bindir=${CMAKE_CURRENT_BINARY_DIR}/mc-bugged1-liveness
+                                                    --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
+                                                    --cd ${CMAKE_CURRENT_SOURCE_DIR}/mc-bugged1-liveness
+                                                     ${CMAKE_HOME_DIRECTORY}/examples/cpp/mc-bugged1-liveness/s4u-mc-bugged1-liveness-visited.tesh)
   IF(HAVE_C_STACK_CLEANER)
     add_dependencies(tests-mc s4u-mc-bugged1-liveness-stack-cleaner)
     # This test checks if the stack cleaner is making a difference: