* Makefile.in (just-check): Remove. Move body to...
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 25618eee7645bf8ba37db7f2b374ae48f328e40f..0395ec2f52889e989392a8504c5d72b430a8d425 100644 (file)
@@ -1,7 +1,266 @@
+2008-07-28  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (just-check): Remove.  Move body to...
+       (check): ... here.
+
+2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/manythreads.exp: Use remote_expect instead of after.
+       Add a test for duplicated SIGINTs.
+
+2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/schedlock.exp (get_args): Update to work for any
+       value of NUM.
+       (Top level): Report the number of threads that did not resume.
+
+2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.dwarf2/dw2-compressed.S: Also define __start.
+
+2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * lib/mi-support.exp (default_mi_gdb_start): Remove check for
+       non-MI prompt.
+
+2008-07-26  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
+       (function_struct, function_struct_ptr): New globals.
+       * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
+       function pointer in a struct.
+
+2008-07-26  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/macscp.exp: Add test for macro lexing bug.
+
+2008-07-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/macscp.exp: Add macro tests.
+
+2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
+
+2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
+
+2008-07-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.cp/class2.exp: fix for failure on spu-elf
+       
+2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
+       
+2008-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/randomize.exp: Catch non-Linux targets as untested.
+
+2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
+
+2008-07-11  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
+       of regexp to account for changes made to GDB in the printing of
+       byte vectors.
+
+2008-07-11  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/completion.exp: Add 'help' completion test.
+
+2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
+
+2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
+
+2008-07-09  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
+
+2008-07-09  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/fullname.exp: Restore pwd if compiling failed.
+
+2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
+
+2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
+       previous commit.  Add a comment.
+
+2008-06-28  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
+
+2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
+
+2008-06-27  Pedro Alves  <pedro@codesourcery.com>
+
+       * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
+       (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
+       compiling an executable, link in an object that forces unbuffered
+       output.
+       * lib/set_unbuffered_mode.c: New file.
+
+2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
+
+2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
+
+        * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
+        mi_expect_stop.
+        * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
+        Demand that *running is output.
+        (detect_async): Perform checking every time.
+        (mi_send_resuming_command): Extract everything into...
+        (mi_send_resuming_command_raw): ...this.
+       (mi_expect_stop): Don't accept any output before *stopped.
+
+2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Robustify mi-simplerun.
+        * gdb.mi/basics.c (main): Add a call to sleep.
+        * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
+        * gdb.mi/mi2-cli.exp: Likewise.
+        * gdb.mi/mi-break.exp: Likewise.
+
+2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
+
+2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
+
+        * gdb.mi/mi-console.exp: Adjust.
+        * gdb.mi/mi-syn-frame.exp: Adjust.
+        * gdb.mi/mi2-console.exp: Adjust.
+        * gdb.mi/mi2-syn-frame.exp: Adjust.
+        * lib/mi-support.exp (mi_run_cmd): Adjust.
+        (mi_send_resuming_command): Adjust.
+
+2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
+        * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
+        testing of stopped.
+        * gdb.mi/mi2-syn-frame.exp: Likewise.
+        * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
+        (async, detect_async): New.
+        (mi_expect_stop, mi_continue_to_line): Adjust expectation
+        depending on if we're running in sync or async mode.
+
+2008-06-09  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/completion.exp: New tests for field name completion
+       with spaces, and field name completion with '->'.
+
+2008-06-06  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/break1.c (struct some_struct): New struct.
+       (values): New global.
+       * gdb.base/completion.exp: Add field name completion test.
+
+2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.cp/call-c.exp: Test for incorrect handling of reference
+       to pointer.
+       * gdb.cp/call-c.cc: Likewise.
+
+2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.base/annota1.exp (thread_switch): Test for thread-changed
+       annotation.
+
+2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
+            Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/execl.c, gdb.threads/execl1.c,
+       gdb.threads/execl.exp: New tests.
+       
+2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/exception.exp: Activate test, make it work with pending
+       catchpoints.
+
+2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
+
+2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
+
+        * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
+        now printed.
+        * gdb.mi/mi2-var-cmd.exp: Likewise.
+
+2008-05-27  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.base/frame-args.exp: Handle arguments that are optimized
+       out.
+
+2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
+
+       * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
+       quiet for ppc32 and group options into a single variable.
+
+2008-05-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/null_array/foo.adb: Add multi-dimensional array
+       of zero-size elements.
+       * gdb.ada/null_array.exp: Test printing this new array.
+
+2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
+
+2008-05-21  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/finish.exp: Test that "fin" works as an abbreviation
+       of the "finish" command.
+
+2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.base/annota1.exp: Test for new annotation.
+
+2008-05-16  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/fixsection.exp: New file.
+       * gdb.base/fixsection0.c: New file.
+       * gdb.base/fixsection1.c: New file.
+
+2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.base/annota1.exp: Accept printf@... in place of printf.
+       * gdb.base/annota3.exp: Likewise.
+
+2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * gdb.base/watch_thread_num.exp: Don't run tests that require
+       watchpoints if the target doesn't support them.
+
+2008-05-12  Doug Evans  <dje@google.com>
+
+       * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
+
+2008-05-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/assign_1.exp: New testcase.
+
 2008-05-09  Doug Evans  <dje@google.com>
 
-       * testsuite/gdb.base/find.exp: New file.
-       * testsuite/gdb.base/find.c: New file.
+       * gdb.base/find.exp: New file.
+       * gdb.base/find.c: New file.
 
 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
 
 
        * gdb.asm/asmsrc1.s: Add scratch space.
 
+2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
+       gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
+       gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
+
 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
This page took 0.033122 seconds and 4 git commands to generate.