From patchwork Fri Jul 12 08:15:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Andreas K. Huettel" X-Patchwork-Id: 1959702 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=libc-alpha-bounces~incoming=patchwork.ozlabs.org@sourceware.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WL4Hc3TZNz1xqx for ; Fri, 12 Jul 2024 18:18:52 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id BAD63383916B for ; Fri, 12 Jul 2024 08:18:50 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 441B33842FEF for ; Fri, 12 Jul 2024 08:18:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 441B33842FEF Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 441B33842FEF Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.211.166.183 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1720772308; cv=none; b=rUL+OBsM4a+K5TkhXv2xu2m2bsJsyDqy2nS34pRyi1tlLoUVy4UwdG4t96l7qa4S/05+1CNnD9cScz2rwTBPXOhi0pGNlqWFOKD/aBH1Kpe1iZcOVLJ/mo/v3g83UbdTz8Av1JH75AOSJLGCdPOM2rXl1zhu7oe3qYqX2CJSNZQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1720772308; c=relaxed/simple; bh=nPRZsK0FzW5X+ABuA/GArF1vmBOhKk3qxZY3AhaL7bk=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=NrPOT1vUXTp3j/YjTsGOV1m7GOvQjg0sczHGEE9Lx0ZEG5hZWaezlLqoCYVVMNRY+dfaMTs85RJrhDEUQv4aQYlxtjjhZBgqvvjDgcATGtLzrvqVhUL5jdlEYN96w/YrFwySPt2SsStKv+CmlIlB/wIhkiRy8wiETNxZN8wPyVA= ARC-Authentication-Results: i=1; server2.sourceware.org From: =?utf-8?q?Andreas_K=2E_H=C3=BCttel?= To: libc-alpha@sourceware.org Cc: adhemerval.zanella@linaro.org, =?utf-8?q?Andreas_K=2E_H=C3=BCttel?= Subject: [PATCH] tests: XFAIL audit tests failing on mips due to bug 29404 Date: Fri, 12 Jul 2024 10:15:06 +0200 Message-ID: <20240712081818.46610-1-dilfridge@gentoo.org> X-Mailer: git-send-email 2.44.2 MIME-Version: 1.0 X-Spam-Status: No, score=-9.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces~incoming=patchwork.ozlabs.org@sourceware.org Signed-off-by: Andreas K. Hüttel --- I understand Adhemerval's comment on bug 29404 such that these 6 tests always fail on mips at the moment, due to limitations in the audit code(?). It makes no sense to limit the testsuite passing on them in that case (but the bug should stay open)... The whitespace error is added by autoconf. --- sysdeps/mips/configure | 14 ++++++++++++++ sysdeps/mips/configure.ac | 8 ++++++++ 2 files changed, 22 insertions(+) diff --git a/sysdeps/mips/configure b/sysdeps/mips/configure index 60dbd947e2..7c8eec8f06 100644 --- a/sysdeps/mips/configure +++ b/sysdeps/mips/configure @@ -172,3 +172,17 @@ if test x$libc_cv_mips_nan2008 = xyes; then fi +# bug 29404 - these tests right now fail for any mips build +config_vars="$config_vars +test-xfail-tst-audit24a = yes" +config_vars="$config_vars +test-xfail-tst-audit24b = yes" +config_vars="$config_vars +test-xfail-tst-audit24c = yes" +config_vars="$config_vars +test-xfail-tst-audit24d = yes" +config_vars="$config_vars +test-xfail-tst-audit25a = yes" +config_vars="$config_vars +test-xfail-tst-audit25b = yes" + diff --git a/sysdeps/mips/configure.ac b/sysdeps/mips/configure.ac index d3cd780d78..facc68e5c0 100644 --- a/sysdeps/mips/configure.ac +++ b/sysdeps/mips/configure.ac @@ -13,3 +13,11 @@ yes if test x$libc_cv_mips_nan2008 = xyes; then AC_DEFINE(HAVE_MIPS_NAN2008) fi + +# bug 29404 - these tests right now fail for any mips build +LIBC_CONFIG_VAR([test-xfail-tst-audit24a], [yes]) +LIBC_CONFIG_VAR([test-xfail-tst-audit24b], [yes]) +LIBC_CONFIG_VAR([test-xfail-tst-audit24c], [yes]) +LIBC_CONFIG_VAR([test-xfail-tst-audit24d], [yes]) +LIBC_CONFIG_VAR([test-xfail-tst-audit25a], [yes]) +LIBC_CONFIG_VAR([test-xfail-tst-audit25b], [yes])