sh-disable-tests
authorMatthias Klose <doko@debian.org>
Wed, 10 Jun 2026 06:16:33 +0000 (08:16 +0200)
committerMatthias Klose <doko@debian.org>
Wed, 10 Jun 2026 06:16:33 +0000 (08:16 +0200)
Gbp-Pq: Name sh-disable-tests.diff

ld/testsuite/ld-elf/sec64k.exp

index 3671244d70bded21319fcd91a35927bc6846d153..d195900edd01393038f1a519b3157807598e1e97 100644 (file)
@@ -46,6 +46,11 @@ if [istarget "hppa*64*-*-*"] {
     return
 }
 
+# timing out on sh4, see https://bugs.debian.org/1127604
+if [istarget "sh4-*-*"] {
+    return
+}
+
 # Test >64k sections, with and without -r.  First, create the assembly
 # files.  Have a relocation to another section and one within the local
 # section.