summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-29 17:26:16 +0900
committerAndreas Enge <andreas@enge.fr>2026-06-27 12:03:15 +0200
commit101982f21f99599240f2704f533e225e73fd5e7e (patch)
tree61fa50f027e84097476f2015fb53cb0a9db11cb4 /gnu/packages/qt.scm
parent21cced6112cd7dbe64588364b09747fbf3c05e9e (diff)
gnu: qtbase: Skip racy tests; reinstate qsqlthread.audio-team
* gnu/packages/qt.scm (qtbase)[#:phases]{check}: Skip tst_qsqldatabase, tst_qtimer and tst_qtimer_no_glib. Reinstate tst_qsqlthread. Co-authored-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r--gnu/packages/qt.scm12
1 files changed, 9 insertions, 3 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index a96538ac552..8f1d1854933 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1083,11 +1083,17 @@ tst_qt_cmake_create.cpp"
1083 1083
1084 ;; See https://bugreports.qt.io/browse/QTBUG-113371 1084 ;; See https://bugreports.qt.io/browse/QTBUG-113371
1085 ;; Adding glibc-utf8-locales to native-inpus is no help. 1085 ;; Adding glibc-utf8-locales to native-inpus is no help.
1086 ;; TODO: when core-updates is merged, check again.
1087 "tst_selftests" 1086 "tst_selftests"
1088 1087
1089 ;; The 'tst_qsqlthread' test sometimes fails. 1088 ;; The qsqldatabase test is flaky (see:
1090 "tst_qsqlthread" 1089 ;; <https://qt-project.atlassian.net/browse/QTBUG-145385>).
1090 "tst_qsqldatabase"
1091
1092 ;; The 'tst_qtimer' test has a propensity to hang and
1093 ;; fail (see:
1094 ;; <https://qt-project.atlassian.net/browse/QTBUG-145261>).
1095 "tst_qtimer"
1096 "tst_qtimer_no_glib"
1091 1097
1092 ;; The 'tst_qthread' test is also flaky, despite the 1098 ;; The 'tst_qthread' test is also flaky, despite the
1093 ;; patch applied that promised to fix it. 1099 ;; patch applied that promised to fix it.