gdb/fortran: Simplify handling of Fortran dot operations and keywords
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 621362f7f01226c1e2339a83f330722d6e23507e..296f03d65be1ce645126d2f7abd3b29796d2ed86 100644 (file)
@@ -1,3 +1,209 @@
+2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/dot-ops.exp: New file.
+
+2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/types.exp (test_logical_literal_types_accepted):
+       Check upper and lower case logical literals.
+
+2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/types.exp (test_float_literal_types_accepted):
+       Remove duplicate tests.
+
+2019-03-06  Alan Hayward  <alan.hayward@arm.com>
+
+       * lib/gdb.exp (builtin_cd): rename of cd.
+       (cd): Override builtin.
+
+2019-03-06  Richard Bunt  <richard.bunt@arm.com>
+
+       * gdb.fortran/function-calls.exp: New file.
+       * gdb.fortran/function-calls.f90: New test.
+
+2019-03-04  Richard Bunt  <richard.bunt@arm.com>
+
+       * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
+       on user program standard output.
+       * gdb.fortran/short-circuit-argument-list.f90: Record function
+       calls.
+
+2019-02-28  Alan Hayward  <alan.hayward@arm.com>
+
+       * lib/gdbserver-support.exp (gdbserver_start): Check for listen
+       failure.
+
+2019-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR gdb/8527
+       * gdb.base/interrupt-daemon-attach.c,
+       gdb.base/interrupt-daemon-attach.exp: New test.
+
+2019-02-27  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/page.exp: Add tests for "set width/height -1".
+
+2019-02-27  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/page.exp: Add tests for "set/show width/height" with
+       "infinite" values.
+
+2019-02-27  Tom Tromey  <tromey@adacore.com>
+
+       * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
+       2.4.
+       * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
+       workaround.
+
+2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/align.exp: Extend to compile in both C and C++, and add
+       tests for structs with static members.
+
+2019-02-26  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.python/py-value.exp (test_value_from_buffer): Check for
+       ValueError, not TypeError.
+
+2019-02-26  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.python/py-value.exp (test_value_from_buffer): New proc with
+       call from main program.
+
+2019-02-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
+       * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
+       * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
+       * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
+       * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
+
+2019-02-22  Keith Seitz  <keiths@redhat.com>
+
+       PR symtab/23853
+       * gdb.base/symlink-sourcefile.c: New file.
+       * gdb.base/symlink-sourcefile.exp: New file.
+
+2019-02-20  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/info_qt.exp: Update.
+
+2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.base/source.exp: Move "error in sourced script" code to
+       the end.
+       * gdb.base/source-error.gdb: Move contents to
+       source-error-1.gdb.  Add new code to source source-error-1.gdb.
+       * gdb.base/source-error-1.gdb: New file, from previous
+       source-error.gdb.
+
+2019-02-17  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
+       for macro styling.
+       * gdb.base/style.c (SOME_MACRO): New macro.
+
+2019-02-17  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/style.exp: Add line-wrapping tests.
+       * gdb.base/page.exp: Add test for quitting during pagination.
+
+2019-02-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/big_packed_array: New testcase.
+       * gdb.ada/homonym.exp: Fix incorrect expected output for
+       "break <homonym__get_value>" test.
+
+2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
+
+       PR breakpoints/21870
+       * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
+       and prepare_for_testing.  Add comment.
+       * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
+       redundant cleanup call.  Clean up comment.
+
+2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
+
+       PR breakpoints/21870
+       * gdb.arch/aarch64-dbreg-contents.exp: New file.
+       * gdb.arch/aarch64-dbreg-contents.c: New file.
+
+2019-02-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/mi_ref_changeable: New testcase.
+
+2019-02-07  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.base/attach.exp: Add double attach test.
+
+2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * lib/gdb.exp (default_gdb_start): Don't match pagination
+       prompt.
+       (gdb_init): Set stty_init.
+
+2019-01-27  Tom Tromey  <tom@tromey.com>
+
+       * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
+       skip_python_tests.
+
+2019-01-24  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
+       New structure.
+       (struct struct_static_02_02): Likewise.
+       (struct struct_static_02_03): Likewise.
+       (struct struct_static_02_04): Likewise.
+       (struct struct_static_04_01): Likewise.
+       (struct struct_static_04_02): Likewise.
+       (struct struct_static_04_03): Likewise.
+       (struct struct_static_04_04): Likewise.
+       (struct struct_static_06_01): Likewise.
+       (struct struct_static_06_02): Likewise.
+       (struct struct_static_06_03): Likewise.
+       (struct struct_static_06_04): Likewise.
+       (cmp_struct_static_02_01): Likewise.
+       (cmp_struct_static_02_02): Likewise.
+       (cmp_struct_static_02_03): Likewise.
+       (cmp_struct_static_02_04): Likewise.
+       (cmp_struct_static_04_01): Likewise.
+       (cmp_struct_static_04_02): Likewise.
+       (cmp_struct_static_04_03): Likewise.
+       (cmp_struct_static_04_04): Likewise.
+       (cmp_struct_static_06_01): Likewise.
+       (cmp_struct_static_06_02): Likewise.
+       (cmp_struct_static_06_03): Likewise.
+       (cmp_struct_static_06_04): Likewise.
+       (call_all): Test new structs.
+       * gdb.base/infcall-nested-structs.exp: Likewise.
+
+2019-01-21  Alan Hayward  <alan.hayward@arm.com>
+       * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
+
+2019-01-21  Alan Hayward  <alan.hayward@arm.com>
+       * gdb.base/stack-protector.c: New test.
+       * gdb.base/stack-protector.exp: New file.
+       * gdb.cp/ovldbreak.exp: Only allow a single break line.
+       * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
+       option.
+       (gdb_compile): Remove stack protector for GCC and prevent
+       recursion.
+
+2019-01-16  Keith Seitz  <keiths@redhat.com>
+
+       PR gdb/23773
+       * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
+
+2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * gdb.arch/vsx-regs.exp: Add tests that use the vector register
+       aliases.
+       * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
+       tests.
+       * gdb.arch/powerpc-vector-regs.c: New file.
+       * gdb.arch/powerpc-vector-regs.exp: New file.
+
 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
 
        * gdb.arch/altivec-regs.exp: Fix the list passed to
This page took 0.031336 seconds and 4 git commands to generate.