guix-commits
[Top][All Lists]
Advanced

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

07/143: gnu: kwindowsystem: Enable all test.


From: guix-commits
Subject: 07/143: gnu: kwindowsystem: Enable all test.
Date: Mon, 21 Nov 2022 16:10:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3351a6dba1d50c14f07be38584a4894c689f9f62
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Tue Sep 27 22:10:21 2022 +0200

    gnu: kwindowsystem: Enable all test.
    
    * gnu/packages/kde-frameworks.scm (kwindowsystem): Enable all tests.
    [arguments]: Remove blacklist-failing-tests phase.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-frameworks.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 615ad4130f..9953168802 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1171,13 +1171,6 @@ configuration pages, message boxes, and password 
requests.")
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-before 'check 'blacklist-failing-tests
-           (lambda _
-             ;; Blacklist a failing test-functions. FIXME: Make it pass.
-             (with-output-to-file "autotests/BLACKLIST"
-               (lambda _
-                 (display "[testGroupLeader]\n*\n")
-                 (display "[testClientMachine]\n*\n"))))) ;; requires network
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)
              ;; The test suite requires a running window anager
@@ -1189,8 +1182,7 @@ configuration pages, message boxes, and password 
requests.")
                (system "openbox &")
                (setenv "CTEST_OUTPUT_ON_FAILURE" "1")
                (setenv "DBUS_FATAL_WARNINGS" "0")
-               (invoke "dbus-launch" "ctest" "-E"
-                       "kwindowsystem-kwindowsystemplatformwaylandtest")))))))
+               (invoke "dbus-launch" "ctest")))))))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "KDE access to the windowing system")
     (description "KWindowSystem provides information about and allows



reply via email to

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