X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a984f41a503299f5d2e660422520a7d0e0e5391d..35bf365de6be434aeeafa8b3d5f5c9a1e3082ce3:/teshsuite/platforms/CMakeLists.txt diff --git a/teshsuite/platforms/CMakeLists.txt b/teshsuite/platforms/CMakeLists.txt index f239bbf759..b1483ff941 100644 --- a/teshsuite/platforms/CMakeLists.txt +++ b/teshsuite/platforms/CMakeLists.txt @@ -47,10 +47,4 @@ if(enable_debug) # these tests need assertions ADD_TESH(tesh-parser-bogus-symmetric --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/platforms --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/platforms ${CMAKE_HOME_DIRECTORY}/teshsuite/platforms/bogus_two_hosts_asymetric.tesh) ADD_TESH(tesh-parser-bogus-missing-gw --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/platforms --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/platforms ${CMAKE_HOME_DIRECTORY}/teshsuite/platforms/bogus_missing_gateway.tesh) - - #These tests fail on Windows as the signal returned is not the same as Unix would send. - if(WIN32) - set_property(TEST tesh-parser-bogus-symmetric PROPERTY WILL_FAIL TRUE) - set_property(TEST tesh-parser-bogus-missing-gw PROPERTY WILL_FAIL TRUE) - endif() endif()