Avoid expensive complaint calls when complaints are disabled
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 13265bae4c257fa355d40db5f5e023f39b25ced7..634925991773b9d27d31343b3ea61b1a02e0fbfa 100644 (file)
@@ -1,3 +1,165 @@
+2017-11-08  Pedro Alves  <palves@redhat.com>
+
+       * gdb.gdb/complaints.exp (test_initial_complaints)
+       (test_serial_complaints, test_short_complaints): Call
+       complaint_internal instead of complaint.
+
+2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
+
+       * gdb.threads/tls-core.c: New file.
+       * gdb.threads/tls-core.exp: Likewise.
+
+2017-11-08   Pedro Alves  <palves@redhat.com>
+
+       * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
+       (p Exported_Capitalized): New test.
+       (p exported_capitalized): New test.
+
+2017-11-07  Pedro Alves  <palves@redhat.com>
+
+       * gdb.cp/ena-dis-br-range.exp: Add more tests.
+
+2017-11-07  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
+       * gdb.cp/ena-dis-br-range.exp: Adjust tests.
+       (disable_invalid, disable_inverted, disable_negative): New
+       procedures.
+       ("bad numbers"): New set of tests.
+
+2017-11-07  Pedro Alves  <palves@redhat.com>
+
+       * gdb.cp/ena-dis-br-range.exp: Add tests.
+
+2017-11-07  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/ena-dis-br.exp: Don't expect "warning:".
+
+2017-11-07  Xavier Roirand  <roirand@adacore.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/ena-dis-br.exp: Add reference to
+       gdb.cp/ena-dis-br-range.exp.
+       * gdb.cp/ena-dis-br-range.exp: New file.
+       * gdb.cp/ena-dis-br-range.cc: New file.
+
+2017-11-06  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/attach-non-pgrp-leader.c: New.
+       * gdb.base/attach-non-pgrp-leader.exp: New.
+
+2017-11-06  Pedro Alves  <palves@redhat.com>
+
+       * configure.ac: No longer check for termio.h and sgtty.h.
+       * configure: Regenerate.
+       * remote-utils.c: Include termios.h instead of gdb_termios.h.
+       (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
+       Remove termio and sgtty code.
+
+2017-11-03  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
+       in GDB is disabled.
+
+2017-11-03  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.python/py-thrhandle.exp: Skip it if python is not
+       enabled.
+
+2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
+       as a breakpoint command.
+
+2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
+
+       PR python/21213
+       * gdb.python/py-infthread.exp: Test calling
+       InferiorThread.inferior () multiple times in a row.
+
+2017-10-27  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.opt/inline-break.exp (break_info_1): New procedure.
+       Test "info break" for every inlined function breakpoint.
+
+2017-10-27  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
+
+2017-10-26  Patrick Frants  <osscontribute@gmail.com>
+
+       * gdb.cp/classes.exp (test_static_members): Test printing
+       Outer::instance.
+       * gdb.cp/classes.c (struct Inner, struct Outer): New.
+       (Inner::instance, Outer::instance): New.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
+       extra console" test in two stages.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
+       loop.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
+       $attempt" and "stoppedtry $stoppedtry" test prefixes.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
+       parameter and handle it.  Don't output read value in test name.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
+       custom test name.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
+       include the unstable output directory name in the test's name.
+       (initial_setup_simple) <'set args'>: Use custom test name.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
+       with explicit test name.
+
+2017-10-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
+       'wait -i'.  Use gdb_assert and remote_close.
+
+2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
+       number from variable rather than hard-coded.
+
+2017-10-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/long-inferior-output.c: New file.
+       * gdb.base/long-inferior-output.exp: New file.
+
+2017-11-18  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
+       method.
+       (main): Call it.
+       * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
+       Add additional user-defined conversion operator tests.
+
+2017-10-17  Pedro Alves  <palves@redhat.com>
+
+       * boards/native-stdio-gdbserver.exp: Load "local-board".
+
 2017-10-17  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/quit-live.c: New file.
This page took 0.026554 seconds and 4 git commands to generate.