diff options
author | 2023-09-18 22:18:12 -0400 | |
---|---|---|
committer | 2023-09-18 22:34:27 -0400 | |
commit | efd68dea72969804a4b30a968e037e5ca957bf95 (patch) | |
tree | 777fbd301e2d2366918d5e59f400283dc1e47b6a /dev-qt/qtbase/qtbase-6.6.9999.ebuild | |
parent | dev-qt/qtbase: skip known failing tests on BE arches (diff) | |
download | gentoo-efd68dea72969804a4b30a968e037e5ca957bf95.tar.gz gentoo-efd68dea72969804a4b30a968e037e5ca957bf95.tar.bz2 gentoo-efd68dea72969804a4b30a968e037e5ca957bf95.zip |
dev-qt/qtbase: skip NaN related tests for hppa-only
May or may not have other impacts and could use fixing,
but skipping noise about this for now.
Assuming unlikely to come up on non-hppa, so skipping only
there. Will see if other arches somehow come up.
Bug: https://bugs.gentoo.org/914371
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtbase/qtbase-6.6.9999.ebuild')
-rw-r--r-- | dev-qt/qtbase/qtbase-6.6.9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-qt/qtbase/qtbase-6.6.9999.ebuild b/dev-qt/qtbase/qtbase-6.6.9999.ebuild index 58bf530a1d11..ba01c16ca68f 100644 --- a/dev-qt/qtbase/qtbase-6.6.9999.ebuild +++ b/dev-qt/qtbase/qtbase-6.6.9999.ebuild @@ -309,6 +309,11 @@ src_test() { tst_qimagereader tst_qimage ') + # fails due to hppa's NaN handling, needs looking into (bug #914371) + $(usev hppa ' + tst_qcborvalue + tst_qnumeric + ') # note: for linux, upstream only really runs+maintains tests for amd64 # https://doc.qt.io/qt-6/supported-platforms.html ) |