gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le.
* gnu/packages/qt.scm (qtbase) [phases] <check> [ppc64le]: Disable tst_qxmlstream test. Change-Id: Ie15b5cc78d0a99906ed6c2ca1e16810bdedf27c2master
parent
470ca56110
commit
625fa5745e
|
@ -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
|
||||
|
|
Reference in New Issue