From: Alan Modra Date: Mon, 23 Feb 2026 10:39:34 +0000 (+1030) Subject: Don't run pr24576 tests on windows host X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aaa64b8ef4bf06ad786403dbc0c4ffaee2f6d80;p=thirdparty%2Fbinutils-gdb.git Don't run pr24576 tests on windows host --- diff --git a/ld/testsuite/ld-scripts/script.exp b/ld/testsuite/ld-scripts/script.exp index ed4cbf7660e..ff65e397b6b 100644 --- a/ld/testsuite/ld-scripts/script.exp +++ b/ld/testsuite/ld-scripts/script.exp @@ -233,8 +233,12 @@ run_dump_test "pr20302" run_dump_test "output-section-types" run_dump_test "ld-version" run_dump_test "ld-version-2" -run_dump_test "pr24576-1" -run_dump_test "pr24576-2" +# Windows hosts are likely to have filesystems where st_ino has no meaning, +# breaking the test for accidental duplicate scripts. +if { ![ishost *-mingw*] } { + run_dump_test "pr24576-1" + run_dump_test "pr24576-2" +} run_dump_test "linker-script-not-found" run_dump_test "segment-start" {{name (default)}}