me
/
guix
Archived
1
0
Fork 0

gnu: qtdeclarative: Skip tst_qqmlprofilerservice test.

* gnu/packages/qt.scm (qtdeclarative) [phases]: Mark the
tst_qqmlprofilerservice test as skipped in the check phase.
master
Maxim Cournoyer 2023-02-07 23:58:27 -05:00
parent 4012ec0276
commit 2c53c2bb6a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 0 deletions

View File

@ -1287,6 +1287,10 @@ with JavaScript and C++.")))
;; qrc). Import paths used: ;; qrc). Import paths used:
;; /gnu/store/...-qtbase-6.3.1/lib/qt6/qml" ;; /gnu/store/...-qtbase-6.3.1/lib/qt6/qml"
"tst_qmltc_qprocess" "tst_qmltc_qprocess"
;; This test is non-deterministic; may fail under high
;; load (see:
;; https://bugreports.qt.io/browse/QTBUG-111008).
"tst_qqmlprofilerservice"
;; These test fail when running qmlimportscanner; perhaps ;; These test fail when running qmlimportscanner; perhaps
;; an extra CMAKE_PREFIX_PATH location is missing to ;; an extra CMAKE_PREFIX_PATH location is missing to
;; correctly locate the imports. ;; correctly locate the imports.