aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2020-02-05 10:53:44 +0100
committerTom Tromey <tromey@adacore.com>2020-02-07 14:05:56 -0700
commit5abbbe1d13e03496af5564b997f3c3a2e79b4d73 (patch)
treec2d3892b8faa64e2aa3d2947878c7109a61749d4 /gdb/testsuite/gdb.base
parent6e5696561610bcde8f0fe63c967b8a96d70dbf2b (diff)
downloadgdb-5abbbe1d13e03496af5564b997f3c3a2e79b4d73.zip
gdb-5abbbe1d13e03496af5564b997f3c3a2e79b4d73.tar.gz
gdb-5abbbe1d13e03496af5564b997f3c3a2e79b4d73.tar.bz2
Revert basenames_may_differ patch
Commit a0c1ffedc regressed certain cases coming from Eclipse. See PR breakpoints/24915. gdb/ChangeLog 2020-02-07 Tom Tromey <tromey@adacore.com> PR breakpoints/24915: * source.c (find_and_open_source): Do not check basenames_may_differ. gdb/testsuite/ChangeLog 2020-02-07 Tom Tromey <tromey@adacore.com> PR breakpoints/24915: * gdb.base/annotate-symlink.exp: Use setup_xfail. Change-Id: Iadbf42f35eb40c95ad32b2108ae25d8f199998bd
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/annotate-symlink.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/annotate-symlink.exp b/gdb/testsuite/gdb.base/annotate-symlink.exp
index d22593c..830949d 100644
--- a/gdb/testsuite/gdb.base/annotate-symlink.exp
+++ b/gdb/testsuite/gdb.base/annotate-symlink.exp
@@ -47,5 +47,8 @@ gdb_breakpoint func message
gdb_test_no_output "set annotate 1"
+# The patch to cause this output was reverted.
+# See PR breakpoints/24915.
+setup_xfail *-*-* 24915
gdb_test "continue" \
"Breakpoint .* func .*realname-expand-link.c:$decimal\r\n\032\032.*realname-expand-link.c:.*"