From 57d676558268fd53454cc4a8a601eae7203a2124 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 9 Sep 2025 16:50:34 -0400 Subject: [PATCH] sci-physics/espresso: remove test skips Seems to have been fixed by 4.2.2. Signed-off-by: Eli Schwartz --- sci-physics/espresso/espresso-4.2.2.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/sci-physics/espresso/espresso-4.2.2.ebuild b/sci-physics/espresso/espresso-4.2.2.ebuild index 2cf9fe0854aa5..f2c44d2d7c771 100644 --- a/sci-physics/espresso/espresso-4.2.2.ebuild +++ b/sci-physics/espresso/espresso-4.2.2.ebuild @@ -105,27 +105,6 @@ src_compile() { } src_test() { - CMAKE_SKIP_TESTS=( - # These 13 tests fail with - # "The MPI_Type_free() function was called before MPI_INIT was invoked." - # - # I do not know why. But, we didn't used to run any tests at all, - # so, baby steps. - SingleReaction_test - reaction_methods_utils_test - rotation_test - grid_test - Lattice_test - lb_exceptions - thermostats_test - bonded_interactions_map_test - ObjectHandle_test - AutoParameters_test - Accumulators_test - Constraints_test - Actors_test - ) - # testsuite uses exclude_from_all, and lists all targets as deps for their custom rule cmake_build check cmake_src_test