guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: libzip: Run all tests.


From: Tobias Geerinckx-Rice
Subject: 01/05: gnu: libzip: Run all tests.
Date: Mon, 27 Nov 2017 11:05:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 26ff9cb3706d91049f0d95fc6fbc498111392540
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Nov 27 16:16:20 2017 +0100

    gnu: libzip: Run all tests.
    
    * gnu/packages/compression.scm (libzip)[arguments]: Delete
    ‘remove-failing-stest’ phase.
---
 gnu/packages/compression.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 1dd98d5..6b8b28b 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1833,16 +1833,6 @@ manipulate, read, and write Zip archive files.")
               (sha256
                (base32
                 "11g1hvm2bxa2v5plakfzcwyk5hb5fz4kgrkp38l0xhnv21888xv2"))))
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (add-after 'build 'remove-failing-tests
-           ;; These tests are known to fail on 32-bit architectures.
-           ;; see thread: 
https://nih.at/listarchive/libzip-discuss/msg00713.html
-           (lambda _
-             (substitute* "regress/Makefile"
-               (("encryption-nonrandom") "#encryption-nonrandom"))
-             #t)))))
     (native-inputs
      `(("perl" ,perl)))
     (inputs



reply via email to

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