Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disable bittorrent/parallel tests in release mode.
[simgrid.git] / buildtools / Cmake / AddTests.cmake
index 2305926..7e59b1b 100644 (file)
@@ -414,6 +414,13 @@ if(NOT enable_memcheck)
       endif()
     endif()
     set_tests_properties(msg-masterslave-virtual-machines PROPERTIES WILL_FAIL true)
+    set_tests_properties(msg-bittorrent-thread-parallel PROPERTIES ENVIRONMENT SG_TEST_EXENV=true WILL_FAIL true)
+    if(CONTEXT_UCONTEXT)
+      set_tests_properties(msg-bittorrent-ucontext-parallel PROPERTIES ENVIRONMENT SG_TEST_EXENV=true WILL_FAIL true)
+    endif()
+    if(HAVE_RAWCTX)
+      set_tests_properties(msg-bittorrent-raw-parallel PROPERTIES ENVIRONMENT SG_TEST_EXENV=true WILL_FAIL true)
+    endif()
   endif()
 
 endif()