From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZz5Z-0004MK-0q for guix-patches@gnu.org; Thu, 20 Dec 2018 09:14:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZz5T-0006Xz-7I for guix-patches@gnu.org; Thu, 20 Dec 2018 09:14:12 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51359) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZz5O-0006Ts-7j for guix-patches@gnu.org; Thu, 20 Dec 2018 09:14:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gZz5N-0002f1-UH for guix-patches@gnu.org; Thu, 20 Dec 2018 09:14:01 -0500 Subject: [bug#33812] [PATCH 2/2] gnu: krunner: Blacklist another test failing with 5.49.0. References: <20181220141719.19950-1-h.goebel@crazy-compilers.com> In-Reply-To: <20181220141719.19950-1-h.goebel@crazy-compilers.com> Resent-Message-ID: From: Hartmut Goebel Date: Thu, 20 Dec 2018 15:20:11 +0100 Message-Id: <20181220142011.20023-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: 33812@debbugs.gnu.org * gnu/packages/kde-frameworks.scm(krunner)[#phases]: Blacklist 'testMulti'. --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 8997f0522..0e32d8881 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2956,10 +2956,10 @@ to easily extend the contacts collection.") (setenv "HOME" (getcwd)) ;; make Qt render "offscreen", required for tests (setenv "QT_QPA_PLATFORM" "offscreen") - ;; Blacklist a failing test-function. FIXME: Make it pass. + ;; Blacklist some failing test-functions. FIXME: Make it pass. (with-output-to-file "bin/BLACKLIST" (lambda _ - (display "[testMatch]\n*\n"))) + (display "[testMatch]\n*\n[testMulti]\n*\n"))) #t))))) (home-page "https://community.kde.org/Frameworks") (synopsis "Framework for Plasma runners") -- 2.13.7