OSDN Git Service

* README: New file.
authorKeith Seitz <keiths@redhat.com>
Mon, 7 May 2001 20:39:32 +0000 (20:39 +0000)
committerKeith Seitz <keiths@redhat.com>
Mon, 7 May 2001 20:39:32 +0000 (20:39 +0000)
commit0099067678a68f4318deb1683392fca12cee7af1
tree13dd6d0d267cc97082572343d9163b916b3df62c
parentcfa984c93e99401eff8a206029ce263ecd2cc8d3
    * README: New file.

        * configure.in: Check for executable filename extension.
        * Makefile.in: Add filename extensions.
        * configure: Regenerated.

        * defs: Fix typo setting _test(verbose).
        (gdbtk_test_file): New proc to load executables into gdbtk.
        (gdbtk_test_run): New proc to run executables on gdbtk.
        * browser.exp: Don't check if DISPLAY is set: let
        gdbtk_initialize_display do it all for us.
        Call gdbtk_done when finished with tests.
        * c_variable.exp: Ditto.
        * console.exp: Ditto.
        * cpp_variable.exp: Ditto.
        Only run tests if c++ is supported in the configuration.
        * srcwin.exp: Ditto the DISPLAY stuff.
        Accumulate all test results for the end and report them then.

        * browser.test: Use gdbtk_test_file and gdbtk_test_run
        to load and run an executable.
        * c_variable.test: Use gdbtk_test_file and gdbtk_test_run
        to load and run an executable.
        * srcwin.test: Ditto.
        * srcwin1.test: Ditto.
        * srcwin2.test: Ditto.
        * browser.test: (set_search_mode): Use "configure
        -value" not "entryset" to set the combobox's value. We need
        to have the command fired.
        (browser-3.5): Remove trailing whitespace which causes test to
        fail.
        (browser-4.4): Expect something rational. Regexp "\_1$" cannot
        match "func_10"!
        (browser-4.5): Ditto.
        (browser-5.12): Select all files for search to make test
        match description.
        (browser-6.2): Renamed from another test also calledd 6.1.
        (browser-7.1): Delete all breakpoints at once without from_tty.
        Select all entries in the comobox before invoking BP set/delete
        button.
        (browser-7.2): Ditto.

        * list0.c, list1.c, list0.h: New files. Grabbed from gdb.base.
        * srcwin.exp: Use these local files instead of those in gdb.base.
21 files changed:
gdb/testsuite/gdb.gdbtk/ChangeLog
gdb/testsuite/gdb.gdbtk/Makefile.in
gdb/testsuite/gdb.gdbtk/README [new file with mode: 0644]
gdb/testsuite/gdb.gdbtk/browser.exp
gdb/testsuite/gdb.gdbtk/browser.test
gdb/testsuite/gdb.gdbtk/c_variable.exp
gdb/testsuite/gdb.gdbtk/c_variable.test
gdb/testsuite/gdb.gdbtk/configure
gdb/testsuite/gdb.gdbtk/configure.in
gdb/testsuite/gdb.gdbtk/console.exp
gdb/testsuite/gdb.gdbtk/console.test
gdb/testsuite/gdb.gdbtk/cpp_variable.exp
gdb/testsuite/gdb.gdbtk/cpp_variable.test
gdb/testsuite/gdb.gdbtk/defs
gdb/testsuite/gdb.gdbtk/list0.c [new file with mode: 0644]
gdb/testsuite/gdb.gdbtk/list0.h [new file with mode: 0644]
gdb/testsuite/gdb.gdbtk/list1.c [new file with mode: 0644]
gdb/testsuite/gdb.gdbtk/srcwin.exp
gdb/testsuite/gdb.gdbtk/srcwin.test
gdb/testsuite/gdb.gdbtk/srcwin2.test
gdb/testsuite/gdb.gdbtk/srcwin3.test