From 86aca0bc9a0862b9bf2bcff1c6a50f875bb71a98 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 6 Jul 2011 11:37:20 +0200 Subject: [PATCH 1/1] Gras tests are not broken anymore. --- buildtools/Cmake/AddTests.cmake | 29 ----------------------------- 1 file changed, 29 deletions(-) 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) -- 2.20.1