commit:     3c920c22b4ba6280e04ed73153ed95c406f6f305
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 05:21:35 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 05:28:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c920c22

dev-qt/qtbase: skip tst_quuid for now

uint128 parts for this test are new, and is likely not
worth holding back keywording over. Unlikely to result
in real runtime problems.

Needs confirmation, but believed that this would (now) fail
on other 64bit BE arches as well and is not ppc64be-specific.

Closes: https://bugs.gentoo.org/918878
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-qt/qtbase/qtbase-6.6.1-r1.ebuild | 3 ++-
 dev-qt/qtbase/qtbase-6.6.9999.ebuild | 3 ++-
 dev-qt/qtbase/qtbase-6.9999.ebuild   | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtbase/qtbase-6.6.1-r1.ebuild 
b/dev-qt/qtbase/qtbase-6.6.1-r1.ebuild
index 530aad079a60..dcd300df75b5 100644
--- a/dev-qt/qtbase/qtbase-6.6.1-r1.ebuild
+++ b/dev-qt/qtbase/qtbase-6.6.1-r1.ebuild
@@ -309,10 +309,11 @@ src_test() {
                # similarly, but on armv7 and potentially others (bug #914028)
                tst_qlineedit
                tst_qpainter
-               # likewise, known failing at least on BE arches (bug 
#914033,914371)
+               # likewise, known failing on BE arches (bug 
#914033,914371,918878)
                tst_qimagereader
                tst_qimagewriter
                tst_qpluginloader
+               tst_quuid
                # partially broken on llvm-musl, needs looking into but skip to 
have
                # a baseline for regressions (rest of dev-qt still passes with 
musl)
                $(usev elibc_musl '

diff --git a/dev-qt/qtbase/qtbase-6.6.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.6.9999.ebuild
index 90146aaed3c8..bd6be89d3028 100644
--- a/dev-qt/qtbase/qtbase-6.6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.6.9999.ebuild
@@ -309,10 +309,11 @@ src_test() {
                # similarly, but on armv7 and potentially others (bug #914028)
                tst_qlineedit
                tst_qpainter
-               # likewise, known failing at least on BE arches (bug 
#914033,914371)
+               # likewise, known failing on BE arches (bug 
#914033,914371,918878)
                tst_qimagereader
                tst_qimagewriter
                tst_qpluginloader
+               tst_quuid
                # partially broken on llvm-musl, needs looking into but skip to 
have
                # a baseline for regressions (rest of dev-qt still passes with 
musl)
                $(usev elibc_musl '

diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.9999.ebuild
index 4de73e3c0c2f..3ee457c228f7 100644
--- a/dev-qt/qtbase/qtbase-6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.9999.ebuild
@@ -311,10 +311,11 @@ src_test() {
                # similarly, but on armv7 and potentially others (bug #914028)
                tst_qlineedit
                tst_qpainter
-               # likewise, known failing at least on BE arches (bug 
#914033,914371)
+               # likewise, known failing on BE arches (bug 
#914033,914371,918878)
                tst_qimagereader
                tst_qimagewriter
                tst_qpluginloader
+               tst_quuid
                # partially broken on llvm-musl, needs looking into but skip to 
have
                # a baseline for regressions (rest of dev-qt still passes with 
musl)
                $(usev elibc_musl '

Reply via email to