me
/
guix
Archived
1
0
Fork 0

gnu: qtbase: Disable the "tst_qobjectrace" test.

* gnu/packages/qt.scm (qtbase) [arguments]: Skip the "tst_qobjectrace" in the
check phase.
master
Maxim Cournoyer 2023-04-01 22:42:48 -04:00
parent a735385bfa
commit 41519fceaa
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 0 deletions

View File

@ -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.