From 323d027b0adb6ee03434a4246a5bf803e58a73ba Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 16 Jan 2019 18:55:21 +0100 Subject: [PATCH 1/1] SET_TESTS_PROPERTIES Can not find test to add properties to. Test stack-overflow-thread has been removed. --- teshsuite/simix/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teshsuite/simix/CMakeLists.txt b/teshsuite/simix/CMakeLists.txt index af6faa80c1..2af3e96212 100644 --- a/teshsuite/simix/CMakeLists.txt +++ b/teshsuite/simix/CMakeLists.txt @@ -35,10 +35,10 @@ endif() foreach (factory raw thread boost ucontext) string (TOUPPER have_${factory}_contexts VARNAME) + if (release AND ${VARNAME} AND (WIN32 OR CMAKE_SYSTEM_NAME MATCHES "Darwin")) + SET_TESTS_PROPERTIES(stack-overflow-${factory} PROPERTIES WILL_FAIL true) + endif() if (${factory} STREQUAL "thread" OR ${VARNAME}) - if (release AND (WIN32 OR CMAKE_SYSTEM_NAME MATCHES "Darwin")) - SET_TESTS_PROPERTIES(stack-overflow-${factory} PROPERTIES WILL_FAIL true) - endif() ADD_TESH(tesh-simix-factory-${factory} --cfg contexts/factory:${factory} --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/simix/check-defaults --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/simix/check-defaults factory_${factory}.tesh) endif() endforeach() -- 2.20.1