Build two gdb.cp testcases with -Wno-unused-comparison
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 36afa3dbd3d928c397bb46bdc50a4dd286f45dc5..ed56c819cb094752d3d1b7387b8d8f765e002b9c 100644 (file)
@@ -1,8 +1,212 @@
+2020-05-29  Gary Benson <gbenson@redhat.com>
+
+       * gdb.cp/koenig.exp (prepare_for_testing): Add
+       additional_flags=-Wno-unused-comparison.
+       * gdb.cp/operator.exp (prepare_for_testing): Likewise.
+
+2020-05-28  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/sigaltstack.c (catcher): Add default case to switch
+       statement.
+
+2020-05-28  Gary Benson <gbenson@redhat.com>
+
+       * gdb.cp/classes.exp (prepare_for_testing): Add
+       additional_flags=-Wno-deprecated-register.
+       * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
+       * gdb.cp/misc.exp: Likewise.
+
+2020-05-28  Gary Benson <gbenson@redhat.com>
+
+       * gdb.linespec/cpls-ops.cc (dummy): New static global.
+       (test_op_new::operator new): Add return statement.
+       (test_op_new_array::operator new[]): Likewise.
+
+2020-05-27  Pedro Alves  <palves@redhat.com>
+
+       * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
+       check.  Use test_gdb_complete_unique instead of
+       test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique.  Use
+       test_gdb_complete_multiple instead of
+       test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
+
+2020-05-27  Luis Machado  <luis.machado@linaro.org>
+
+       * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
+       * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
+       * gdb.arch/arm-disassembler-options.exp: Likewise.
+       * gdb.arch/arm-disp-step.exp: Likewise.
+       * gdb.arch/thumb-prologue.exp: Likewise.
+       * gdb.base/async.exp: Likewise.
+       * gdb.base/auxv.exp: Likewise.
+       * gdb.base/complex-parts.exp: Likewise.
+       * gdb.base/ena-dis-br.exp: Likewise.
+       * gdb.base/foll-exec.exp: Likewise.
+       * gdb.base/permissions.exp: Likewise.
+       * gdb.base/relocate.exp: Likewise.
+       * gdb.base/return2.exp: Likewise.
+       * gdb.base/sigbpt.exp: Likewise.
+       * gdb.base/siginfo-obj.exp: Likewise.
+       * gdb.cp/converts.exp: Likewise.
+       * gdb.cp/exceptprint.exp: Likewise.
+       * gdb.cp/inherit.exp: Likewise.
+       * gdb.cp/nsnoimports.exp: Likewise.
+       * gdb.cp/virtbase2.exp: Likewise.
+       * gdb.mi/mi-var-cmd.exp: Likewise.
+       * gdb.mi/var-cmd.c: Likewise.
+
+2020-05-26  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
+
+2020-05-26  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
+       * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
+       type.
+       * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
+       variable.
+
+2020-05-26  Christian Biesinger  <cbiesinger@google.com>
+
+       * Makefile.in: Use = instead of == for the test command
+       for portability.
+
+2020-05-26  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/gold-gdb-index-2.c: New test.
+       * gdb.base/gold-gdb-index.c: New test.
+       * gdb.base/gold-gdb-index.exp: New file.
+       * gdb.base/gold-gdb-index.h: New test.
+
+2020-05-25  Tom de Vries  <tdevries@suse.de>
+
+       * boards/gold-gdb-index.exp: New file.
+
+2020-05-25  Simon Marchi  <simon.marchi@efficios.com>
+
+       * boards/simavr.exp: New file.
+
+2020-05-25  Simon Marchi  <simon.marchi@efficios.com>
+
+       * lib/gdb.exp (gdb_run_cmd): Return success or failure.
+       * gdb.base/inferior-args.exp: New file.
+       * gdb.base/inferior-args.c: New file.
+
+2020-05-25  Simon Marchi  <simon.marchi@efficios.com>
+
+       * lib/gdb.exp (gdb_run_cmd): Change argument from args to
+       inferior_args.  Pass it to gdb_reload.
+       (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
+       inferior_args.
+       (gdb_reload): Add inferior_args argument.
+       * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
+       pass it to gdbserver_run.
+       * boards/native-gdbserver.exp: Do not set noargs.
+       * boards/native-extended-gdbserver.exp (gdb_reload): Add
+       inferior_args argument.
+       * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
+       * gdb.base/a2-run.exp: Check for use_gdb_stub.
+       * gdb.base/args.exp: Likewise.
+
+2020-05-25  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (exec_is_pie): Add comment.
+
+2020-05-25  Tom de Vries  <tdevries@suse.de>
+
+       * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
+       instead of $binfile in the untested message.
+
+2020-05-25  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/26031
+       * lib/gdb.exp (exec_is_pie): Test readelf -h output.
+
+2020-05-25  Tom de Vries  <tdevries@suse.de>
+
+       * boards/gold.exp: New file.
+
+2020-05-23  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/style.exp: Remove completion styling test.
+       * lib/gdb-utils.exp (style): Remove completion styles.
+
+2020-05-23  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/style.exp: Add completion styling test.
+       * lib/gdb-utils.exp (style): Add completion styles.
+
+2020-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/annota1.exp: Update expected results.
+       * gdb.cp/annota2.exp: Update expected results, remove duplicate
+       test name.
+       * gdb.cp/annota3.exp: Update expected results.
+
+2020-05-20  Simon Marchi  <simon.marchi@efficios.com>
+
+       PR gdb/26016
+       * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
+       against MAP_FAILED.
+       * gdb.base/coremaker.c (mmapdata): Likewise.
+       * gdb.base/jit-reader-host.c (main): Likewise.
+       * gdb.base/sym-file-loader.c (load): Likewise.
+       (load_shlib): Likewise.
+
+2020-05-20  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/array_char_idx.exp: Recognize initialized array.
+
+2020-05-20  Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/25833
+       * gdb.base/with-mf-inc.c: New test.
+       * gdb.base/with-mf-main.c: New test.
+       * gdb.base/with-mf.exp: New file.
+
+2020-05-19  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.rust/simple.exp: Restore missing test result.
+
+2020-05-19  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/gdb-caching-proc.exp: Fix typo.
+
+2020-05-19  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.rust/simple.exp: Add some test descriptions.
+       (test_one_slice): Use with_test_prefix.
+
+2020-05-18  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
+
+2020-05-17  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/25741
+       * gdb.base/hw-sw-break-same-address.exp: New file.
+
+2020-05-16  Pedro Alves  <palves@redhat.com>
+
+       * gdb.multi/multi-re-run.exp (test_re_run): Switch
+       LAST_LOADED_FILE accordingly.
+
+2020-05-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
+
+2020-05-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/help.exp: Test apropos and help for commands
+       having aliases.  Fixed comments not starting with an
+       upper-case letter or not finishing with a dot.
+
 2020-05-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
 
        * gdb.base/alias.exp: Update help output check.
 
-c2020-05-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+2020-05-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
 
        * gdb.base/default.exp: Update output following fixes.
 
This page took 0.029043 seconds and 4 git commands to generate.