Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index c9726c9a6b582da242710f1d7b5d7650c09948cf..4d1eecdb5c0723470b63f9c8a2c808d60402b3da 100644 (file)
@@ -1,3 +1,188 @@
+2019-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/info-modules.exp: Update expected results, and add
+       additional tests for 'info module functinos', and 'info module
+       variables'.
+       * gdb.fortran/info-types.exp: Update expected results.
+       * gdb.fortran/info-types.f90: Extend testcase with additional
+       module variables and functions.
+
+2019-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/info-modules.exp: New file.
+       * gdb.fortran/info-types.exp: Build with new file.
+       * gdb.fortran/info-types.f90: Include and use new module.
+       * gdb.fortran/info-types-2.f90: New file.
+
+2019-10-31  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
+       * gdb.base/settings.exp: Test all settings types using
+       $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
+       that now verifies that the value of "maint show" is the same as
+       returned by the settings functions.  Test the type of the
+       maintenance settings.
+       * gdb.base/default.exp: Update show_conv_list.
+
+2019-10-31  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
+       gdb_test.
+       * gdb.arch/amd64-disp-step.exp: Same.
+       * gdb.asm/asm-source.exp: Same.
+       * gdb.btrace/buffer-size.exp: Same.
+       * gdb.btrace/cpu.exp: Same.
+       * gdb.btrace/enable.exp: Same.
+       * gdb.dwarf2/count.exp: Same.
+       * gdb.dwarf2/dw2-ranges-func.exp: Same.
+       * gdb.dwarf2/dw2-ranges-psym.exp: Same.
+       * gdb.fortran/vla-datatypes.exp: Same.
+       * gdb.fortran/vla-history.exp: Same.
+       * gdb.fortran/vla-ptype.exp: Same.
+       * gdb.fortran/vla-value.exp: Same.
+       * gdb.fortran/whatis_type.exp: Same.
+       * gdb.guile/guile.exp: Same.
+       * gdb.multi/tids.exp: Same.
+       * gdb.python/py-finish-breakpoint.exp: Same.
+       * gdb.python/py-framefilter.exp: Same.
+       * gdb.python/py-pp-registration.exp: Same.
+       * gdb.python/py-xmethods.exp: Same.
+       * gdb.python/python.exp: Same.
+       * gdb.server/connect-with-no-symbol-file.exp: Same.
+       * gdb.server/no-thread-db.exp: Same.
+       * gdb.server/run-without-local-binary.exp: Same.
+       * gdb.stabs/weird.exp: Same.
+       * gdb.threads/attach-many-short-lived-threads.exp: Same.
+       * gdb.threads/thread-find.exp: Same.
+       * gdb.threads/tls-shared.exp: Same.
+       * gdb.threads/tls.exp: Same.
+       * gdb.threads/wp-replication.exp: Same.
+       * gdb.trace/ax.exp: Same.
+       * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
+
+2019-10-31  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
+       * gdb.ada/array_subscript_addr.exp: Same.
+       * gdb.ada/arrayidx.exp: Same.
+       * gdb.ada/arrayparam.exp: Same.
+       * gdb.ada/arrayptr.exp: Same.
+       * gdb.ada/boolean_expr.exp: Same.
+       * gdb.ada/call_pn.exp: Same.
+       * gdb.ada/complete.exp: Same.
+       * gdb.ada/fixed_cmp.exp: Same.
+       * gdb.ada/fun_addr.exp: Same.
+       * gdb.ada/funcall_param.exp: Same.
+       * gdb.ada/interface.exp: Same.
+       * gdb.ada/mod_from_name.exp: Same.
+       * gdb.ada/null_array.exp: Same.
+       * gdb.ada/packed_array.exp: Same.
+       * gdb.ada/packed_tagged.exp: Same.
+       * gdb.ada/print_chars.exp: Same.
+       * gdb.ada/print_pc.exp: Same.
+       * gdb.ada/ptype_arith_binop.exp: Same.
+       * gdb.ada/ptype_field.exp: Same.
+       * gdb.ada/ptype_tagged_param.exp: Same.
+       * gdb.ada/rec_return.exp: Same.
+       * gdb.ada/ref_tick_size.exp: Same.
+       * gdb.ada/str_ref_cmp.exp: Same.
+       * gdb.ada/taft_type.exp: Same.
+       * gdb.ada/tagged.exp: Same.
+       * gdb.ada/type_coercion.exp: Same.
+       * gdb.ada/uninitialized_vars.exp: Same.
+
+2019-10-30  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
+
+2019-10-26  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/bigcore.c: Fix typos in comments.
+       * gdb.base/ctf-ptype.c: Same.
+       * gdb.base/long_long.c: Same.
+       * gdb.dwarf2/dw2-op-out-param.S: Same.
+       * gdb.python/py-evthreads.c: Same.
+       * gdb.reverse/i387-stack-reverse.c: Same.
+       * gdb.trace/tfile.c: Same.
+       * lib/compiler.c: Same.
+       * lib/compiler.cc: Same.
+
+2019-10-25  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
+       gdb_test_multiple calls.
+       * gdb.reverse/sigall-reverse.exp: Same.
+       * gdb.reverse/solib-precsave.exp: Same.
+       * gdb.reverse/solib-reverse.exp: Same.
+       * gdb.reverse/until-precsave.exp: Same.
+       * gdb.reverse/until-reverse.exp: Same.
+
+2019-10-24  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
+       * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
+       kfail using -wrap pattern flag and convenience variable
+       gdb_test_name.
+
+2019-10-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.python/py-progspace.exp: Add tests for the
+       Progspace.block_for_pc method.
+
+2019-10-23  Tom Tromey  <tom@tromey.com>
+
+       * configure: Rebuild.
+       * aclocal.m4: Use m4_include, not sinclude.
+
+2019-10-21  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/infcall-nested-structs.c: Add
+       __attribute__((noinline,noclone)) to all functions.
+       (call_all): Add missing variable initialization.  Simplify return value.
+       (breakpt): Increment volatile variable, to prevent call from being
+       optimized out.
+       * gdb.base/infcall-nested-structs.exp: Compile with -O2.
+
+2019-10-17  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.fortran/module.exp: Allow info variables to print info for files
+       other than module.f90.
+
+2019-10-16  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/module.exp: Extend with 'info variables' test.
+
+2019-10-16  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
+       F77_FOR_TARGET.
+
+2019-10-16  Tom de Vries  <tdevries@suse.de>
+
+       PR tdep/25096
+       * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
+
+2019-10-16  Tom de Vries  <tdevries@suse.de>
+
+       PR tdep/24104
+       * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
+       Add KFAIL for PR tdep/25096.
+
+2019-10-16  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/25059
+       * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
+
+2019-10-16  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
+       as signed.
+
+2019-10-14  Simon Marchi <simon.marchi@polymtl.ca>
+
+       * gdb.mi/list-thread-groups-available.exp: Read entries one by
+       one instead of increasing timeout.
+
 2019-10-13  Tom de Vries  <tdevries@suse.de>
 
        PR record/25038
 
 2019-06-27  Tom Tromey  <tromey@adacore.com>
 
+       PR c++/20020:
        * gdb.cp/constexpr-field.exp: Use setup_xfail.
 
 2019-06-26  Tom de Vries  <tdevries@suse.de>
This page took 0.028742 seconds and 4 git commands to generate.