Skip to content

Commit 76ae6ed

Browse files
committed
ignore three failing SciPy-Bundle 2024.05 tests on a64fx
1 parent cc374ef commit 76ae6ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

eb_hooks.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,11 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs):
11581158
FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris
11591159
FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris_float32
11601160
= 4 failed, 54407 passed, 3016 skipped, 223 xfailed, 13 xpassed, 10917 warnings in 6068.43s (1:41:08) =
1161+
In version 2024.05 on a64fx, 3 failing tests in scipy (version 1.13.1):
1162+
FAILED scipy/optimize/tests/test_minimize_constrained.py::TestTrustRegionConstr::test_list_of_problems
1163+
FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris
1164+
FAILED scipy/spatial/tests/test_distance.py::TestPdist::test_pdist_correlation_iris_float32
1165+
= 3 failed, 61426 passed, 2620 skipped, 244 xfailed, 15 xpassed, 47 warnings in 6641.17s (1:50:41) =
11611166
In version 2023.07 + 2023.11 on grace, 2 failing tests in scipy (versions 1.11.1, 1.11.4):
11621167
FAILED scipy/optimize/tests/test_linprog.py::TestLinprogIPSparse::test_bug_6139
11631168
FAILED scipy/optimize/tests/test_linprog.py::TestLinprogIPSparsePresolve::test_bug_6139
@@ -1214,7 +1219,7 @@ def pre_test_hook_ignore_failing_tests_SciPybundle(self, *args, **kwargs):
12141219
"""
12151220
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
12161221
scipy_bundle_versions_nv1 = ('2021.10', '2023.02', '2023.07', '2023.11', '2024.05')
1217-
scipy_bundle_versions_a64fx = ('2023.02', '2023.07', '2023.11')
1222+
scipy_bundle_versions_a64fx = ('2023.02', '2023.07', '2023.11', '2024.05')
12181223
scipy_bundle_versions_nvidia_grace = ('2023.02', '2023.07', '2023.11')
12191224
if self.name == 'SciPy-bundle':
12201225
if cpu_target == CPU_TARGET_NEOVERSE_V1 and self.version in scipy_bundle_versions_nv1:

0 commit comments

Comments
 (0)