X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/094413b6943d232646f95f57fa0922b5cefc57e2..a0230e4d8ed5b1989f024c3c4be53450f6ce41cd:/buildtools/Cmake/AddTests.cmake diff --git a/buildtools/Cmake/AddTests.cmake b/buildtools/Cmake/AddTests.cmake index 567b77e5b5..fa7f83c94b 100644 --- a/buildtools/Cmake/AddTests.cmake +++ b/buildtools/Cmake/AddTests.cmake @@ -271,16 +271,8 @@ set_tests_properties(ruby-quicksort PROPERTIES WILL_FAIL true) endif(HAVE_RUBY) # Expected to fail for gras -set(GRAS_IS_BROKEN 0) -if(GRAS_IS_BROKEN) - set_tests_properties( gras-ping-rl PROPERTIES WILL_FAIL true) - set_tests_properties( gras-rpc-rl PROPERTIES WILL_FAIL true) - if(enable_model-checking) - set_tests_properties( gras-mmrpc-rl PROPERTIES WILL_FAIL true) - endif(enable_model-checking) - set_tests_properties( gras-all2all-rl PROPERTIES WILL_FAIL true) - if(${ARCH_32_BITS}) - set_tests_properties( gras-ping-sg-32 PROPERTIES WILL_FAIL true) +if(GRAS_IS_BROKEN) + if(${ARCH_32_BITS}) set_tests_properties( gras-rpc-sg-32 PROPERTIES WILL_FAIL true) set_tests_properties( gras-spawn-sg-32 PROPERTIES WILL_FAIL true) set_tests_properties( gras-all2all-sg-32 PROPERTIES WILL_FAIL true) @@ -288,7 +280,6 @@ if(GRAS_IS_BROKEN) set_tests_properties( amok-bandwidth-sg-32 PROPERTIES WILL_FAIL true) set_tests_properties( amok-saturate-sg-32 PROPERTIES WILL_FAIL true) else(${ARCH_32_BITS}) - set_tests_properties( gras-ping-sg-64 PROPERTIES WILL_FAIL true) set_tests_properties( gras-rpc-sg-64 PROPERTIES WILL_FAIL true) set_tests_properties( gras-spawn-sg-64 PROPERTIES WILL_FAIL true) set_tests_properties( gras-all2all-sg-64 PROPERTIES WILL_FAIL true)