Fix/improve 'help CLASS' output
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 2817ebd2bf439a7ce7af7686986c59e118618230..36afa3dbd3d928c397bb46bdc50a4dd286f45dc5 100644 (file)
@@ -1,3 +1,199 @@
+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>
+
+       * gdb.base/default.exp: Update output following fixes.
+
+2020-05-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/alias.exp: Test aliases starting with a prefix of
+       another alias.
+
+2020-05-15  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/info-os.c (main): Add return statement.
+       * gdb.base/info_minsym.c (minsym_fun): Likewise.
+       * gdb.base/large-frame-2.c (func): Likewise.
+       * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
+       * gdb.base/pr10179-b.c (foo2): Likewise.
+       * gdb.base/valgrind-disp-step.c (foo): Likewise.
+       * gdb.base/watch-cond.c (func): Likewise.
+       * gdb.multi/goodbye.c (verylongfun): Likewise.
+       * gdb.multi/hello.c (commonfun): Likewise.
+       * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
+       * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
+       * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
+       Likewise.
+       * gdb.threads/hand-call-new-thread.c (foo): Likewise.
+       * gdb.threads/interrupt-while-step-over.c (child_function):
+       Likewise.
+       * gdb.trace/actions-changed.c (end): Likewise.
+
+2020-05-15  Gary Benson <gbenson@redhat.com>
+
+       * gdb.opencl/callfuncs.exp: Report when test skipped.
+       * gdb.opencl/convs_casts.exp: Likewise.
+       * gdb.opencl/datatypes.exp: Likewise.
+       * gdb.opencl/operators.exp: Likewise.
+       * gdb.opencl/vec_comps.exp: Likewise.
+
+2020-05-15  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/align.exp.in: Rename to ...
+       * gdb.base/align.exp.tcl: ... this.
+       * gdb.base/align-c++.exp: Update.
+       * gdb.base/align-c.exp: Update.
+       * gdb.base/all-architectures.exp.in: Rename to ...
+       * gdb.base/all-architectures.exp: ... this.
+       * gdb.base/all-architectures-0.exp: Update.
+       * gdb.base/all-architectures-1.exp: Update.
+       * gdb.base/all-architectures-2.exp: Update.
+       * gdb.base/all-architectures-3.exp: Update.
+       * gdb.base/all-architectures-4.exp: Update.
+       * gdb.base/all-architectures-5.exp: Update.
+       * gdb.base/all-architectures-6.exp: Update.
+       * gdb.base/all-architectures-7.exp: Update.
+       * gdb.base/infcall-nested-structs.exp.in: Rename to ...
+       * gdb.base/infcall-nested-structs.exp.tcl: ... this.
+       * gdb.base/infcall-nested-structs-c++.exp: Update.
+       * gdb.base/infcall-nested-structs-c.exp: Update.
+       * gdb.base/info-types.exp.in: Rename to ...
+       * gdb.base/info-types.exp.tcl: ... this.
+       * gdb.base/info-types-c++.exp: Update.
+       * gdb.base/info-types-c.exp: Update.
+       * gdb.base/max-depth.exp.in: Rename to ...
+       * gdb.base/max-depth.exp.tcl: ... this.
+       * gdb.base/max-depth-c++.exp: Update.
+       * gdb.base/max-depth-c.exp: Update.
+       * gdb.cp/cpexprs.exp.in: Rename to ...
+       * gdb.cp/cpexprs.exp.tcl: ... this.
+       * gdb.cp/cpexprs-debug-types.exp: Update.
+       * gdb.cp/cpexprs.exp: Update.
+       * gdb.cp/infcall-nodebug.exp.in: Rename to ...
+       * gdb.cp/infcall-nodebug.exp.tcl: ... this.
+       * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
+       * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
+       * gdb.cp/infcall-nodebug-c-d0.exp: Update.
+       * gdb.cp/infcall-nodebug-c-d1.exp: Update.
+       * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
+       * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
+       * gdb.dwarf2/clang-debug-names-2.exp: Update.
+       * gdb.dwarf2/clang-debug-names.exp: Update.
+
+2020-05-15  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * lib/check-test-names.exp: Remove code that prevents this file
+       loading when tests are run in parallel.
+
+2020-05-15  Pedro Alves  <palves@redhat.com>
+
+       * gdb.multi/multi-kill.exp (start_inferior): Remove
+       'testpid' parameter.  Refer to namespace variable directly.
+       (testpid): Declare as namespace variable.
+
+2020-05-15  Pedro Alves  <palves@redhat.com>
+
+       * gdb.multi/multi-kill.exp: Wrap in namespace.
+       (start_inferior): Add TESTPID parameter.  Use it instead of the
+       testpid global.
+       (top level): Define empty TESTPID array, and pass it down to
+       start_inferior.
+
+2020-05-14  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
+       output.
+
+2020-05-14  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/align.exp: Split into ...
+       * gdb.base/align.exp.in: ...
+       * gdb.base/align-c++.exp: ...
+       * gdb.base/align-c.exp: ... these.
+       * gdb.base/infcall-nested-structs.exp: Split into ...
+       * gdb.base/infcall-nested-structs.exp.in: ...
+       * gdb.base/infcall-nested-structs-c++.exp: ...
+       * gdb.base/infcall-nested-structs-c.exp: ... these.
+       * gdb.base/info-types.exp: Split into ...
+       * gdb.base/info-types.exp.in: ...
+       * gdb.base/info-types-c++.exp: ...
+       * gdb.base/info-types-c.exp: ... these.
+       * gdb.base/max-depth.exp: Split into ...
+       * gdb.base/max-depth.exp.in: ...
+       * gdb.base/max-depth-c++.exp: ...
+       * gdb.base/max-depth-c.exp: ... these.
+       * gdb.cp/infcall-nodebug.exp: Split into ...
+       * gdb.cp/infcall-nodebug.exp.in: ...
+       * gdb.cp/infcall-nodebug-c++-d0.exp: ...
+       * gdb.cp/infcall-nodebug-c++-d1.exp: ...
+       * gdb.cp/infcall-nodebug-c-d0.exp: ...
+       * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
+
+2020-05-14  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * gdb.multi/multi-exit.c: New file.
+       * gdb.multi/multi-exit.exp: New file.
+       * gdb.multi/multi-kill.c: New file.
+       * gdb.multi/multi-kill.exp: New file.
+
+2020-05-14  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdb.base/annota1.exp: Update the expected output.
+       * gdb.cp/annota2.exp: Ditto.
+
+2020-05-12  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * lib/check-test-names.exp: Disable when testing is being run in
+       parallel.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/jit-elf.exp: Fix string concat.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
+       messages.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.ada/catch_ex.exp: Use with_test_prefix.
+       * gdb.ada/mi_catch_ex.exp: Same.
+       * gdb.ada/mi_catch_ex_hand.exp: Same.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.fortran/complex.exp: Use with_test_prefix.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.trace/passcount.exp: Fix test-names.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.pascal/gdb11492.exp: Use with_test_prefix.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.gdb/complaints.exp: Use with_test_prefix.
+       * gdb.xml/tdesc-regs.exp: Same.
+       * gdb.opt/inline-locals.exp: Fix test name.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
+       * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
+       * gdb.dwarf2/implref-struct.exp: Same.
+       * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
+       * gdb.dwarf2/data-loc.exp: Same.  Remove duplicate test.
+
 2020-05-11  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * gdb.base/jit-so.exp (one_jit_test): Change test name.
This page took 0.032757 seconds and 4 git commands to generate.