diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-01 22:42:48 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:11:56 -0400 |
commit | 41519fceaa18d82475f0d64b0e93d992b470bf75 (patch) | |
tree | a218efe7b526f0a11e06d28cb23ff249a8b49c0a /gnu/packages/qt.scm | |
parent | a735385bfa4f0c82a45307b868a930785b927bf8 (diff) | |
download | guix-41519fceaa18d82475f0d64b0e93d992b470bf75.tar.gz |
gnu: qtbase: Disable the "tst_qobjectrace" test.
* gnu/packages/qt.scm (qtbase) [arguments]: Skip the "tst_qobjectrace" in the check phase.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 80155d39e4..8cda634cef 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -772,6 +772,9 @@ developers using C++ or QML, a CSS & JavaScript like language.") ;; Actual (dt5.offsetFromUtc()): 0 ;; Expected (46800) : 46800 "tst_qdatetime" + ;; The tst_QObjectRace::destroyRace is flaky (see: + ;; https://bugreports.qt.io/browse/QTBUG-103489). + "tst_qobjectrace" ;; The 'tst_QSettings::fromFile' assumes the data ;; location to be relative to the root directory and ;; fails. |