X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02a00f47f678770942bb958298732bf492b00a03..3ddb87efeb93cc20cffe56c8e68bb430cc38a91f:/buildtools/Cmake/AddTests.cmake diff --git a/buildtools/Cmake/AddTests.cmake b/buildtools/Cmake/AddTests.cmake index d4e6d81c6e..c36bc96e40 100644 --- a/buildtools/Cmake/AddTests.cmake +++ b/buildtools/Cmake/AddTests.cmake @@ -488,15 +488,6 @@ if(HAVE_MC) endif(HAVE_RAWCTX) endif(HAVE_MC) -# Those tests are broken due to wrong sort of tesh... TODO sort with more characters -set_tests_properties(msg-chord-thread msg-chord-thread-parallel PROPERTIES WILL_FAIL true) -if(HAVE_UCONTEXT_H) - set_tests_properties(msg-chord-ucontext msg-chord-ucontext-parallel PROPERTIES WILL_FAIL true) -endif(HAVE_UCONTEXT_H) -if(HAVE_RAWCTX) - set_tests_properties(msg-chord-raw msg-chord-raw-parallel PROPERTIES WILL_FAIL true) -endif(HAVE_RAWCTX) - endif(release) endif(NOT enable_memcheck)