htgoebel pushed a commit to branch master in repository guix. commit b824dbec5d331e79a50734fb543bbe064eb7fc17 Author: Hartmut Goebel <h.goe...@crazy-compilers.com> Date: Thu Dec 20 12:30:42 2018 +0100
gnu: krunner: Blacklist another test failing with 5.49.0. * gnu/packages/kde-frameworks.scm(krunner)[#phases]<check-setup>: Blacklist 'testMulti'. --- gnu/packages/kde-frameworks.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 0f37903..caf846b 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2883,10 +2883,11 @@ 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 them pass. (with-output-to-file "bin/BLACKLIST" (lambda _ - (display "[testMatch]\n*\n"))) + (display "[testMatch]\n*\n") + (display "[testMulti]\n*\n"))) #t))))) (home-page "https://community.kde.org/Frameworks") (synopsis "Framework for Plasma runners")