guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit fa22d38523d1d389b70d4240577f36beb557cddc
Author: Greg Hogan <[email protected]>
AuthorDate: Tue Jul 22 17:46:39 2025 +0000

    gnu: qtbase: Fix build.
    
    * gnu/packages/qt.scm (qtbase)[arguments]<#:phases>{'check}: Exclude
    additional failing test.
    
    Change-Id: I823d652fbd47bc9a7981483266b522d445062176
---
 gnu/packages/qt.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 6bdcd8a7f5..934788be02 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1101,7 +1101,12 @@ tst_qt_cmake_create.cpp"
                        "test_qt_add_ui_8"
                        "test_qt_add_ui_9"
                        ;; This test is susceptible to the 600 ms timeout used:
-                       "tst_qpauseanimation")
+                       "tst_qpauseanimation"
+
+                       ;; This test may fail non-deterministically as reported
+                       ;; in Guix bug#73233 and upstream at
+                       ;; https://bugreports.qt.io/browse/QTBUG-119321.
+                       "tst_qsharedmemory")
                       #$@(cond
                            ((target-ppc64le?)
                              #~((list

Reply via email to