From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1652) id 1E4A33858C1F; Mon, 9 Jan 2023 15:52:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E4A33858C1F 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] Skip ld/pr23169 test on arm. X-Act-Checkin: binutils-gdb X-Git-Author: Christophe Lyon X-Git-Refname: refs/heads/master X-Git-Oldrev: 2b70b1b838388cc4186933a724eccd0be6b2a955 X-Git-Newrev: 7a43fe0185f5e7672461da54ab78050abb72b194 Message-Id: <20230109155214.1E4A33858C1F@sourceware.org> Date: Mon, 9 Jan 2023 15:52:14 +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:52:14 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D7a43fe0185f5= e7672461da54ab78050abb72b194 commit 7a43fe0185f5e7672461da54ab78050abb72b194 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" \