From b1b223fa2e2d801accf527faa731cce9887e06bb Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 21 Jan 2019 16:15:13 +0100 Subject: [PATCH] Activate test s4u-actor-exiting. According to emptty it's failing, add note with set_tesh_properties(). Also fix distcheck. --- examples/s4u/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1