import insight-2000-02-04 snapshot (2nd try)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index ea2809835a2de222a090cc6448af5b44bb967b43..a48ff61c539238030fee8806cebfee8523b33955 100644 (file)
@@ -1,3 +1,192 @@
+2000-02-04  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
+       backslash from regexp pattern.
+
+       * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
+       procedure.  Use it to run all the "continue to bp overloaded"
+       tests.  Note that this changes the names of the tests slightly.
+       If the breakpoint hit message includes a hex PC value, because
+       GCC's Dwarf 2 line info doesn't help us distinguish the prologue
+       from the real source code, still consider that a pass.
+
+       * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
+       XFAIL here if the breakpoint message contains a hex address.  Note
+       similar change on 1999-11-02.
+
+       * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
+
+       * gdb.base/ptype.exp: Establish a default source file before
+       calling get_debug_format.
+
+2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/watchpoint.exp: Remove duplication of test messages.
+
+2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/step-test.exp: Fix the steps to enter a callee by means
+       of successive stepi commands -- while in the prologue we should see
+       the function entry bracket.
+
+2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
+       reach __change_mode() when stepping through the end of main().
+
+2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/default.exp: Fix expected pattern.
+       * gdb.base/help.exp: Same.
+
+2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
+       Don't use xfail's because that affects only the following test.
+       
+       * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
+       solaris or linux.
+
+       * gdb.base/selftest.exp: Update to reflect changes to main.c.
+
+2000-01-07  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * gdb.base/display.exp: Some yacc parsers like to say 
+       "A syntax error" rather than "A parse error".  Accept both.
+
+2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/default.exp: Remove OS dependent string from "target
+       remote" test.
+       * gdb.base/help.exp: Same for "help target remote" test.
+
+2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       From Jim Kingdon <kingdon@redhat.com>:
+
+       * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
+       prompt (cleanup rather than necessity, but still might keep output
+       from spilling to next test).
+
+2000-01-02  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
+       AIX, which defines them in <sys/types.h>.
+
+1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/default.exp: Match arm* etc instead of arm in "info
+       float" test.
+
+1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
+
+       * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
+       outermost frame disallowed".
+
+1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/setvar.exp: New tests for setting the value of a struct
+       with a constant list.
+
+1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
+       require the user to type a cast before setting the value of a struct.
+
+1999-12-06  Jim Blandy  <jimb@cygnus.com>
+
+       * gdb.base/default.exp: Expect the new 'info float' command on
+       all i386 platforms.
+
+       * gdb.threads/linux-dp.exp: Expand our ability to recognize
+       LinuxThreads libraries that don't support debugging.
+
+Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/remote.c: Fill the buffer with truely random data.
+       Change the buffer type to ``unsigned char'' to simplify size
+       arithmetic.
+
+       * gdb.base/remote.exp: Reduce download numbers by one.  Typical
+       stub only handles 400-1 byte packets.  Verify that the download
+       worked.
+
+1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
+       tests, using UNRESOLVED for the untested cases.  Also, does not wait
+       for a timeout if the prompt was received before a recognizable pattern.
+
+1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * lib/gdb.exp (gdb_expect_list): Fix spelling.
+
+1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/watchpoint.exp: Add tests cases for the hit count of
+       watchpoints.
+
+1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
+
+       * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
+
+       * gdb.c++/local.exp: Be more flexible in recognizing local class
+       name mangling.  Don't allow horribly truncated method names.
+       * gdb.c++/derivation.exp: Expect protected inheritance.
+       * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
+       * gdb.c++/virtfunc.exp: Likewise.
+       * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
+       when printing a nested enum.
+
+1999-11-22  Jim Blandy  <jimb@cygnus.com>
+
+       * gdb.base/step-test.exp: Properly await GDB's response to setting
+       a breakpoint on the call to large_struct_by_value.
+
+       * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
+       just because we have debug info for the `start' function.
+
+1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
+
+       * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
+       "Unknown signal" messages, which indicate (on LinuxThreads) that
+       GDB doesn't know how to debug threads on this system.  This is
+       better than hanging while philosopher 0 dumps chatter into gdb.log.
+
+1999-11-18  Tom Tromey  <tromey@cygnus.com>
+
+       * gdb.trace/deltrace.exp: Updated test to reflect new error text.
+
+1999-11-18  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/coremaker2.c: Add sample program for generating
+       cores that is more self contained than coremaker.c.  Eventually
+       I'll add more code to this and tie it into the testsuite.
+
+1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/dollar.exp: Remove, now in gdb.hp.
+
+1999-11-10  Jimmy Guo  <guo@cup.hp.com>
+
+       * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
+       from $srcdir/lib/.
+       * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
+       and gdb.c++/.
+
+       * gdb.c++/derivation.exp: remove redundant get compiler info code.
+
+       * gdb.base/commands.exp: add '$gdb_prompt $' anchor to 
+       'continue with watch' test point.
+
+1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
+
+       Merged from p2linux-990323-branch:
+       
+       * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
+
 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
 
        * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
@@ -62,7 +251,6 @@ Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
        attempt a start more than three times.  Check return value from
        gdb_load.
        
-       
 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
@@ -803,6 +991,80 @@ Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
        commands.  They're not germane to this test, and they don't work
        that way on remote targets.
 
+1999-03-03  James Ingham  <jingham@cygnus.com>
+
+       * browser.test: Fixed up to match the new function browser.
+       This is not done yet...
+
+       * srcwin.test: Check for errors when the bbox is called for a text 
+       item that is not on screen (so bbox is "").  Return something more 
+       useful.
+
+1999-03-01  James Ingham  <jingham@cygnus.com>
+
+       * Changelog entries merged over from gdb development branch.
+
+       1999-01-12  Martin Hunt  <hunt@cygnus.com>
+
+              * gdb.gdbtk/srcwin.test: Add a bunch of tests for the source
+              window filename and function comboboxes.  Add in stack tests.
+
+       1999-01-11  Martin Hunt  <hunt@cygnus.com>
+
+              * gdb.gdbtk/srcwin.test: New file. Source Window tests.
+              * gdb.gdbtk/srcwin.exp: New file. Source Window tests.
+
+       Wed Jan  6 09:22:52 1999  Keith Seitz  <keiths@cygnus.com>
+
+              * gdb.gdbtk/c_variable.test (c_variable-1.9): Add new
+              test to check for creation of a variable that is really a type.
+              (c_variable-7.81): Use "output" instead of "print" to get PC.
+              Include missing bits of test.
+
+              * gdb.gdbtk/cpp_variable.test (cpp_variable-1.6): Default format
+              is now "natural", not "hexadecimal"
+              (cpp_variable-2.22): Ditto.
+              (cpp_variable-2.24): Force format to hex before getting value.
+
+              * gdb.gdbtk/cpp_variable.exp: Supply missing arg to gdbtk_analyze_results.
+
+       Tue Jan  5 12:40:52 1999  Keith Seitz  <keiths@cygnus.com>
+
+              * gdb.gdbtk/c_variable.c, c_variable.test, c_variable.exp: New C
+              language tests for variable object interface.
+
+              * gdb.gdbtk/cpp_variable.h, cpp_variable.cc, cpp_variable.test,
+              cpp_variable.exp: New C++ language tests for variable object
+              interface.
+
+              * gdb.gdbtk/Makefile.in (EXECUTABLES): Add c_variable and cpp_variable.
+
+       Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
+
+              * lib/gdb.exp (gdbtk_analyze_results): Generic function
+              for outputting results of test run.
+
+              * gdb.gdbtk/defs (gdbtk_test): Handle xpass and xfail.
+              (gdbtk_test_error): New proc which handles error aborts.
+
+              * gdb.gdbtk/console.exp: Use gdbtk_analyze_results.
+              Check if we have a valid DISPLAY before running.
+              * gdb.gdbtk/browser.exp: Ditto.
+
+       1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
+
+              * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
+              * gdb.gdbtk/browser.test: Change "manage open" to ManagedWin::open.
+              * gdb.gdbtk/console.test: Same.
+              * gdb.gdbtk/*: Update from devo.
+
+       Fri Jul 24 14:57:19 1998  Keith Seitz  <keiths@cygnus.com>
+
+              * gdb.gdbtk/Makefile.in: Add new example program "stack".
+              * gdb.gdbtk/browser.test,browser.exp: Add browser window
+                tests.
+              * gdb.gdbtk/stack1.c,stack2.c: Test case for browser window.
+
 1999-02-25  Felix Lee  <flee@cygnus.com>
 
        * lib/gdb.exp (debug_format): initialize
@@ -1310,6 +1572,17 @@ Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
 
+Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * gdb.disasm/am33.s: Add tests for autoincrement instructions.
+       * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
+       to use a0-a3/d0-d3 as needed.
+
+Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
+       * gdb.disasm/am33.exp: Corresponding changes.
+
 1998-07-11  Felix Lee  <flee@cygnus.com>
 
        * gdb.base/callfuncs.exp: add cmp10 test.
@@ -1320,6 +1593,23 @@ Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
        * gdb.base/commands.exp: Break up infrun_breakpoint_command_test 
        into two parts to get around a synchronization problem in expect.
 
+Sun Jun 28 22:34:34 1998  Martin M. Hunt  <hunt@cygnus.com>
+
+       * gdb.gdbtk/simple.c (main): Make main return an
+       int so compiler will stop complaining.
+
+Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
+
+       * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
+
+       * configure.in: Add options for gdbtk testsuite.
+
+       * configure: Regenerate.
+
+       * gdb.gdbtk: New directory to hold gdbtk tests.
+
+       * gdb.gdbtk/console.{exp, test}: New console window tests.
+
 
 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
 
@@ -1328,12 +1618,22 @@ Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
        * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
        before run test.
 
+Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * am33.exp: Just compile, do not link the testcase.
+       * am33.s: Add ".am33" pseudoop to force am33 mode.
+
 1998-06-25  Felix Lee  <flee@cygnus.com>
 
        * gdb.base/setshow.exp: make sure $pc is sane.
 
        * gdb.stabs/weird.exp: split expect patterns properly.
 
+Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * gdb.disasm/am33.s: New disassembler testfile for the am33.
+       * gdb.disasm/am33.exp: Run it.
+
 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * gdb.base/funcargs.exp: simplify expect strings to ease pattern
This page took 0.029772 seconds and 4 git commands to generate.