From: Martin Quinson Date: Sun, 27 Mar 2022 19:38:43 +0000 (+0200) Subject: Tiny cosmetics around MBI X-Git-Tag: v3.32~370 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ca4a8acf7a0a27719a52d6f01430f832f6380902 Tiny cosmetics around MBI --- diff --git a/teshsuite/smpi/MBI/CMakeLists.txt b/teshsuite/smpi/MBI/CMakeLists.txt index 529aad5bc2..f9b5d78d73 100644 --- a/teshsuite/smpi/MBI/CMakeLists.txt +++ b/teshsuite/smpi/MBI/CMakeLists.txt @@ -39,7 +39,7 @@ if (enable_smpi_MBI_testsuite) message(FATAL_ERROR "MBI test suite cannot be enabled without the Mc SimGrid model-checker. Please change either setting.") endif() - message(STATUS "Generating the MBI scripts") + message(STATUS "Generating the MBI test cases") file(REMOVE_RECURSE ${CMAKE_BINARY_DIR}/MBI/tmp) file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/MBI/tmp) file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/generator_utils.py DESTINATION ${CMAKE_BINARY_DIR}/MBI/tmp) diff --git a/teshsuite/smpi/MBI/MBIutils.py b/teshsuite/smpi/MBI/MBIutils.py index 43e8789296..e099d5b7ad 100644 --- a/teshsuite/smpi/MBI/MBIutils.py +++ b/teshsuite/smpi/MBI/MBIutils.py @@ -65,7 +65,7 @@ possible_details = { 'GlobalConcurrency':'DGlobalConcurrency', # larger scope -# 'BufferingHazard':'EBufferingHazard', + 'BufferingHazard':'EBufferingHazard', 'OK':'FOK'} error_scope = { @@ -78,7 +78,7 @@ error_scope = { 'DRace':'multi-processes', 'DMatch':'multi-processes', 'DGlobalConcurrency':'multi-processes', -# 'EBufferingHazard':'system', + 'EBufferingHazard':'system', 'FOK':'correct executions' }