commit: 57d676558268fd53454cc4a8a601eae7203a2124
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 9 20:50:34 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Sep 9 20:52:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d67655
sci-physics/espresso: remove test skips
Seems to have been fixed by 4.2.2.
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
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 2cf9fe0854aa..f2c44d2d7c77 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