Extend GNU ifunc testcases
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index a049ac31ab293729352821b02241ae0317e7ef00..29ae9b27c4a8c2fdf76100db217fc8e4d95ad62a 100644 (file)
@@ -1,3 +1,119 @@
+2018-04-26  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/gnu-ifunc-final.c: New file.
+       * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
+       * gdb.base/gnu-ifunc.exp (executable): Delete.
+       (staticexecutable): Adjust.
+       (lib_opts, exec_opts): Delete.
+       (make_binsuffix, build, set-break): New procedures.
+       (misc_tests): New, with tests factored out from the top level.
+       (top level): Test different combinations of ifunc resolver name,
+       resolver with and with debug info, and ifunc target with and
+       without debug info.  Wrap static tests with with_target_prefix.
+
+2018-04-26  Pedro Alves  <palves@redhat.com>
+
+       * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
+       return type" warnings.
+
+2018-04-25  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
+       killed".
+       * gdb.base/kill-after-signal.exp: Likewise.
+       * gdb.threads/kill.exp: Likewise.
+
+2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Sergio Durigan Junior  <sergiodj@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
+       regexps to expect for '[Inferior ... detached]' as well.
+       * gdb.base/attach.exp: Likewise.
+       * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
+       "gdb_continue_to_end".
+       (test_catch_syscall_with_wrong_args): Likewise.
+       * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
+       ']'.  Don't set 'verbose' on.
+       * gdb.base/foll-vfork.exp: Likewise.
+       * gdb.base/fork-print-inferior-events.c: New file.
+       * gdb.base/fork-print-inferior-events.exp: New file.
+       * gdb.base/hook-stop.exp: Adjust regexps to expect for new
+       '[Inferior ... has been killed]' message.
+       * gdb.base/kill-after-signal.exp: Likewise.
+       * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
+       detach message.
+       * gdb.threads/kill.exp: Adjust regexps to expect for new kill
+       message.
+       * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
+       regexps to expect for '[Inferior ... detached]' as well.
+       * gdb.threads/process-dies-while-detaching.exp: Likewise.
+
+2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
+
+       PR gdb/23104
+       * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
+
+2018-04-19  Richard Bunt  <richard.bunt@arm.com>
+
+       * gdb.threads/multiple-successive-infcall.c: New test.
+       * gdb.threads/multiple-successive-infcall.exp: New file.
+
+2018-04-17  Tom Tromey  <tom@tromey.com>
+
+       * gdb.rust/simple.rs (Union): New type.
+       (main): New local "u".
+       * gdb.rust/simple.exp (test_one_slice): Add new test case.
+
+2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
+       number information in output of "whereis" command.
+       * gdb.base/info-fun.exp: Likewise, for "info fun" command.
+
+2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.ada/info_types.exp: Adjust expected output to the line
+       numbers now printed by "info var/func/type".
+       * gdb.base/completion.exp: Likewise.
+       * gdb.base/included.exp: Likewise.
+       * gdb.cp/cp-relocate.exp: Likewise.
+       * gdb.cp/cplusfuncs.exp: Likewise.
+       * gdb.cp/namespace.exp: Likewise.
+       * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
+
+2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.btrace/cpu.exp: New.
+
+2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.base/step-indirect-call-thunk.exp: New.
+       * gdb.base/step-indirect-call-thunk.c: New.
+       * gdb.reverse/step-indirect-call-thunk.exp: New.
+       * gdb.reverse/step-indirect-call-thunk.c: New.
+
+2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.base/pie-fork.c: New file.
+       * gdb.base/pie-fork.exp: New file.
+
+2018-04-11  Tom Tromey  <tom@tromey.com>
+
+       * gdb.rust/simple.exp: Add test for ".." struct initializer.
+
+2018-04-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
+       exits.  Instead loop running forever.
+       (fork_parent): Run forever too.
+
+2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
+       mi_continue_to_line.
+       * gdb.mi/mi-stack.c (callee4): Add comment.
+
 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * gdb.mi/mi-stack.exp: Fix indentation.
This page took 0.027554 seconds and 4 git commands to generate.