Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Activate test s4u-actor-exiting.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 21 Jan 2019 15:15:13 +0000 (16:15 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 21 Jan 2019 15:15:13 +0000 (16:15 +0100)
According to emptty it's failing, add note with set_tesh_properties().
Also fix distcheck.

examples/s4u/CMakeLists.txt

index 784968c..649c59b 100644 (file)
@@ -2,7 +2,7 @@
 # Regular examples: with only one source and tested with all factories
 ######################################################################
 
 # Regular examples: with only one source and tested with all factories
 ######################################################################
 
-foreach (example actor-create actor-daemon actor-join actor-kill
+foreach (example actor-create actor-daemon actor-exiting actor-join actor-kill
                  actor-lifetime actor-migrate actor-suspend actor-yield
                  app-chainsend app-pingpong app-token-ring
                  async-ready async-wait async-waitany async-waitall async-waituntil
                  actor-lifetime actor-migrate actor-suspend actor-yield
                  app-chainsend app-pingpong app-token-ring
                  async-ready async-wait async-waitany async-waitall async-waituntil
@@ -30,6 +30,7 @@ foreach (example actor-create actor-daemon actor-join actor-kill
                                    ${CMAKE_HOME_DIRECTORY}/examples/s4u/${example}/s4u-${example}.tesh)
 endforeach()
 
                                    ${CMAKE_HOME_DIRECTORY}/examples/s4u/${example}/s4u-${example}.tesh)
 endforeach()
 
+set_tesh_properties(s4u-actor-exiting "thread;ucontext;raw;boost" WILL_FAIL TRUE) # FIXME
 set_tesh_properties(s4u-platform-failures "thread;ucontext;raw;boost" WILL_FAIL TRUE) # FIXME
 
 # Multi-files examples
 set_tesh_properties(s4u-platform-failures "thread;ucontext;raw;boost" WILL_FAIL TRUE) # FIXME
 
 # Multi-files examples