commit:     af10cf7228656d9d2cc886f1fac51d46fb33a17a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 17:23:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 17:23:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af10cf72

toolchain.eclass: disable multilib tests for now

... until validate_failures.py can handle them properly, to avoid
trashing our test manifests.

Bug: https://gcc.gnu.org/PR116260
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/toolchain.eclass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 2acade8e4ca8..bfb087146864 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1966,7 +1966,9 @@ toolchain_src_test() {
 
                # TODO: Does this handle s390 (-m31) correctly?
                # TODO: What if there are multiple ABIs like x32 too?
-               is_multilib && GCC_TESTS_RUNTESTFLAGS+=" 
--target_board=unix{,-m32}"
+               # XXX: Disabled until validate_failures.py can handle 'variants'
+               # XXX: https://gcc.gnu.org/PR116260
+               #is_multilib && GCC_TESTS_RUNTESTFLAGS+=" 
--target_board=unix{,-m32}"
 
                # nonfatal here as we die if the comparison below fails. Also, 
note that
                # the exit code of targets other than 'check' may be unreliable.
@@ -1996,7 +1998,6 @@ toolchain_src_test() {
        )
 
        # Produce an updated failure manifest.
-       # XXX: Manifests aren't ideal w/ multilib because of 
https://gcc.gnu.org/PR116260
        einfo "Generating a new failure manifest ${T}/${CHOST}.xfail"
        rm -f "${T}"/${CHOST}.xfail
        edo "${T}"/validate_failures.py \

Reply via email to