aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2021-04-19 07:16:34 -0600
committerTom Tromey <tromey@adacore.com>2021-04-19 07:16:34 -0600
commit392e0bcc0e4088ff6c31ed43a6232e709bf52751 (patch)
treece93c05df23b54f34971be809cc117fe546d9e1b /gdb/testsuite/ChangeLog
parent9a8041fd94b7b5c12cb802f87648cce954d18d2a (diff)
downloadgdb-392e0bcc0e4088ff6c31ed43a6232e709bf52751.zip
gdb-392e0bcc0e4088ff6c31ed43a6232e709bf52751.tar.gz
gdb-392e0bcc0e4088ff6c31ed43a6232e709bf52751.tar.bz2
Fix kfail patterns in inline-locals.exp
PR gdb/27742 points out that my recent change to print_variable_and_value caused a regression in inline-locals.exp. I can't reproduce this, but I came up with this patch based on the output shown in the bug. gdb/testsuite/ChangeLog 2021-04-19 Tom Tromey <tromey@adacore.com> PR gdb/27742: * gdb.opt/inline-locals.exp: Update kfail patterns.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 3e4a384..2bc845c 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2021-04-19 Tom Tromey <tromey@adacore.com>
+
+ PR gdb/27742:
+ * gdb.opt/inline-locals.exp: Update kfail patterns.
+
2021-04-17 Tom Tromey <tom@tromey.com>
* gdb.dwarf2/gdb-index-nodebug.exp: New file.