Skip ld/pr23169 test on arm.
authorChristophe Lyon <christophe.lyon@arm.com>
Mon, 2 Jan 2023 16:14:15 +0000 (16:14 +0000)
committerChristophe Lyon <christophe.lyon@arm.com>
Mon, 9 Jan 2023 15:51:57 +0000 (16:51 +0100)
The test is already skipped on several targets (including AArch64)
because it's invalid.

* testsuite/ld-ifunc/ifunc.exp: Skip pr23169 on arm.

ld/testsuite/ld-ifunc/ifunc.exp

index 15dcee0d9674b756769580f2a05e7120e3a9732b..edabcc3f744a8e21f99e40d548572ade09740f11 100644 (file)
@@ -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" \