guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: kwayland: Skip flaky test.


From: guix-commits
Subject: branch master updated: gnu: kwayland: Skip flaky test.
Date: Sat, 15 Oct 2022 21:33:41 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 270eb27b20 gnu: kwayland: Skip flaky test.
270eb27b20 is described below

commit 270eb27b20b4d1e024553a017f479556ee0b8ded
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Oct 16 03:27:33 2022 +0200

    gnu: kwayland: Skip flaky test.
    
    * gnu/packages/kde-frameworks.scm (kwayland)[source](patches): New field.
    * gnu/packages/patches/kwayland-skip-flaky-test.patch: New file.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
---
 gnu/local.mk                                        |  1 +
 gnu/packages/kde-frameworks.scm                     |  1 +
 gnu/packages/patches/kwayland-skip-flaky-test.patch | 13 +++++++++++++
 3 files changed, 15 insertions(+)

diff --git a/gnu/local.mk b/gnu/local.mk
index 564904c027..8247180bef 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1397,6 +1397,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/kodi-increase-test-timeout.patch                \
   %D%/packages/patches/kodi-set-libcurl-ssl-parameters.patch           \
   %D%/packages/patches/kodi-skip-test-449.patch                \
+  %D%/packages/patches/kwayland-skip-flaky-test.patch          \
   %D%/packages/patches/laby-make-install.patch                 \
   %D%/packages/patches/ldns-drill-examples.patch               \
   %D%/packages/patches/leela-zero-gtest.patch                  \
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 2edfc6bd64..214420c101 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1044,6 +1044,7 @@ protocols used in KDE Plasma.")
                     "mirror://kde/stable/frameworks/"
                     (version-major+minor version) "/"
                     name "-" version ".tar.xz"))
+              (patches (search-patches "kwayland-skip-flaky-test.patch"))
               (sha256
                (base32
                 "0dcnsiippwxvwvf1gvp75lx97c4nydzn3x1l8lfy86w9lfslw7zb"))))
diff --git a/gnu/packages/patches/kwayland-skip-flaky-test.patch 
b/gnu/packages/patches/kwayland-skip-flaky-test.patch
new file mode 100644
index 0000000000..592ab3cc77
--- /dev/null
+++ b/gnu/packages/patches/kwayland-skip-flaky-test.patch
@@ -0,0 +1,13 @@
+This test fails in the Guix CI for unknown and difficult to debug reasons.
+
+diff --git a/autotests/client/test_plasma_window_model.cpp 
b/autotests/client/test_plasma_window_model.cpp
+--- a/autotests/client/test_plasma_window_model.cpp
++++ b/autotests/client/test_plasma_window_model.cpp
+@@ -545,6 +545,7 @@ void PlasmaWindowModelTest::testPid()
+ 
+ void PlasmaWindowModelTest::testVirtualDesktops()
+ {
++    QSKIP("This test fails on the Guix CI (FIXME)");
+     auto model = m_pw->createWindowModel();
+     QVERIFY(model);
+     QSignalSpy rowInsertedSpy(model, &PlasmaWindowModel::rowsInserted);



reply via email to

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