diff options
author | Greg Hogan <code@greghogan.com> | 2025-07-22 17:46:39 +0000 |
---|---|---|
committer | Greg Hogan <code@greghogan.com> | 2025-07-30 16:28:34 +0000 |
commit | fcd870707e1a42d8d941de1b482e9072cb2a6d5f (patch) | |
tree | 05da373c2f4d2567a39985ea0c5a395206d4c71a | |
parent | 2d8de552f5f22b4a12e20eebbc0331028f493991 (diff) |
gnu: qtbase: Fix build.
* gnu/packages/qt.scm (qtbase)[arguments]<#:phases>{'check}: Exclude
additional failing test.
Change-Id: I823d652fbd47bc9a7981483266b522d445062176
-rw-r--r-- | gnu/packages/qt.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index b12564da44..fd7431914b 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 |