summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
diff options
context:
space:
mode:
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.