projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
623f8c6
)
[gdb/testsuite] Unsupport gdb.dwarf2/gdb-add-index-symlink.exp for remote host
author
Tom de Vries
<tdevries@suse.de>
Mon, 27 Mar 2023 11:58:10 +0000
(13:58 +0200)
committer
Tom de Vries
<tdevries@suse.de>
Mon, 27 Mar 2023 11:58:10 +0000
(13:58 +0200)
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.
gdb/testsuite/gdb.dwarf2/gdb-add-index-symlink.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.dwarf2/gdb-add-index-symlink.exp
b/gdb/testsuite/gdb.dwarf2/gdb-add-index-symlink.exp
index b9d99c314dc2201962de679109e67406854a2dc7..d6f96ab9f5b981b02d449d8e209721c8b6016e20 100644
(file)
--- 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.