summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2025-06-21 11:02:02 +0800
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:35 +0200
commit290281b3ad65bb4d574e897f4a29958e36a0c64f (patch)
tree5d7aeef055b85d1811bc050ae6d382414c31d4bc
parentdb4eafca9dceba5f55f0a0266fed8119b9a35d54 (diff)
gnu: qtbase: Skip failing test.
* gnu/packages/qt.scm (qtbase)[arguments]: Skip 'tst_qdate' in the check phase. Fixes: #709 Change-Id: I8ac55f31ab78d0ae82fd95b3f42f3ad2239be198
-rw-r--r--gnu/packages/qt.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 552b2cdef6..5e63305c9a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -947,6 +947,12 @@ tst_qt_cmake_create.cpp"
;; https://bugreports.qt.io/browse/QTBUG-135603).
"tst_qguitimer"
+ ;; TODO: Enable this when update qtbase.
+ ;; tst_QDate::startOfDay_endOfDay fails for BajaMexico
+ ;; due to IANA timezone update (see:
+ ;; https://bugreports.qt.io/browse/QTQAINFRA-6757).
+ "tst_qdate"
+
;; The 'test_standalone_test' fails with a
;; "get_property could not find TARGET Qt6::Core" error
;; (see: https://bugreports.qt.io/browse/QTBUG-123940).