2005-11-09 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 29c0a6ff7dad8590522c6babd7e3c9efcb1aff25..7edf6940fe1c01ca160dd46d320399c483d7bf71 100644 (file)
@@ -1,3 +1,286 @@
+2005-11-09  Randolph Chung <tausq@debian.org>
+
+       * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
+
+2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdb.base/break.exp: Fix a comment typo.
+
+2005-11-03  Jim Blandy  <jimb@redhat.com>
+
+        Checked in by Elena Zannoni  <ezannoni@redhat.com>
+       * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
+
+2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.arch/gdb1558.c: Include stdio.h.
+
+2005-10-31  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.asm/asm-source.exp: Use -e instead of --entry.
+
+2005-10-31  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
+
+2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
+        vscr" tests to better match output.
+
+2005-10-12  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/structs.exp (any): New function.
+       (test_struct_returns): Don't make any assumptions at all about
+       what value the function returns when GDB can't set the return
+       value.
+
+2005-10-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/arrayidx/p.adb: New file.
+       * gdb.ada/arrayidx.exp: New testcase
+
+2005-10-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/array_return/pck.ads: New file.
+       * gdb.ada/array_return/pck.adb: New file.
+       * gdb.ada/array_return/p.adb: New file.
+       * gdb.ada/array_return.exp: New testcase.
+
+2005-10-03  Joel Brobecker  <brobecker@adacore.com>
+
+        * gdb.base/arrayidx.c: New file.
+        * gdb.base/arrayidx.exp: New testcase.
+
+2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
+       frames-invalid and breakpoints-invalid are no longer generated
+       with level 3 so don't expect them in the output.
+
+2005-09-27  Bob Rossi  <bob@brasko.net>
+
+       * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .* 
+       from test.  Escape the | in mi_gdb_test call.
+       * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
+       gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
+       gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
+       gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
+       expected regex's in mi_gdb_test calls.
+       * lib/mi-support.exp: Remove arbitrary .* from tests.
+       (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
+       Fully anchor GDB/MI expected results in mi_gdb_test.
+       * lib/gdb.exp (string_to_regexp): Escape the ] character.
+       * gdb.base/sizeof.exp: Remove escape character. Correct test.
+
+2005-09-26  Paul Brook  <paul@codesourcery.com>
+
+       * long_long.exp: Exclude eabi targets from arm FPA float format test.
+
+2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * bfp-test.c: New file.
+       * bfp-test.exp: New testcase.
+
+2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdb.fortran/subarray.exp: New testcase to test the evaluation
+       of subarray and substring variable.
+       * gdb.fortran/subarray.f: New source file for the test of subarray
+       and substring variable evaluation.
+       * gdb.fortran/exprs.exp: Add four tests for substring evaluation
+       of string constant.
+
+2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
+       copyright dates.
+
+2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
+
+       * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
+       powerpc altivec' test with an almost identical 'info vector' test.
+
+2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
+        vscr" tests to match output.
+
+2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
+        output.
+
+2005-09-11  Bob Rossi  <bob@brasko.net>
+
+       * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
+       * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for 
+       commands that return an MI output command and an asyncronous MI output
+       command.
+       * gdb.mi/mi-console.exp: Ditto.
+
+2005-09-11  Bob Rossi  <bob@brasko.net>
+
+       * gdb.mi/mi-var-child.c: Include <string.h>.
+
+2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * killed.exp: Correct gdb_expect syntax.
+
+2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
+
+       * lib/mi-support.exp (mi_gdb_load): Fix typo.
+
+2005-08-02  Bob Rossi  <bob@brasko.net>
+
+       * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
+       (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
+       Change tests to inferior-tty-set/show.
+       * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
+       (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
+       * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
+       inferior.  Use mi_gdb_test to get GDB and Inferior output.
+       * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
+       descriptor.
+       (mi_inferior_tty_name): Add inferior PTY file name.
+       (mi_gdb_start): Add INFERIOR_PTY parameter.
+       (mi_gdb_test): Add IPATTERN parameter.
+
+2005-08-02   Bob Rossi  <bob@brasko.net>
+  
+       * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
+       parameter to mi_gdb_test.
+       * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
+
+2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi-var-child.c (do_children_tests): Initialize
+       struct_declarations.
+       * gdb.mi/mi-var-child.exp: Step over the initialization of
+       struct_declarations.
+
+2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
+       * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
+       * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
+       * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
+       * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
+       file.
+
+2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
+       (do_children_tests): Assign values to the extra elements.
+
+       * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
+       them for tests for "-var-update --no-values" and
+       "-var-update --all-values".  
+       Add test for "-var-list-children --simple-values".
+
+       * gdb.mi/basics.c (callee4): Add integer array D[3]...
+
+       * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
+       "-stack-list-locals --simple-values"  Improve doc strings and
+       comments.
+
+2005-07-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
+       *-*-openbsd*.
+       * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
+
+       * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
+       sigaltsatck'.
+
+2005-07-14  Bob Rossi  <bob@brasko.net>
+  
+       * gdb.base/default.exp (tty): Changed output of command.
+       * gdb.base/help.exp (help tty): Ditto.
+
+2005-07-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
+
+2005-07-10  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
+       -stack-select-frame without arguments.
+       (test_stack_frame_listing): Add test for newly implemented command
+       -stack-info-frame.
+
+2005-07-06  Bob Rossi  <bob@brasko.net>
+
+       * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
+       command.
+       (Copyright): Update copyright.
+
+2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
+       tests to evaluate exponentiation expression.
+
+2005-06-29  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
+       main to avoid warnings.
+
+       * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
+
+2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
+       -stack-select-frame without arguments.
+       (test_stack_frame_listing): Add test for newly implemented command
+       -stack-info-frame.
+       
+2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdb.fortran/array-element.f: New file.
+       * gdb.fortran/array-element.exp: New testcase.
+
+2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/bigcore.exp: Correct checks for systems which can
+       not dump a large core file.
+
+2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/relocate.c: Add a copyright notice.
+       (dummy): Remove.
+       * gdb.base/relocate.exp: Test printing the values of variables
+       from a relocatable file.
+
+2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
+       excess MI output after an error.
+
+2005-05-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.arch/alpha-step.c: New file.
+       * gdb.arch/alpha-step.exp: New testcase.
+
+2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
+           Dennis Brueni  <dennis@slickedit.com>
+
+       * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
+       gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
+       gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
+       gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
+       gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
+       gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
+       * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
+
+2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
+           Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
+       IBM's xlc compiler.
+       * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
+       * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
+
 2005-05-13  Jim Blandy  <jimb@redhat.com>
 
        * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
This page took 0.037272 seconds and 4 git commands to generate.