[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch qt-team updated: gnu: qtwayland-5: Disable tst_surface test on aa
From: |
guix-commits |
Subject: |
branch qt-team updated: gnu: qtwayland-5: Disable tst_surface test on aarch64-linux. |
Date: |
Sun, 17 Sep 2023 13:46:49 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch qt-team
in repository guix.
The following commit(s) were added to refs/heads/qt-team by this push:
new 07907ca32f gnu: qtwayland-5: Disable tst_surface test on aarch64-linux.
07907ca32f is described below
commit 07907ca32f6575ff645eb9e4e104e93ea348e20f
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch qt-team updated: gnu: qtwayland-5: Disable tst_surface test on aarch64-linux.,
guix-commits <=