From: Arnaud Giersch Date: Mon, 21 Jan 2019 15:15:13 +0000 (+0100) Subject: Activate test s4u-actor-exiting. X-Git-Tag: v3_22~512 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b1b223fa2e2d801accf527faa731cce9887e06bb Activate test s4u-actor-exiting. According to emptty it's failing, add note with set_tesh_properties(). Also fix distcheck. --- diff --git a/examples/s4u/CMakeLists.txt b/examples/s4u/CMakeLists.txt index 784968cd0a..649c59b188 100644 --- a/examples/s4u/CMakeLists.txt +++ b/examples/s4u/CMakeLists.txt @@ -2,7 +2,7 @@ # 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 @@ -30,6 +30,7 @@ foreach (example actor-create actor-daemon actor-join actor-kill ${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