guix-commits
[Top][All Lists]
Advanced

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

26/26: gnu: qtbase: Disable qsslkey tests.


From: guix-commits
Subject: 26/26: gnu: qtbase: Disable qsslkey tests.
Date: Sun, 9 Apr 2023 05:06:39 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 03580b5f1d997df066a5119cf0a242f827354ba8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 8 23:50:31 2023 +0200

    gnu: qtbase: Disable qsslkey tests.
    
    * gnu/packages/qt.scm (qtbase)[arguments]: Add tst_qsslkey to list of 
disabled
    tests.
---
 gnu/packages/qt.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 407ae1dd5d..acf2d70736 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2016 Thomas Danckaert <post@thomasdanckaert.be>
-;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2017, 2018, 2019, 2023 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017 Quiliro <quiliro@fsfla.org>
 ;;; Copyright © 2017, 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018, 2020, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
@@ -759,6 +759,9 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
                       ;; The 'tst_qfilesystemwatcher' installs a watcher on
                       ;; '/home', which doesn't exist in the build container.
                       "tst_qfilesystemwatcher"
+                      ;; Not all of the tested formats are supported by our
+                      ;; build of openssl; 871 passed, 122 failed.
+                      "tst_qsslkey"
                       ;; The 'mockplugins' test fail following error: "Unknown
                       ;; platform linux-g++", and the other plugin tests
                       ;; depend on it.



reply via email to

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