From: navarrop Date: Tue, 9 Mar 2010 17:39:37 +0000 (+0000) Subject: Those two tests passed now. X-Git-Tag: SVN~525 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/349cdc51047a1f4497af5a3e9f01c6f3da678059?hp=dc3f0e9f1358703880c1103ebe15149a2c60b5fb Those two tests passed now. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7214 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/CPACK/src/CMakeTest.txt b/buildtools/CPACK/src/CMakeTest.txt index be905771aa..4bd99be12b 100644 --- a/buildtools/CPACK/src/CMakeTest.txt +++ b/buildtools/CPACK/src/CMakeTest.txt @@ -225,9 +225,3 @@ 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(tesh-simdag-flatifier PROPERTIES WILL_FAIL true) - -# These are broken, but should have their timings updated, that's all -IF(${ARCH_32_BITS}) - set_tests_properties(amok-bandwidth-sg-32 PROPERTIES WILL_FAIL true) - set_tests_properties(amok-saturate-sg-32 PROPERTIES WILL_FAIL true) -ENDIF(${ARCH_32_BITS})