mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
db4eafca9d
commit
290281b3ad
1 changed files with 6 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue