From: Tom de Vries Date: Mon, 27 Mar 2023 11:58:10 +0000 (+0200) Subject: [gdb/testsuite] Unsupport gdb.dwarf2/gdb-add-index-symlink.exp for remote host X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2793801454182768d753d57225c296e1c4dbf5b;p=binutils-gdb.git [gdb/testsuite] Unsupport gdb.dwarf2/gdb-add-index-symlink.exp for remote host Declare test-case gdb.dwarf2/gdb-add-index-symlink.exp unsupported for remote host, because the current implementation of gdb_ensure_index doesn't support it. Tested on x86_64-linux. --- diff --git a/gdb/testsuite/gdb.dwarf2/gdb-add-index-symlink.exp b/gdb/testsuite/gdb.dwarf2/gdb-add-index-symlink.exp index b9d99c314dc..d6f96ab9f5b 100644 --- a/gdb/testsuite/gdb.dwarf2/gdb-add-index-symlink.exp +++ b/gdb/testsuite/gdb.dwarf2/gdb-add-index-symlink.exp @@ -18,6 +18,9 @@ load_lib dwarf.exp # This test can only be run on targets which support DWARF-2. require dwarf2_support +# The current implementation of ensure_gdb_index doesn't work on remote host. +require {!is_remote host} + standard_testfile main.c # First check whether we can actually handle the non-symlink case.