Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tests {msg,s4u}-platform-failures seem to work as expected with threads and ucontexts.
[simgrid.git] / examples / s4u / CMakeLists.txt
index 6b476fa..049bbde 100644 (file)
@@ -11,7 +11,8 @@ foreach (example actor-create actor-daemon actor-exiting actor-join actor-kill
                  engine-filtering
                  exec-async exec-basic exec-dvfs exec-monitor exec-ptask exec-remote
                  io-async io-file-system io-file-remote io-storage-raw
-                 platform-failures platform-properties plugin-hostload 
+                 platform-failures platform-profile platform-properties
+                 plugin-hostload
                  replay-comm replay-storage
                  routing-get-clusters
                  synchro-barrier synchro-mutex synchro-semaphore)
@@ -30,7 +31,7 @@ foreach (example actor-create actor-daemon actor-exiting actor-join actor-kill
                                    ${CMAKE_HOME_DIRECTORY}/examples/s4u/${example}/s4u-${example}.tesh)
 endforeach()
 
-set_tesh_properties(s4u-platform-failures "thread;ucontext;raw;boost" WILL_FAIL TRUE) # FIXME
+set_tesh_properties(s4u-platform-failures "raw;boost" WILL_FAIL TRUE) # FIXME
 
 # Multi-files examples
 ######################