From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1652) id 84DFE3858CDA; Mon, 9 Jan 2023 15:53:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84DFE3858CDA Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Christophe Lyon To: bfd-cvs@sourceware.org Subject: [binutils-gdb/binutils-2_40-branch] Skip ld/pr23169 test on arm. X-Act-Checkin: binutils-gdb X-Git-Author: Christophe Lyon X-Git-Refname: refs/heads/binutils-2_40-branch X-Git-Oldrev: 5d546b26ceca0e10c51c04b895d83b1460ea38c6 X-Git-Newrev: dcaa0ed8f6f486d49b8b3b7ee0da8a80f64affbd Message-Id: <20230109155336.84DFE3858CDA@sourceware.org> Date: Mon, 9 Jan 2023 15:53:36 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2023 15:53:36 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Ddcaa0ed8f6f4= 86d49b8b3b7ee0da8a80f64affbd commit dcaa0ed8f6f486d49b8b3b7ee0da8a80f64affbd Author: Christophe Lyon Date: Mon Jan 2 16:14:15 2023 +0000 Skip ld/pr23169 test on arm. =20 The test is already skipped on several targets (including AArch64) because it's invalid. =20 * testsuite/ld-ifunc/ifunc.exp: Skip pr23169 on arm. Diff: --- ld/testsuite/ld-ifunc/ifunc.exp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.= exp index 15dcee0d967..edabcc3f744 100644 --- a/ld/testsuite/ld-ifunc/ifunc.exp +++ b/ld/testsuite/ld-ifunc/ifunc.exp @@ -735,9 +735,10 @@ run_ld_link_exec_tests [list \ # in the executable (which is relocated last by ld.so). if { [isnative] && !([istarget "powerpc-*-*"] - || [istarget "aarch64*-*-*"] - || [istarget "sparc*-*-*"] - || [istarget "riscv*-*-*"]) } { + || [istarget "aarch64*-*-*"] + || [istarget "arm*-*-*"] + || [istarget "sparc*-*-*"] + || [istarget "riscv*-*-*"]) } { run_ld_link_exec_tests [list \ [list \ "Run pr23169a" \