commit:     9766b6fde49e48247ac9b11b2d52a4b615833c99
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 02:12:07 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 02:12:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9766b6fd

dev-qt/qtbase: skip known failing tests on BE arches

Could use looking into eventually, but these failures should
not have much of an impact. Skipping globally to avoid coming
back to this with other arches.

Bug: https://bugs.gentoo.org/914033
Bug: https://bugs.gentoo.org/914371
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-qt/qtbase/qtbase-6.5.2-r2.ebuild | 6 +++++-
 dev-qt/qtbase/qtbase-6.5.9999.ebuild | 6 +++++-
 dev-qt/qtbase/qtbase-6.6.9999.ebuild | 6 +++++-
 dev-qt/qtbase/qtbase-6.9999.ebuild   | 6 +++++-
 4 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild 
b/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
index 63c5ac446ad4..06bb9118196a 100644
--- a/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
+++ b/dev-qt/qtbase/qtbase-6.5.2-r2.ebuild
@@ -296,9 +296,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 '

diff --git a/dev-qt/qtbase/qtbase-6.5.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.5.9999.ebuild
index c6249d69533c..137c9f694949 100644
--- a/dev-qt/qtbase/qtbase-6.5.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.5.9999.ebuild
@@ -294,9 +294,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 '

diff --git a/dev-qt/qtbase/qtbase-6.6.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.6.9999.ebuild
index 8502d419a9b4..58bf530a1d11 100644
--- a/dev-qt/qtbase/qtbase-6.6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.6.9999.ebuild
@@ -294,9 +294,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 '

diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.9999.ebuild
index 5f0ad59133f0..becc650ea1ce 100644
--- a/dev-qt/qtbase/qtbase-6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.9999.ebuild
@@ -297,9 +297,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 '

Reply via email to