* gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 12214b0caf0349ea4d4103e8b61ac32487440a21..de03beeb733f5591130be8058d663ce017cf512d 100644 (file)
@@ -1,3 +1,309 @@
+2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
+       some incorrect output instead of timing out.
+       * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
+
+2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
+       check to allow additional `int'.
+
+2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.base/completion.exp: Remove incorrect 'p "a' test.
+       Add tests for 'p "break' (pass) and 'p "break.' (xfail).
+
+2001-09-27  Michael Snyder  <msnyder@redhat.com>
+
+       * lib/gdb.exp (test_debug_format): New proc.
+       (setup_xfail_format): Use new proc test_debug_format.
+       * gdb.base/constvars.exp (local_compiler_xfail_check): New
+       proc; use new service proc test_debug_format.
+       Replace all other "gcc_compiled" tests with this test.
+       * gdb.base/volatile.exp (local_compiler_xfail_check): New
+       proc; use new service proc test_debug_format.
+       Replace all other "gcc_compiled" tests with this test.
+
+2001-09-27  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.base/cvexpr.exp: New file.
+       * gdb.base/cvexpr.c: New file
+       Test for expressions using const and volatile keywords.
+
+2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/constvars.exp: Check for different orders of keywords
+       and additional "int" strings in output.
+
+2001-09-22  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
+       responses from "help maint".
+
+2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
+
+       * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
+       to localhost:NNN instead of :NNN, in case Xvfb is listening
+       only on TCP.
+
+2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/recurse.exp: When checking leaving the watchpoint
+       scope, recognize when gdb is in function's epilogue and pass.
+
+2001-09-18  Keith Seitz  <keiths@redhat.com>
+
+       * lib/insight-support.exp (_gdbtk_export_target_info): Add
+       support for running tests against sid targets.
+       (gdbtk_done): Ditto.
+
+2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/ending-run.c (main): Set stdout buffersize
+       to the same reasonable value for any target.
+       * gdb.base/ending-run.exp: Add a regular expression
+       to make testsuite happy on Sanyo Stormy16 target.
+
+2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/display.c (do_loops): Add float variable `f'.
+       Increment f in loop.
+       * gdb.base/display.exp: Increment timeout by 60 seconds.
+       Change float display test to use variable `f'.
+
+2001-09-17  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/restore.exp: Use temporary breakpoints, to avoid
+       overflowing the limited breakpoint tables on some ROM monitors
+       (like the ROM68K).
+
+2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
+
+       * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
+       the "-ac" (disable access control) flag.
+
+2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
+
+       * gdb.base/remote.c: Use a small buffer for targets with 16-bit
+       ints.
+
+2001-08-30  Keith Seitz  <keiths@redhat.com>
+
+       * lib/gdb.exp: Move all insight-related functionality into
+       separate file.
+       * lib/insight-support.exp: New file.
+
+2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
+
+       * config/sid.exp (sid_start): Never set sid verbosity; disable
+       expect_background {} that consumed its stdout; tolerate </dev/null.
+       Attempt to set endianness override in "sid" protocol mode.  Cleanup.
+
+2001-08-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
+       CLI jump command to start it.
+       (mi_run_to_main): Fail immediatly when unexpected output.
+
+2001-08-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
+       beginning of function.  Fix PR gdb/191.
+
+2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
+
+       * config/sid.exp (sid_start): Don't warn if we cannot figure out
+       what to force sid endianness to.
+
+2001-08-15  Keith Seitz  <keiths@redhat.com>
+
+       * lib/gdb.exp (gdbtk_start): Don't set environment
+       variables for TCL_LIBRARY and friends. Insight will
+       now figure these out for itself.
+
+2001-08-02  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.base/completion.exp: Remove the symbol "a64l" from
+       the expect string; this is target-specific, and not related
+       to what is being tested.
+
+2001-08-02  Dave Brolley  <brolley@redhat.com>
+
+       * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
+
+2001-07-25  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.base/consecutive.exp: New file.  Test stepping over
+       breakpoints on consecutive instructions.
+       * gdb.base/consecutive.c: New file.
+
+       * gdb.base/call-rt-st.exp: Use double-backslash to quote
+       curly braces in regular expressions.
+
+2001-07-25  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.base/ending-run.exp: Accept "Program exited normally" as
+       legitimate output from stepping out of main.
+
+2001-07-22  Keith Seitz  <keiths@redhat.com>
+
+       * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
+       the empty string, do not run the tests.
+
+2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * gdb.base/long_long.exp: Detect size of pointer.  Take into
+       account 2-byte pointers when testing for p/a results.
+
+2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K 
+       and defined to 1K for m68hc11.
+       (random_data): Reduce table to 1K for embedded platforms (68hc11).
+       * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
+       (sizeof_random_data): New variable to tell the size of the data table;
+       don't test past this size; always run to main.
+
+2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * gdb.base/return2.exp: return of long long and double fails for
+       68HC11; don't execute these tests on that platform.
+       * gdb.base/return.exp: Return of a double fails for 68hc11.
+
+2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
+       tests that print a float.
+       * call-rt-st.exp: Likewise.
+
+2001-07-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/so-impl-ld.exp: Remove stray space that prevented
+       running this test on Linux.
+
+2001-06-24  Michael Chastain  <chastain@redhat.com>
+
+       * gdb.base/arithmet.exp: Remove some tests to make all test names
+       unique.
+
+2001-07-03  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
+       the output of the ptype command.
+
+2001-07-02  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.base/completion.exp: Don't assume that break.c is the only
+       source file that may contain functions named "marker".
+       * gdb.base/corefile.exp: Quote the curly braces in regexp.
+
+2001-06-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
+       of files to delete.
+
+       From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
+       * gdb.disasm/h8300s.exp: New file.
+       gdb.disasm/h8300s.s: Likewise.
+
+2001-06-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
+       empty breakpoint tables.
+
+2001-06-25  Andrew Cagney  <ac131313@redhat.com>
+
+       * lib/mi-support.exp: Update args=... part of stop-reason
+       patterns. Accept either a list or a tuple.
+
+2001-06-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * lib/mi-support.exp: Remove local emacs variable defining
+       change-log-default-name.
+
+2001-06-22  Michael Chastain  <chastain@redhat.com>
+
+       * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
+       This is operationally compatible with the previous version.
+
+2001-06-13  Jim Blandy  <jimb@redhat.com>
+
+       * lib/gdb.exp (gdb_test): Doc fix.
+
+2001-06-10  Michael Chastain  <chastain@redhat.com>
+
+       * gdb.base/exprs.exp: Remove a duplicate test.
+
+2001-06-06  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/return2.exp (main): Use values to test float and double
+       returns that are not NaN's, to avoid being confused by IEEE
+       comparison rules.
+
+2001-06-04  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
+       non-zero if control_c fails.  Terminate the test on failure, 
+       rather than wait for 12 more tests to time out.
+
+2001-06-06  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
+       Don't forget to match the GDB prompt. 
+
+       * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
+
+2001-06-04  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/help.exp: Update pattern to exclude `print-load-map'
+       command.
+
+2001-05-31  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.base/annota1.exp (info break): Match four or more spaces
+       after "Address".
+
+2001-05-31  Michael Chastain  <chastain@redhat.com>
+
+       * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
+       (dm_type_int_star): Likewise.
+       (dm_type_long_star): Likewise.
+       (dm_type_void_star): Likewise.
+
+2001-05-29  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.base/completion.exp (INPUTRC): Set this environment variable
+       to a known value in order to get consistent results regardless
+       of the setting of INPUTRC or the presence or contents of .inputrc.
+
+2001-05-24  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
+       Don't require that the main thread and the manager thread are the
+       first in the list.
+
+       * gdb.threads/pthreads.exp (test_startup): Relax test for thread
+       debugging.  If test fails, issue an "unsupported" not a "fail".
+
+2001-05-24  Jim Blandy  <jimb@redhat.com>
+
+       Don't assume that short is shorter than int.
+       * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
+       assume that shorts are smaller than ints.  On a 16-bit machine,
+       this isn't true. 
+       ("print unsigned char == (~0)"): Add test that verifies that ~0,
+       an int, is not equal to ~0 stored in an unsigned char.  This tests
+       the same thing that the previous test meant to, but works on
+       16-bit machines, too.
+       ("print unsigned char != (~0)"): Same test, complemented.
+
+2001-05-24  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
+       test for (full_coverage == 0).  This makes the test run faster, 
+       and prevents dejagnu getting out of step.
+
 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
 
        * gdb.base/finish.exp (finish_void): Revise pattern for
This page took 0.029221 seconds and 4 git commands to generate.