* gdb.pascal/floats.exp: Accept approximate results everywhere.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 5dc3dff44e427b3cc9c40e0d36c2b1ddc323b79f..939d75cf30b0db04744fdfb9c2bb16a64e841730 100644 (file)
@@ -1,3 +1,165 @@
+2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.pascal/floats.exp: Accept approximate results everywhere.
+       
+2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
+       notifications.
+       * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
+       * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
+       * lib/mi-support.exp (library_loaded_re): New.
+       (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
+
+2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.gdb/observer.exp: Use test_notification observer, not
+       normal_stop, everywhere.
+       (test_normal_stop_notifications): Rename to...
+       (test_notifications): ...this.
+       (test_observer_normal_stop): Rename to...
+       (test_observer): ...this.
+
+2009-02-16  Doug Evans  <dje@google.com>
+
+       * gdb.arch/amd64-disp-step.S (test_int3): New test.
+       * gdb.arch/amd64-disp-step.exp (test_int3): New test.
+       * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
+       (test_prefixed_syscall,test_int3): New tests.
+       * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
+       (test_prefixed_syscall,test_int3): New tests.
+
+2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
+
+        * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
+        (mi_expect_interrupt): Likewise.
+        * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
+        response.
+
+2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
+       * gdb.base/pc-fp.exp (get_valueofx): Remove.
+       Replace calls to get_valueofx by get_hexadecimal_valueof.
+
+2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * lib/gdb.exp (get_valueof): Accept anything as a return value.
+       (get_integer_valueof): New procedure.
+       (get_sizeof): Use new get_integer_value_of.
+       * gdb.base/sizeof.exp: Replace all uses of get_valueof
+       by get_integer_valueof.
+
+2009-02-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/remote.exp (get_sizeof): Remove.
+       * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
+       * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
+       * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
+       * lib/gdb.exp (get_valueof): Move from long_long.exp.
+       (get_sizeof): Likewise.
+
+2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR fortran/9806
+       * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
+
+2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
+
+2009-02-06  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
+
+2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/python-cmd.exp: New file.
+
+2009-02-06  Tristan Gingold  <gingold@adacore.com>
+
+       * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
+
+2009-02-05  Tristan Gingold  <gingold@adacore.com>
+
+       * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
+       pointer is dereferenced and use this signal name in regexp.
+       * gdb.base/signull.exp: Ditto.
+       * gdb.base/sigbpt.c (main): Catch SIGBUS too.
+       * gdb.base/signull.c (main): Ditto.
+
+2009-02-04  Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.python/python-value.exp: Use `gdb.history' instead of
+       `gdb.value_from_history'.
+       (test_value_numeric_ops): Add test for conversion of enum constant.
+       * gdb.python/python-value.c (enum e): New type.
+       (evalue): New global.
+       (main): Use argv.
+
+2009-02-04  Jerome Guitton  <guitton@adacore.com>
+
+       * gdb.ada/uninitialized_vars: New test program.
+       * gdb.ada/uninitialized_vars.exp: New testcase.
+
+2009-02-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/cpcompletion.exp: Name the test "pr9594".
+       * gdb.cp/pr2489.cc: Rename...
+       * gdb.cp/pr9594.cc: ... to this.
+
+2009-02-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
+       * gdb.cp/pr2489.cc: New file.
+       * gdb.cp/cpcompletion.exp: New file.
+
+2009-02-02  Tom Tromey  <tromey@redhat.com>
+
+       PR exp/9059:
+       * gdb.cp/call-c.exp: Add regression test.
+       * gdb.cp/call-c.cc (FooHandle): New typedef.
+       (main): New variable 'handle'.
+
+2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (et_mi_thread_list)
+       (check_mi_and_console_threads): Adjust for current thread in
+       -thread-list-ids output.
+
+2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-break.exp (test_disabled_creation): New.
+       Call it.
+
+2009-01-28  Doug Evans  <dje@google.com>
+
+       * gdb.arch/amd64-disp-step.S: New file.
+       * gdb.arch/amd64-disp-step.exp: New file.
+       * gdb.arch/i386-disp-step.S: New file.
+       * gdb.arch/i386-disp-step.exp: New file.
+
+2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.base/find.exp: Set newline variable
+       using quotes instead of braces to fix cygwin failures.
+
+2009-01-23  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/radix.exp: Add tests to ensure that that set
+       input-radix 0 and set output-radix 0 are really rejected.
+
+2009-01-23  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
+       copyright years.
+
+2009-01-23  Pedro Alves  <pedro@codesourcery.com>
+
+       PR gdb/9664:
+       * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
+
 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
 
        PR c++/9631:
This page took 0.03477 seconds and 4 git commands to generate.