skip "attach" tests when testing against stub-like targets
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index b21ac451376afc0dbcc43c9e3957d1b09a63f9a7..1a676409e45a88504f3f5f753167db70c234dce5 100644 (file)
@@ -1,3 +1,175 @@
+2015-01-09  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb.exp (can_spawn_for_attach): New procedure.
+       (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
+       false.
+       * gdb.base/attach.exp: Use can_spawn_for_attach instead of
+       checking whether the target board is remote.
+       * gdb.multi/multi-attach.exp: Likewise.
+       * gdb.python/py-sync-interp.exp: Likewise.
+       * gdb.server/ext-attach.exp: Likewise.
+       * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
+       tests that need to attach, instead of checking whether the target
+       board is remote at the top of the file.
+
+2015-01-08  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
+
+2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix testcase compilation.
+       * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
+
+2015-01-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.python/py-type.exp: Add a couple test about empty
+       array creation, and negative-length array creation.
+
+2015-01-02  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
+
+2015-01-02  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
+
+2014-12-29  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/entry-values.exp: Update comments.  Rename variable
+       bar_call_foo to returned_from_foo.
+
+2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
+
+       PR gdb/17394
+       * gdb.linespec/break-asm-file.c: New file.
+       * gdb.linespec/break-asm-file.exp: New file.
+       * gdb.linespec/break-asm-file0.s: New file.
+       * gdb.linespec/break-asm-file1.s: New file.
+
+2014-12-18  Nigel Stephens  <nigel@mips.com>
+           Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.base/float.exp: Handle the new output from "info float" on
+       MIPS targets.
+
+2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix MinGW compilation.
+       * gdb.compile/compile-ops.exp: Update untested message if
+       !skip_compile_feature_tests.
+       * gdb.compile/compile-setjmp.exp: Likewise.
+       * gdb.compile/compile-tls.exp: Likewise.
+       * gdb.compile/compile.exp: Likewise.
+       * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
+       supported on this host".
+
+2014-12-16  Doug Evans  <xdje42@gmail.com>
+
+       * boards/stabs.exp: New file.
+
+2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
+
+       * gdb.base/completion.exp: Adjust to format changes of "maint
+       print user-registers".
+
+2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
+
+       PR server/17457
+       * gdb.arch/aarch64-fp.c: New file.
+       * gdb.arch/aarch64-fp.exp: New file.
+
+2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
+       r210637, r210913, r211666, r215400, r215817).
+
+       2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
+               * dg-extract-results.py: New file.
+               * dg-extract-results.sh: Use it if the environment seems
+               suitable.
+
+       2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
+
+               * dg-extract-results.py (parse_run): Handle warnings that
+               are printed before a test harness is run.
+
+       2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
+
+               * dg-extract-results.py (Named): Remove __cmp__ method.
+               (output_variation): Use a key to sort variation.harnesses.
+
+       2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
+
+               * dg-extract-results.py: For Python 3, force sys.stdout to
+               handle surrogate escape sequences.
+               (safe_open): New function.
+               (output_segment, main): Use it.
+
+       2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
+
+               * dg-extract-results.py (Prog.result_re): Include options
+               in test name.
+
+       2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
+
+               * dg-extract-results.py (output_variation): Always sort if
+               do_sum.
+
+2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * lib/gdb.exp (default_gdb_start): After starting gdb, loop
+       as long as we get pagination notifications.
+
+2014-12-15  Jason Merrill  <jason@redhat.com>
+
+       * Makefile.in (check-gdb.%): Restore.
+       * README: Mention it.
+
+2014-12-13  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/str_uninit: New testcase.
+
+2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR symtab/17642
+       * gdb.base/vla-stub-define.c: New file.
+       * gdb.base/vla-stub.c: New file.
+       * gdb.base/vla-stub.exp: New file.
+
+2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * configure.ac: Add gdb.compile/.
+       * configure: Regenerate.
+       * gdb.compile/Makefile.in: New file.
+       * gdb.compile/compile-ops.exp: New file.
+       * gdb.compile/compile-ops.c: New file.
+       * gdb.compile/compile-tls.c: New file.
+       * gdb.compile/compile-tls.exp: New file.
+       * gdb.compile/compile-constvar.S: New file.
+       * gdb.compile/compile-constvar.c: New file.
+       * gdb.compile/compile-mod.c: New file.
+       * gdb.compile/compile-nodebug.c: New file.
+       * gdb.compile/compile-setjmp-mod.c: New file.
+       * gdb.compile/compile-setjmp.c: New file.
+       * gdb.compile/compile-setjmp.exp: New file.
+       * gdb.compile/compile-shlib.c: New file.
+       * gdb.compile/compile.c: New file.
+       * gdb.compile/compile.exp: New file.
+       * lib/gdb.exp (skip_compile_feature_tests): New proc.
+
+2014-12-12  Tom Tromey  <tromey@redhat.com>
+
+       * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
+       Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
+
+2014-12-12  Doug Evans  <dje@google.com>
+
+       * lib/gdb-python.exp (get_python_valueof): New function.
+       * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
+
 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
 
        * gdb.base/completion.exp: Add test for completion of "info
 
 2014-12-02  Doug Evans  <dje@google.com>
 
-        PR symtab/17602
+       PR symtab/17602
        * gdb.cp/anon-ns.cc: Move guts of this file to ...
-       * gdb.cp/anon-ns-2.cc: ... here.  New file.
+       * gdb.cp/anon-ns2.cc: ... here.  New file.
        * gdb.cp/anon-ns.exp: Update.
 
 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
@@ -3541,6 +3713,6 @@ For older changes see ChangeLog-1993-2013.
 ;; version-control: never
 ;; End:
 
-    Copyright 2014 Free Software Foundation, Inc.
+    Copyright 2014-2015 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
This page took 0.02935 seconds and 4 git commands to generate.