Update ChangeLog entry of commit 98c90f8028 and mention PR c++/20020
[external/binutils.git] / gdb / testsuite / ChangeLog
index ad0b8cd..b6394b7 100644 (file)
@@ -1,3 +1,70 @@
+2019-04-29  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/25005
+       * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
+
+2019-04-18  Tom de Vries  <tdevries@suse.de>
+           Pedro Alves  <palves@redhat.com>
+
+       PR gdb/24454
+       * gdb.threads/vfork-follow-child-exec.c: New file.
+       * gdb.threads/vfork-follow-child-exec.exp: New file.
+       * gdb.threads/vfork-follow-child-exit.c: New file.
+       * gdb.threads/vfork-follow-child-exit.exp: New file.
+
+2019-07-08  Alan Hayward  <alan.hayward@arm.com>
+
+       PR breakpoints/25011
+       * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
+
+2019-03-22  Alan Hayward  <alan.hayward@arm.com>
+
+       PR testsuite/25016
+       * README: Add pie options.
+       * gdb.base/break-interp.exp: Ensure pie is disabled.
+       * gdb.base/dump.exp: Likewise.
+       * lib/gdb.exp (gdb_compile): Add pie option.
+
+2019-06-27  Tom Tromey  <tromey@adacore.com>
+
+       PR c++/20020:
+       * gdb.cp/constexpr-field.exp: Use setup_xfail.
+
+2019-05-29  Tom Tromey  <tromey@adacore.com>
+
+       PR c++/20020:
+       * gdb.cp/constexpr-field.exp: New file.
+       * gdb.cp/constexpr-field.cc: New file.
+
+2019-04-30  Tom Tromey  <tromey@adacore.com>
+
+       PR c++/24470:
+       * gdb.cp/temargs.cc: Add test code from PR.
+
+2019-04-19  Tom Tromey  <tromey@adacore.com>
+
+       PR symtab/24423:
+       * gdb.base/list0.h (foo): Add a control-l character.
+
+2019-03-28  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
+       move comments outside list.  Append '-i "" eof' section.
+
+2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * config/default.exp: Remove 'load_lib gdb.exp'.
+       * config/monitor.exp: Likewise.
+       * config/sid.exp: Likewise.
+       * config/sim.exp: Likewise.
+       * config/slite.exp: Likewise.
+       * config/unix.exp: Likewise.
+       * gdb.base/default.exp: Remove unhelpful comment.
+
+2019-03-14  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.base/style.exp: Add "set style sources" test.
+
 2019-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR gdb/8527