[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: qtbase: Ignore tst_qsqlthread.
From: |
guix-commits |
Subject: |
07/10: gnu: qtbase: Ignore tst_qsqlthread. |
Date: |
Mon, 3 Jun 2024 15:04:24 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 9a481e05046a8c6cd6016e417bbc0ac6c434a08e
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Tue May 14 09:39:03 2024 +0200
gnu: qtbase: Ignore tst_qsqlthread.
* gnu/packages/qt.scm (qtbase)[check]: Add “tst_qsqlthread” to the list of
ignored tests.
---
gnu/packages/qt.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 13f54fcc5d..1416c3a36c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -899,6 +899,9 @@ tst_qt_cmake_create.cpp"
;; TODO: when core-updates is merged, check again.
"tst_selftests"
+ ;; The 'tst_qsqlthread' test sometimes fails.
+ "tst_qsqlthread"
+
;; The 'tst_qsystemsemaphore' test sometimes fails.
"tst_qsystemsemaphore"
;; The 'tst_moc' test fails with "'fi.exists()'
returned FALSE".
- branch gnome-team created (now ad7505d16f), guix-commits, 2024/06/03
- 02/10: gnu: vala: Update to 0.56.16., guix-commits, 2024/06/03
- 05/10: gnu: wpewebkit: Update to 2.44.1., guix-commits, 2024/06/03
- 10/10: gnu: gtk: Fix build on i686-linux., guix-commits, 2024/06/03
- 09/10: gnu: gnome-builder: Fix build., guix-commits, 2024/06/03
- 08/10: gnu: qemu: Disable more tests., guix-commits, 2024/06/03
- 06/10: gnu: gst-plugins-bad: Ignore elements_netsim test., guix-commits, 2024/06/03
- 03/10: gnu: gtk: Update to 4.14.2., guix-commits, 2024/06/03
- 04/10: gnu: webkitgtk: Update to 2.44.1., guix-commits, 2024/06/03
- 01/10: gnu: gtkmm@3: Update to 3.24.9., guix-commits, 2024/06/03
- 07/10: gnu: qtbase: Ignore tst_qsqlthread.,
guix-commits <=