diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-11-20 12:57:53 +0200 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-11-21 22:52:56 +0800 |
commit | 3ef5e20bcdb6caed49e5db46a135ee4c17d69b5f (patch) | |
tree | e265949a64c23cfc8668999b7ee42b575986d254 | |
parent | 09cfda01455c6e148a014c18f22103fc245adb36 (diff) |
gnu: qtbase: Adjust skipped tests.
* gnu/packages/qt.scm (qtbase)[arguments]: In the custom 'check phase
skip one fewer tests when building on i686-linux.
Change-Id: I9df23e51dd18f076fd42f8c7175567c1104d3ae5
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index a6a431b8e09..722448b4e47 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1044,10 +1044,6 @@ tst_qt_cmake_create.cpp" ;; v3.normalized()' returned FALSE. () "tst_qvectornd" - ;; Actual (qRed(p)) : 11 - ;; Expected (qGreen(p)): 10 - "tst_qcolorspace" - ;; Actual (dv.validate(value, dummy)): Invalid ;; Expected (standard_state) : Intermediate "tst_qdoublevalidator"))) |