From ca517256fa4afe5b579e64e267ebbc7beb8a888f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 19 Sep 2023 05:07:58 +0100 Subject: gentoo auto-resync : 19:09:2023 - 05:07:58 --- dev-qt/qtbase/qtbase-6.5.9999.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'dev-qt/qtbase/qtbase-6.5.9999.ebuild') diff --git a/dev-qt/qtbase/qtbase-6.5.9999.ebuild b/dev-qt/qtbase/qtbase-6.5.9999.ebuild index c6249d69533c..9511c2c54404 100644 --- a/dev-qt/qtbase/qtbase-6.5.9999.ebuild +++ b/dev-qt/qtbase/qtbase-6.5.9999.ebuild @@ -130,6 +130,7 @@ PDEPEND=" " PATCHES=( + "${FILESDIR}"/${PN}-6.5.2-hppa-forkfd-grow-stack.patch "${FILESDIR}"/${PN}-6.5.2-no-symlink-check.patch ) @@ -294,9 +295,13 @@ src_test() { tst_qglyphrun tst_qvectornd tst_rcc - # similarly, but on armv7 (bug #914028) + # similarly, but on armv7 and potentially others (bug #914028) tst_qlineedit tst_qpainter + # likewise, known failing at least on BE arches (bug #914033,914371) + tst_qimagereader + tst_qimagewriter + tst_qpluginloader # partially broken on llvm-musl, needs looking into but skip to have # a baseline for regressions (like above, rest of dev-qt is fine) $(usev elibc_musl ' @@ -305,6 +310,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 ) -- cgit v1.2.3