From: mquinson Date: Tue, 5 Oct 2010 10:23:36 +0000 (+0000) Subject: do not hide the issues that are there and shouldn't X-Git-Tag: v3_5~476 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/41e5bea5402fc0238734a6c40294648ccd37d571 do not hide the issues that are there and shouldn't git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8348 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/AddTests.cmake b/buildtools/Cmake/AddTests.cmake index 7064ce76dd..baf4ba215b 100644 --- a/buildtools/Cmake/AddTests.cmake +++ b/buildtools/Cmake/AddTests.cmake @@ -263,14 +263,14 @@ set_tests_properties(tesh-gras-dd-r_big32_2 PROPERTIES WILL_FAIL true) # Expected to fail until the parser gets better (v3.3.5?) set_tests_properties(simdag-metaxml_test PROPERTIES WILL_FAIL true) -set_tests_properties( msg-masterslave-console PROPERTIES WILL_FAIL true) +# set_tests_properties( msg-masterslave-console PROPERTIES WILL_FAIL true) if(HAVE_RUBY) set_tests_properties(ruby-quicksort PROPERTIES WILL_FAIL true) endif(HAVE_RUBY) # Expected to fail for gras -set(GRAS_IS_BROKEN 1) +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)