[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: qtwayland-5: Disable tst_surface test on aarch64-linux.
From: |
guix-commits |
Subject: |
06/08: gnu: qtwayland-5: Disable tst_surface test on aarch64-linux. |
Date: |
Mon, 16 Oct 2023 11:18:13 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 9c2b2a010558057428d1ab1c28a2e8e59e2546aa
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Sep 17 13:35:16 2023 -0400
gnu: qtwayland-5: Disable tst_surface test on aarch64-linux.
* gnu/packages/qt.scm (qtwayland-5) [arguments]
[target-aarch64?]: Disable the tst_surface test.
---
gnu/packages/qt.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 87de296013..12785c811f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1789,7 +1789,14 @@ set of plugins for interacting with pulseaudio and
GStreamer.")
"m_waitingFrameCallbacks\\.empty\\(\\)\\);"))
"")
(("QTRY_COMPARE\\(bufferSpy\\.count\\(\\), 1\\);")
- ""))))
+ ""))
+ #$@(if (target-aarch64?)
+ ;; The tst_surface::createSubsurface test fails on
+ ;; aarch64 (see:
+ ;; https://bugreports.qt.io/browse/QTBUG-117112).
+ #~((substitute* "tests/auto/client/client.pro"
+ ((".*surface.*") "")))
+ #~())))
(add-before 'check 'set-test-environment
(lambda _
;; Do not fail just because /etc/machine-id is missing.
- branch master updated (b6a070d2a3 -> ff11cbc2e9), guix-commits, 2023/10/16
- 02/08: gnu: qtbase: Add $TZDIR to native search paths., guix-commits, 2023/10/16
- 07/08: gnu: maliit-framework: Disable two mimpluginmanager tests., guix-commits, 2023/10/16
- 05/08: gnu: qtdeclarative: Add a debug output., guix-commits, 2023/10/16
- 06/08: gnu: qtwayland-5: Disable tst_surface test on aarch64-linux.,
guix-commits <=
- 01/08: gnu: qtbase: Do not capture Python (again)., guix-commits, 2023/10/16
- 08/08: gnu: libcamera: Disable log_process test on aarch64., guix-commits, 2023/10/16
- 03/08: gnu: qtbase: Reinstate date related tests., guix-commits, 2023/10/16
- 04/08: gnu: qtbase: Disable problematic tests on powerpc64le., guix-commits, 2023/10/16