[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: qtdeclarative: Disable tst_qquickfolderdialo
From: |
guix-commits |
Subject: |
branch master updated: gnu: qtdeclarative: Disable tst_qquickfolderdialogimpl test. |
Date: |
Wed, 08 Feb 2023 21:02:34 -0500 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 640d27c2d6 gnu: qtdeclarative: Disable tst_qquickfolderdialogimpl test.
640d27c2d6 is described below
commit 640d27c2d68cfc621c5b49a8b26aa2c15f3208ea
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 8 20:31:11 2023 -0500
gnu: qtdeclarative: Disable tst_qquickfolderdialogimpl test.
* gnu/packages/qt.scm (qtdeclarative) [phases]: Mark the
tst_qquickfolderdialogimpl test as skipped in the check phase.
---
gnu/packages/qt.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 54688a63bb..da18395efc 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1291,6 +1291,9 @@ with JavaScript and C++.")))
;; load (see:
;; https://bugreports.qt.io/browse/QTBUG-111008).
"tst_qqmlprofilerservice"
+ ;; This one also causes non-determinstic failures (see:
+ ;; https://bugreports.qt.io/browse/QTBUG-101488).
+ "tst_qquickfolderdialogimpl"
;; These test fail when running qmlimportscanner; perhaps
;; an extra CMAKE_PREFIX_PATH location is missing to
;; correctly locate the imports.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: qtdeclarative: Disable tst_qquickfolderdialogimpl test.,
guix-commits <=