[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch qt-team updated: gnu: qtbase: Disable the tst_qxmlstream test on
From: |
guix-commits |
Subject: |
branch qt-team updated: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le. |
Date: |
Tue, 26 Mar 2024 10:16:29 -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 cd32d5b66e gnu: qtbase: Disable the tst_qxmlstream test on
powerpc64-le.
cd32d5b66e is described below
commit cd32d5b66ea0440644e480fa7733243a42438fa7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 26 10:14:39 2024 -0400
gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le.
* gnu/packages/qt.scm (qtbase) [phases] <check>
[ppc64le]: Disable tst_qxmlstream test.
Change-Id: Ie15b5cc78d0a99906ed6c2ca1e16810bdedf27c2
---
gnu/packages/qt.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 329519141c..86a8eed33e 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -938,7 +938,11 @@ tst_qt_cmake_create.cpp"
;; "'Unable to fetch row' || 'database is
;; locked'" (see:
;;
https://bugreports.qt.io/browse/QTBUG-117114).
- "tst_qsqlthread")))
+ "tst_qsqlthread"
+
+ ;; The 'tst_qxmlstream' can time out (see:
+ ;;
https://bugreports.qt.io/projects/QTBUG/issues/QTBUG-123778).
+ "tst_qxmlstream")))
((target-x86-32?)
#~((list
;; QCOMPARE(qRound(actual), expected)
returned TRUE
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch qt-team updated: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le.,
guix-commits <=