[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/71: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le.
From: |
guix-commits |
Subject: |
29/71: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le. |
Date: |
Sun, 31 Mar 2024 21:57:28 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 1e7d918ec76dcd619f7c549706c686afecb27590
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 74f48a3720..2d3f5f555d 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
- 05/71: gnu: qtdeclarative: Update to 6.6.2., (continued)
- 05/71: gnu: qtdeclarative: Update to 6.6.2., guix-commits, 2024/03/31
- 11/71: gnu: qtlanguageserver: Update to 6.6.2., guix-commits, 2024/03/31
- 12/71: gnu: qtlottie: Update to 6.6.2., guix-commits, 2024/03/31
- 15/71: gnu: qtpositioning: Update to 6.6.2., guix-commits, 2024/03/31
- 16/71: gnu: qtnetworkauth: Update to 6.6.2., guix-commits, 2024/03/31
- 17/71: gnu: qtremoteobjects: Update to 6.6.2., guix-commits, 2024/03/31
- 21/71: gnu: Add qtsensors., guix-commits, 2024/03/31
- 23/71: gnu: Add qtspeech., guix-commits, 2024/03/31
- 26/71: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/03/31
- 27/71: gnu: qtbase: Have qmlimportscanner honor QML_IMPORT_PATH., guix-commits, 2024/03/31
- 29/71: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le.,
guix-commits <=
- 06/71: gnu: qtwebsockets: Update to 6.6.2., guix-commits, 2024/03/31
- 09/71: gnu: qtwayland: Update to 6.6.2., guix-commits, 2024/03/31
- 14/71: gnu: qttranslations: Update to 6.6.2., guix-commits, 2024/03/31
- 20/71: gnu: qtsensors: Rename package to qtsensors-5., guix-commits, 2024/03/31
- 36/71: gnu: Add qthttpserver., guix-commits, 2024/03/31
- 22/71: gnu: qtspeech: Rename package to qtspeech-5., guix-commits, 2024/03/31
- 25/71: gnu: qtscxml: Update to 6.6.2., guix-commits, 2024/03/31
- 28/71: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., guix-commits, 2024/03/31
- 33/71: gnu: Add syscmdline., guix-commits, 2024/03/31
- 38/71: gnu: kcolorpicker: Update to 0.3.1., guix-commits, 2024/03/31