guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: julia-chainrulescore: Skip two tests.


From: guix-commits
Subject: 05/07: gnu: julia-chainrulescore: Skip two tests.
Date: Sat, 10 Dec 2022 14:12:47 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 9f980cdf526fa1ab3548a545340a748bc5ea8826
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Dec 10 18:13:28 2022 +0200

    gnu: julia-chainrulescore: Skip two tests.
    
    * gnu/packages/julia-xyz.scm (julia-chainrulescore)[arguments]: Add a
    phase to skip two tests.
---
 gnu/packages/julia-xyz.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index efc49f23a4..5357f7521d 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -760,6 +760,15 @@ execute forward-, reverse-, and mixed-mode primitives.")
        (sha256
         (base32 "1866xv30h1bi7f2m993nljzf58wwmv8zlgn6ffn9j3wckch1nfpb"))))
     (build-system julia-build-system)
+    (arguments
+     (list
+       #:phases
+       #~(modify-phases %standard-phases
+           (add-after 'unpack 'adjust-tests
+             (lambda _
+               (substitute* "test/differentials/composite.jl"
+                 (("@test (.*construct)" _ test)
+                  (string-append "@test_broken " test))))))))
     (inputs                             ;required for tests
      (list julia-benchmarktools
            julia-staticarrays))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]