Sync dlang demangling tests from upstream libiberty testsuite
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 5ee74ebfb178bb1c4f9edf4c1ead9658c0adc653..6201a6cfacf180ce6e64a551170ac443ffe43b38 100644 (file)
@@ -1,3 +1,156 @@
+2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
+
+2015-06-29  Pedro Alves  <palves@redhat.com>
+
+       PR threads/18127
+       * gdb.threads/hand-call-new-thread.c: New file.
+       * gdb.threads/hand-call-new-thread.c: New file.
+
+2015-06-26  Keith Seitz  <keiths@redhat.com>
+           Doug Evans  <dje@google.com>
+
+       PR 16253
+       * gdb.cp/var-tag-2.cc: New file.
+       * gdb.cp/var-tag-3.cc: New file.
+       * gdb.cp/var-tag-4.cc: New file.
+       * gdb.cp/var-tag.cc: New file.
+       * gdb.cp/var-tag.exp: New file.
+
+2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * gdb.base/history-duplicates.exp: New test.
+
+2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * gdb.base/completion.exp: Test the completion of the "focus"
+       command.
+
+2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.arch/amd64-prologue-skip.S: New file.
+       * gdb.arch/amd64-prologue-skip.exp: New file.
+
+2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.python/py-prettyprint.exp (run_lang_tests): Add
+       is_address_zero_readable check.
+
+2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
+       * gdb.arch/powerpc-power.s <rfebb>: Likewise.
+
+2015-06-24  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
+       linux targets.
+
+2015-06-24  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/gdb.exp (supports_get_siginfo_type): New proc.
+       * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
+       * gdb.base/siginfo-thread.exp: Likewise.
+
+2015-06-22  Yao Qi  <yao.qi@linaro.org>
+
+       * boards/remote-gdbserver-on-localhost.exp: Add comments.
+
+2015-06-22  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
+       aarch64*-*-*.
+       (skip_hw_watchpoint_tests): Likewise.
+
+2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * gdb.base/gdbinit-history.exp: Test the interaction between
+       setting GDBHISTSIZE and setting the history size via .gdbinit.
+
+2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
+
+       PR gdb/16999
+       * gdb.base/gdbhistsize-history.exp: New test.
+
+2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
+       with GDBHISTSIZE.
+       * gdb.base/readline.exp: Likewise.
+
+2015-06-17  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/gdb.exp (get_build_id): Move braces and "else" to the same
+       line.
+
+2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * gdb.base/gdbinit-history.exp: Add test case to check that
+       an unlimited history file does not get truncated on exit.
+
+2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
+       (VECTOR): New macro.  Use it...
+       (int4, uint4, char4, float4, int2, longlong2, float2, double2):
+       ...for these typedefs.
+       (int8, char1, int1, double1): New typedefs.
+       (struct just_int2, struct two_int2): New structures.
+       (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
+       (add_structvecs, add_singlevecs): New functions.
+       (main): Call add_some_intvecs twice.
+       * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
+       the compile and exit upon failure.  Try compiling for the "native"
+       architecture.  Test inferior function calls with vector arguments
+       and vector return value handling with "finish" and "return".
+
+2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
+
+       * gdb.base/sepdebug.exp: Add EXEEXT where needed.
+       * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
+       PE file.
+       * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
+
+2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
+
+       PR breakpoints/16465
+       * gdb.mi/mi-dprintf-pending.c: New file.
+       * gdb.mi/mi-dprintf-pending.exp: New test.
+       * gdb.mi/mi-dprintf-pendshr.c: New file.
+
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+            Mircea Gherzan  <mircea.gherzan@intel.com>
+
+       * gdb.arch/i386-mpx-map.c: New file.
+       * gdb.arch/i386-mpx-map.exp: New File.
+
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
+       * gdb.arch/i386-mpx.exp: Indentation fixed.
+
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.arch/i386-mpx.c: Added final return to the have_mpx
+       function and improved indentation.
+       * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
+       gdb_test_multiple. Added additional tests to skip the test.
+
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.arch/i386-avx512.c: Change path in include file.
+       * gdb.arch/i386-avx512.exp: Change include dir path
+       compilation flag.
+       * gdb.arch/i386-mpx.c: Change path in include file.
+       * gdb.arch/i386-mpx.exp: Change include dir path compilation
+       flag.
+
+2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.compile/compile-print.exp (compile print *vararray@3)
+       (compile print *vararrayp@3): Change xfail to kfail compile/18489.
+
 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.compile/compile.exp (keep jit in memory): Rename to ...
This page took 0.026894 seconds and 4 git commands to generate.