diff options
author | Per Bothner <per@bothner.com> | 1995-12-01 19:05:52 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-12-01 19:05:52 +0000 |
commit | d9eb60c63a46381a993cd1aa1e07fa14d384b53e (patch) | |
tree | dba85d412b7f783a681bdeabd060857e5ffcbe9f /gdb/testsuite/gdb.chill/ChangeLog | |
parent | a91a8d08ae929797170a745f6e58aaacb8a537f0 (diff) | |
download | binutils-gdb-d9eb60c63a46381a993cd1aa1e07fa14d384b53e.tar.gz |
* tests1.exp, tests2.exp (test_print_reject): Remove; causes
conflicts with later tests using test_print_reject in ../lib/gdb.exp.
(passcount): Remove.
* tests2.exp (test_print_accept): Removed.
(test_write): Re-write to use gdb_test rather than test_print_accept.
* tests1.exp (test_print_accept_exact): Removed.
(tests_locations): Rewrite to use gdb_test and not above proc.
Diffstat (limited to 'gdb/testsuite/gdb.chill/ChangeLog')
-rw-r--r-- | gdb/testsuite/gdb.chill/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index aff2ce3446a..dfe4e07b5e7 100644 --- a/gdb/testsuite/gdb.chill/ChangeLog +++ b/gdb/testsuite/gdb.chill/ChangeLog @@ -1,5 +1,13 @@ Fri Dec 1 00:08:37 1995 Per Bothner <bothner@kalessin.cygnus.com> + * tests1.exp, tests2.exp (test_print_reject): Remove; causes + conflicts with later tests using test_print_reject in ../lib/gdb.exp. + (passcount): Remove. + * tests2.exp (test_print_accept): Removed. + (test_write): Re-write to use gdb_test rather than test_print_accept. + * tests1.exp (test_print_accept_exact): Removed. + (tests_locations): Rewrite to use gdb_test and not above proc. + * tests1.ch, tests1.exp, tests2.ch, tests2.exp, Makefile.in: New (extensive) test cases. * chexp.exp: Fix relations to return TRUE or FALSE. |