[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: combinatorial-blas: Skip failing tests.
From: |
guix-commits |
Subject: |
07/08: gnu: combinatorial-blas: Skip failing tests. |
Date: |
Tue, 19 Mar 2024 12:33:23 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b213afbf582222cf8865c17285abece3ef8f6e15
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Tue Mar 5 10:10:16 2024 +0100
gnu: combinatorial-blas: Skip failing tests.
* gnu/packages/maths.scm (combinatorial-blas): Add new phase.
Change-Id: Ifefb2b17e6758547d38290753a7cd338032a6abb
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/maths.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d551b751e6..1b4d325649 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8094,6 +8094,12 @@ easily be incorporated into existing simulation codes.")
#:parallel-tests? #f ;tests use 'mpiexec -n4'
#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'fix-tests
+ (lambda _
+ ;; Skip failing tests (SIGFPE and SIGSEGV).
+ (substitute* "ReleaseTests/CMakeLists.txt"
+ (("^.*SpAsgnTest.*$") "")
+ (("^.*IndexingTest.*$") ""))))
(add-before 'check 'mpi-setup
,%openmpi-setup)
(add-before 'check 'test-setup
- branch master updated (ee11b22fcc -> b7eb1a8116), guix-commits, 2024/03/19
- 03/08: git authenticate: Document ‘--end’., guix-commits, 2024/03/19
- 01/08: profiles: ‘read-manifest’ raises to ‘&profile-error’ upon version mismatch., guix-commits, 2024/03/19
- 08/08: gnu: Add alsa-midi-latency-test., guix-commits, 2024/03/19
- 02/08: describe: Try harder to find the ‘guix pull’ profile., guix-commits, 2024/03/19
- 07/08: gnu: combinatorial-blas: Skip failing tests.,
guix-commits <=
- 06/08: gnu: Add python-pypugjs., guix-commits, 2024/03/19
- 05/08: gnu: hikari: Build against wlroots@0.15., guix-commits, 2024/03/19
- 04/08: doc: cookbook: Account for ‘guix pull’ in /etc/profile instructions., guix-commits, 2024/03/19