aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/kwayland-skip-flaky-test.patch
blob: 592ab3cc77bada357a07cce08b6fe5f05467b7b3 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);
>Oleh Malyi 2020-12-31gnu: vips: Sort inputs alphabetically....* gnu/packages/image-processing.scm (vips)[native-inputs]: Sort inputs alphabetically. [inputs]: Same. Efraim Flashner 2020-12-31gnu: vips: Update to 8.10.5....* gnu/packages/image-processing.scm (vips): Update to 8.10.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll 2020-10-01gnu: Add scantailor-advanced....* gnu/packages/image-processing.scm (scantailor-advanced): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Brendan Tildesley 2020-09-21gnu: metapixel: Fix typo in description....* gnu/packages/image-processing.scm (metapixel)[description]: Fix typo. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Brendan Tildesley 2020-09-04gnu: gmic: Update to 2.9.2....* gnu/packages/image-processing.scm (gmic): Update to 2.9.2. Tobias Geerinckx-Rice 2020-08-20gnu: Add opencolorio....* gnu/packages/image-processing.scm (opencolorio): New public variable. Tobias Geerinckx-Rice 2020-08-14Revert "gnu: opencv: Fix build with new version of jasper."...This reverts commit 2759d4ca74ff4846b79c406c000b64dc2f2ed0ac. The substitution, it does nothing! (We already applied an upstream patch). Tobias Geerinckx-Rice 2020-08-14gnu: opencv: Fix build with new version of jasper....* gnu/packages/image-processing.scm (opencv): Fix build failure. [arguments]<#:phases>[fix-jasper]: New phase. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan 2020-08-13gnu: opencv: Fix build with Jasper 2.0.19....* gnu/packages/image-processing.scm (opencv)[source]: Add patch. * gnu/packages/patches/opencv-fix-build-of-grfmt_jpeg2000.cpp.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice