diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-11-30 00:21:35 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-11-30 00:28:35 -0500 |
commit | 3c920c22b4ba6280e04ed73153ed95c406f6f305 (patch) | |
tree | 2794b98941a084094fa0020cda9da6a36ea58934 /dev-qt/qtbase | |
parent | dev-lisp/sbcl: remove old version (diff) | |
download | gentoo-3c920c22b4ba6280e04ed73153ed95c406f6f305.tar.gz gentoo-3c920c22b4ba6280e04ed73153ed95c406f6f305.tar.bz2 gentoo-3c920c22b4ba6280e04ed73153ed95c406f6f305.zip |
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@gentoo.org>
Diffstat (limited to 'dev-qt/qtbase')
-rw-r--r-- | dev-qt/qtbase/qtbase-6.6.1-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-qt/qtbase/qtbase-6.6.9999.ebuild | 3 | ||||
-rw-r--r-- | 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 ' |