me
/
guix
Archived
1
0
Fork 0

gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le.

* gnu/packages/qt.scm (qtbase) [phases] <check>
[ppc64le]: Disable tst_qxmlstream test.

Change-Id: Ie15b5cc78d0a99906ed6c2ca1e16810bdedf27c2
master
Maxim Cournoyer 2024-03-26 10:14:39 -04:00
parent 470ca56110
commit 625fa5745e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 1 deletions

View File

@ -998,7 +998,11 @@ tst_qt_cmake_create.cpp"
;; "'Unable to fetch row' || 'database is
;; locked'" (see:
;; https://bugreports.qt.io/browse/QTBUG-117114).
"tst_qsqlthread")))
"tst_qsqlthread"
;; The 'tst_qxmlstream' can time out (see:
;; https://bugreports.qt.io/projects/QTBUG/issues/QTBUG-123778).
"tst_qxmlstream")))
((target-x86-32?)
#~((list
;; QCOMPARE(qRound(actual), expected) returned TRUE