From 290281b3ad65bb4d574e897f4a29958e36a0c64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sat, 21 Jun 2025 11:02:02 +0800 Subject: [PATCH] gnu: qtbase: Skip failing test. * gnu/packages/qt.scm (qtbase)[arguments]: Skip 'tst_qdate' in the check phase. Fixes: #709 Change-Id: I8ac55f31ab78d0ae82fd95b3f42f3ad2239be198 --- gnu/packages/qt.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 552b2cdef68..5e63305c9a0 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).