public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Skip ld/pr23169 test on arm.
@ 2023-01-09 15:52 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2023-01-09 15:52 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7a43fe0185f5e7672461da54ab78050abb72b194

commit 7a43fe0185f5e7672461da54ab78050abb72b194
Author: Christophe Lyon <christophe.lyon@arm.com>
Date:   Mon Jan 2 16:14:15 2023 +0000

    Skip ld/pr23169 test on arm.
    
    The test is already skipped on several targets (including AArch64)
    because it's invalid.
    
            * 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" \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-09 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-09 15:52 [binutils-gdb] Skip ld/pr23169 test on arm Christophe Lyon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).