guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: qtdeclarative: Skip tst_qqmlprofilerservice test.


From: guix-commits
Subject: 03/09: gnu: qtdeclarative: Skip tst_qqmlprofilerservice test.
Date: Wed, 8 Feb 2023 09:40:37 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 2c53c2bb6a95e6e51cde451515c4b5f8d1f0f1a3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Feb 7 23:58:27 2023 -0500

    gnu: qtdeclarative: Skip tst_qqmlprofilerservice test.
    
    * gnu/packages/qt.scm (qtdeclarative) [phases]: Mark the
    tst_qqmlprofilerservice test as skipped in the check phase.
---
 gnu/packages/qt.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 3115bb2606..54688a63bb 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1287,6 +1287,10 @@ with JavaScript and C++.")))
                     ;; qrc). Import paths used:
                     ;; /gnu/store/...-qtbase-6.3.1/lib/qt6/qml"
                     "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
                     ;; an extra CMAKE_PREFIX_PATH location is missing to
                     ;; correctly locate the imports.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]