From: Arnaud Giersch Date: Wed, 6 Jul 2011 09:37:20 +0000 (+0200) Subject: Gras tests are not broken anymore. X-Git-Tag: v3_6_2~188^2~25 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/86aca0bc9a0862b9bf2bcff1c6a50f875bb71a98?ds=sidebyside;hp=ccab7e3f8e9132f6cb576d98f90506279acc3883 Gras tests are not broken anymore. --- diff --git a/buildtools/Cmake/AddTests.cmake b/buildtools/Cmake/AddTests.cmake index c9e69de800..a923771ffb 100644 --- a/buildtools/Cmake/AddTests.cmake +++ b/buildtools/Cmake/AddTests.cmake @@ -448,35 +448,6 @@ endif(${ARCH_32_BITS}) # Those tests are broken : set to "fail" for release v3.6 if(release) -if(${ARCH_32_BITS}) - set_tests_properties(gras-rpc-sg-32-thread PROPERTIES WILL_FAIL true) - set_tests_properties(gras-all2all-sg-32-thread PROPERTIES WILL_FAIL true) - set_tests_properties(gras-synchro-sg-32-thread PROPERTIES WILL_FAIL true) - if(HAVE_UCONTEXT_H) - set_tests_properties(gras-rpc-sg-32-ucontext PROPERTIES WILL_FAIL true) - set_tests_properties(gras-all2all-sg-32-ucontext PROPERTIES WILL_FAIL true) - set_tests_properties(gras-synchro-sg-32-ucontext PROPERTIES WILL_FAIL true) - endif(HAVE_UCONTEXT_H) - if(HAVE_RAWCTX) - set_tests_properties(gras-rpc-sg-32-raw PROPERTIES WILL_FAIL true) - set_tests_properties(gras-all2all-sg-32-raw PROPERTIES WILL_FAIL true) - set_tests_properties(gras-synchro-sg-32-raw PROPERTIES WILL_FAIL true) - endif(HAVE_RAWCTX) -else(${ARCH_32_BITS}) - set_tests_properties(gras-rpc-sg-64-thread PROPERTIES WILL_FAIL true) - set_tests_properties(gras-all2all-sg-64-thread PROPERTIES WILL_FAIL true) - set_tests_properties(gras-synchro-sg-64-thread PROPERTIES WILL_FAIL true) - if(HAVE_UCONTEXT_H) - set_tests_properties(gras-rpc-sg-64-ucontext PROPERTIES WILL_FAIL true) - set_tests_properties(gras-all2all-sg-64-ucontext PROPERTIES WILL_FAIL true) - set_tests_properties(gras-synchro-sg-64-ucontext PROPERTIES WILL_FAIL true) - endif(HAVE_UCONTEXT_H) - if(HAVE_RAWCTX) - set_tests_properties(gras-rpc-sg-64-raw PROPERTIES WILL_FAIL true) - set_tests_properties(gras-all2all-sg-64-raw PROPERTIES WILL_FAIL true) - set_tests_properties(gras-synchro-sg-64-raw PROPERTIES WILL_FAIL true) - endif(HAVE_RAWCTX) -endif(${ARCH_32_BITS}) if(HAVE_MC) set_tests_properties(mc-bugged1-thread PROPERTIES WILL_FAIL true) set_tests_properties(mc-bugged2-thread PROPERTIES WILL_FAIL true)