gnu: qtbase: Skip failing test.

* gnu/packages/qt.scm (qtbase)[arguments]: Skip 'tst_qdate' in the check phase.

Fixes: #709
Change-Id: I8ac55f31ab78d0ae82fd95b3f42f3ad2239be198
This commit is contained in:
宋文武 2025-06-21 11:02:02 +08:00 committed by Andreas Enge
parent db4eafca9d
commit 290281b3ad
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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).