Fix "set integer-command unlimited junk"
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 4060eadfbd488bc9290cc8e57e964b11a476d7e8..37e327d9f2adabcb42f945db920a233f4b1af1c0 100644 (file)
@@ -1,3 +1,193 @@
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/settings.exp (test-integer): Test junk after
+       "unlimited".
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/options.exp (test-thread-apply): New.
+       (top level): Call it.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/options.exp (test-frame-apply): New.
+       (top level): Test print commands with different "frame apply"
+       prefixes.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+        * lib/completion-support.exp (test_gdb_complete_tab_multiple)
+       (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
+       'max_completions' parameter and handle it.
+       (test_gdb_completion_offers_commands): New.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/options.exp (test-backtrace): New.
+       (top level): Call it.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.guile/scm-frame-args.exp: Use "set print
+       raw-frame-arguments" instead of "set print raw frame-arguments".
+       * gdb.python/py-frame-args.exp: Likewise.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.compile/compile.exp: Adjust expected output to option
+       processing changes.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/options.exp: Build executable.
+       (test-print): New procedure.
+       (top level): Call it, once for "print" and another for "compile
+       print".
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/options.c: New file.
+       * gdb.base/options.exp: New file.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
+       that "o" is ambiguous.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/settings.c: New file.
+       * gdb.base/settings.exp: New file.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/completion.exp: Fix comment typo.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.multi/tids.exp: Adjust expected output.  Add "thread apply 1
+       foo --1" test.
+
+2019-06-11  Bernhard Heckel  <bernhard.heckel@intel.com>
+
+       * gdb.fortran/block-data.f: New.
+       * gdb.fortran/block-data.exp: New.
+
+2019-06-11  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/24521
+       * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
+       message.
+
+2019-06-11  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/24521
+       * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
+
+2019-06-11  Tom de Vries  <tdevries@suse.de>
+
+       * boards/readnow.exp: New file.
+
+2019-06-10  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/vla-sizeof.exp: Update expected results.
+
+2019-06-06  Amos Bird  <amosbird@gmail.com>
+
+       * gdb.base/annota1.exp (thread_switch): Add test for
+       thread-exited annotation.
+
+2019-06-06  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.base/maint.exp: Expect command started/finished output.
+
+2019-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
+       comment.
+       * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
+
+2019-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.arch/riscv-unwind-long-insn-6.s: New file.
+       * gdb.arch/riscv-unwind-long-insn-8.s: New file.
+       * gdb.arch/riscv-unwind-long-insn.c: New file.
+       * gdb.arch/riscv-unwind-long-insn.exp: New file.
+
+2019-06-04  Christian Biesinger  <cbiesinger@google.com>
+
+       * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
+
+2019-06-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * lib/gdb.exp (help_list_trailer): New regexp variable
+       factorizing the help trailer message.
+       (test_class_help): Use help_list_trailer.  Add LIST_OF_COMMANDS
+       arg to allow to better factorize various tests.
+       (test_user_defined_class_help): Factorizes testing 'help user-defined'.
+       (test_prefix_command_help): Use help_list_trailer.
+       * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
+       * gdb.guile/scm-cmd.exp: Likewise.
+       * gdb.trace/tracecmd.exp: Update caller of test_class_help.
+       * gdb.base/help.exp: Use test_user_defined_class_help.
+       * gdb.base/style.exp: Add tests for styling of help and apropos.
+       * lib/gdb-utils.exp (style): Add title and highlight styles.
+
+2019-05-31  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
+       $_shell_exitsignal.
+       * gdb.base/default.exp: Update for new convenience variables.
+
+2019-05-29  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
+       to "break complete ada" test case's regexp.
+
+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-05-29  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.base/finish.exp (finish_no_print): New proc.
+       (finish_tests): Call it.
+
+2019-05-24  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.dwarf2/gdb-add-index.exp: New file.
+
+2019-05-22  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.base/info-shared.exp (check_info_shared): Use "style".
+       * gdb.base/style.exp: Use "style".
+       * lib/gdb-utils.exp (style): New proc.
+
+2019-05-22  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/align.exp: Require c++11.
+
+2019-05-22  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/24586
+       * gdb.python/py-mi-var-info-path-expression.exp: Call
+       mi_skip_python_tests to check if python is supported.
+
+2019-05-22  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.arch/aarch64-pauth.c: New test.
+       * gdb.arch/aarch64-pauth.exp: New file.
+
+2019-05-22  Alan Hayward  <alan.hayward@arm.com>
+
+       * README (Re-running Tests Outside The Testsuite): New section.
+
 2019-05-21  Tom de Vries  <tdevries@suse.de>
 
        * gdb.arch/amd64-eval.exp: Require c++11.
This page took 0.028717 seconds and 4 git commands to generate.