From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0RZ0-0004Vx-QG for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0RYz-00048s-R9 for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43684) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0RYz-00048Y-OR for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0RYz-00077B-Hc for guix-patches@gnu.org; Fri, 06 Oct 2017 08:17:09 -0400 Subject: [bug#28720] [PATCH 12/23] gnu: bluez-qt: Add comment about status of tests. Resent-Message-ID: From: Hartmut Goebel Date: Fri, 6 Oct 2017 14:16:25 +0200 Message-Id: <20171006121636.30904-13-h.goebel@crazy-compilers.com> In-Reply-To: <20171006121636.30904-1-h.goebel@crazy-compilers.com> References: <20171006121636.30904-1-h.goebel@crazy-compilers.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28720@debbugs.gnu.org * gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]: Add comment. --- gnu/packages/kde-frameworks.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 9bd3f74cf..2a238b091 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -321,7 +321,9 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/") `(#:configure-flags (list (string-append "-DUDEV_RULES_INSTALL_DIR=" %output "/lib/udev/rules.d")) - #:tests? #f)) ; DBUS_FATAL_WARNINGS=0 still yields 7/8 tests failing + ;; TODO: Make tests pass: DBUS_FATAL_WARNINGS=0 still yields 7/8 tests + ;; failing. When running after install, tests hang. + #:tests? #f)) (home-page "https://community.kde.org/Frameworks") (synopsis "QML wrapper for BlueZ") (description "bluez-qt is a Qt-style library for accessing the bluez -- 2.13.5