guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: nss: Add comment about test failures in NSS 3.27.2


From: Leo Famulari
Subject: 01/01: gnu: nss: Add comment about test failures in NSS 3.27.2
Date: Tue, 20 Dec 2016 19:44:58 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 4f6ff977c22b996765178a1dcc6e8f1523601817
Author: Leo Famulari <address@hidden>
Date:   Tue Dec 20 14:44:21 2016 -0500

    gnu: nss: Add comment about test failures in NSS 3.27.2
    
    * gnu/packages/gnuzilla.scm (nss): Add comment.
---
 gnu/packages/gnuzilla.scm |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 9ef8428..07ed2af 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -186,6 +186,10 @@ in the Mozilla clients.")
 (define-public nss
   (package
     (name "nss")
+    ;; FIXME: NSS 3.27.2 fails its tests on armhf. At least some of the test
+    ;; failures appear to be caused by test certificates that have expired.
+    ;; Search the test suite output for 'PayPalEE.cert' for an example:
+    ;; <https://hydra.gnu.org/build/1712083>
     (version "3.27.1")
     (source (origin
               (method url-fetch)



reply via email to

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