[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/19: gnu: julia-distances: Update flakey tests.
From: |
guix-commits |
Subject: |
19/19: gnu: julia-distances: Update flakey tests. |
Date: |
Wed, 28 Jul 2021 09:08:25 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit c20c9e1685c07bc276470029842e817a669b35ef
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 28 15:53:59 2021 +0300
gnu: julia-distances: Update flakey tests.
* gnu/packages/julia-xyz.scm (julia-distances)[arguments]: Adjust the
custom 'skip-flakey-tests phase.
---
gnu/packages/julia-xyz.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 71f701e..0a45204 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -925,10 +925,13 @@ dictionaries in Julia, for improved productivity and
performance.")
(modify-phases %standard-phases
(add-after 'unpack 'skip-flakey-tests
(lambda _
+ ;; Some combination of these tests fail nondeterministically
+ ;; each of the times this package is built.
(substitute* "test/test_dists.jl"
(("test dyz ≥") "test_nowarn dyz ≥")
(("test dist\\(y, x") "test_nowarn dist(y, x")
- (("test dist\\(z, x") "test_nowarn dist(z, x")))))))
+ (("test dist\\(z, x") "test_nowarn dist(z, x")
+ (("test dist\\(z, y") "test_nowarn dist(z, y")))))))
(propagated-inputs
`(("julia-statsapi" ,julia-statsapi)))
(native-inputs
- 07/19: gnu: julia-staticarrays: Update to 1.2.5, (continued)
- 07/19: gnu: julia-staticarrays: Update to 1.2.5, guix-commits, 2021/07/28
- 08/19: gnu: Add curl-ssh., guix-commits, 2021/07/28
- 11/19: gnu: llvm-julia: Overide build-type., guix-commits, 2021/07/28
- 12/19: gnu: julia: Skip tests on aarch64-linux., guix-commits, 2021/07/28
- 13/19: gnu: Add julia-preferences., guix-commits, 2021/07/28
- 14/19: gnu: julia-jllwrappers: Add julia-preferences., guix-commits, 2021/07/28
- 15/19: gnu: global: Update to 6.6.7., guix-commits, 2021/07/28
- 17/19: gnu: julia-datavalues: Skip tests., guix-commits, 2021/07/28
- 16/19: gnu: julia-compat: Update to 3.31.0., guix-commits, 2021/07/28
- 18/19: gnu: julia-docstringextensions: Skip tests., guix-commits, 2021/07/28
- 19/19: gnu: julia-distances: Update flakey tests.,
guix-commits <=