* gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index b675f98c27797ab038a3555bdebd6b64d484e122..34ffc668126c415b170a82f6c05fbabee0bded65 100644 (file)
@@ -1,3 +1,183 @@
+2010-03-30  Doug Evans  <dje@google.com>
+
+       * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
+       match.
+       (break printf): Ditto.
+
+2010-03-29  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
+       gcc < 4.4.
+       * gdb.cp/shadow.exp: Ditto.
+
+2010-03-29  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.trace/collection.exp (run_trace_experiment): Make sure
+       "tstart" is silent.
+
+2010-03-29  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.trace/collection.exp (executable): New.
+       (binfile): Use it.
+       (fpreg, spreg, pcreg): New.
+       (test_register): Use gdb_test_multiple.  Pass /x to print.
+       (prepare_for_trace_test): New.
+       (run_trace_experiment): Use "continue", not gdb_run_cmd.
+       (gdb_collect_args_test, gdb_collect_argstruct_test)
+       (gdb_collect_argarray_test, gdb_collect_locals_test): Use
+       prepare_for_trace_test.
+       (gdb_collect_registers_test): Use prepare_for_trace_test.  Use
+       fpreg, spreg and pcreg.
+       (gdb_collect_expression_test, gdb_collect_globals_test): Use
+       prepare_for_trace_test.
+       (gdb_trace_collection_test): Use fpreg, spreg and pcreg.  Don't
+       try to detect tracing support here.  Don't set breakpoints at
+       `begin' or `end' here.
+       <global scope>: Use clean_restart.  Run to main before checking
+       for tracing support.  Check for for tracing support here.
+
+2010-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
+       " as $displacement" to "seen displacement message".
+
+2010-03-28  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.trace/while-dyn.exp (executable): New variable.
+       (binfile): Use it.
+       (test_while_stepping): New function.  Move most tests here.  Call
+       it once for each of the while-stepping, stepping and ws aliases.
+
+2010-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
+       that do not provide the tagless_struct type name at all.
+       (test_print_anon_union): Do not check value of uninitialized
+       union member.  Do not use cp_test_ptype_class, so we can accept
+       "long" as well as "long int".
+
+2010-03-26  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.trace/tfile.c (tohex, bin2hex): New.
+       (write_error_trace_file): Hexify error description.
+
+2010-03-25  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/tfile.c: Generate an additional trace file, improve
+       portability.
+       * gdb.trace/tfile.exp: Test trace file with an error stop, delete
+       files in a better way.
+
+2010-03-25  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.java/jprint.exp: XFAIL printing of static class members
+       because of GCC debuginfo problem.
+
+2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
+
+2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/completion.exp: Allow long instead of long int.
+       * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
+       * gdb.base/gdbvars.c (main): Remove unused usestubs code.  Reference
+       variable p.
+       * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
+       * gdb.base/pointers.exp: Allow long instead of long int.
+       * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
+       * gdb.base/step-line.exp: Allow a directory before the source file name.
+
+2010-03-24  Tom Tromey  <tromey@redhat.com>
+
+       PR breakpoints/9352:
+       * gdb.base/default.exp: Update.
+       * gdb.base/commands.exp: Update.
+       * gdb.cp/extern-c.exp: Test setting commands on multiple
+       breakpoints at once.
+
+2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
+       if gdb,nosignals.
+       * gdb.base/watchpoints.c: Do not include unnecessary headers.
+       * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
+       exited".
+
+2010-03-24  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/tfile.exp: Expect "trace frame", with a space.
+
+2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
+       * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
+       argument.  Handle "short" and "long".
+       (Top level): Pass overprototyped output for old_fptr and xptr.
+
+2010-03-23  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
+       format strings and add casts to avoid compiler warnings.
+
+2010-03-23  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/trace-support.exp (gdb_trace_setactions):
+       Don't expect whitespace after ">" prompt.
+       * gdb.trace/actions.exp: Adjust for output changes.
+       * gdb.trace/while-stepping.exp: Likewise.
+
+2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
+       and r157645).
+
+2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
+       New.
+
+2010-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
+       * gdb.python/py-mi.exp (binfile): Rename to py-mi.
+
+2010-03-19  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/ax.exp: New file.
+
+2010-03-19  Doug Evans  <dje@google.com>
+
+       * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
+       output from gcc.
+
+       * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
+       named /usr/sbin/prelink<foo>.
+
+2010-03-18  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/circ.exp: Test circular-trace-buffer.
+       * gdb.trace/tfile.exp: Update tstatus test.
+
+2010-03-18  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-anonymous-func.S: New file.
+       * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
+
+2010-03-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
+
+2010-03-18  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/default.exp: Adjust the expected output of the finish
+       and until commands when the inferior is not being run.
+
+2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/shadow.exp: Removed kfail; test has been fix.
+       * gdb.cp/nsusing.exp: Ditto.
+
 2010-03-15  Tom Tromey  <tromey@redhat.com>
 
        * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
This page took 0.039662 seconds and 4 git commands to generate.