diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-15 21:23:14 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-15 21:23:14 +0000 |
commit | a59f104ed89fc57cfc877f863ffff7a9afd6d3f9 (patch) | |
tree | e736099981d8fd2703f200ecc071b3514e02d0ef /gdb/testsuite/ChangeLog | |
parent | b1dda26e87e0d020b2350b8320b9c0362faf48fc (diff) | |
download | gdb-a59f104ed89fc57cfc877f863ffff7a9afd6d3f9.zip gdb-a59f104ed89fc57cfc877f863ffff7a9afd6d3f9.tar.gz gdb-a59f104ed89fc57cfc877f863ffff7a9afd6d3f9.tar.bz2 |
* gdb.base/printcmds.exp (test_character_literals_accepted): Test
printing of '\'' (which is what the comment says we are testing,
even though we were not), not '''.
(test_integer_literals_rejected): Test that printing ''' is an error.
* gdb.fortran/exprs.exp, gdb.fortran/types.exp,
gdb.chill/chexp.exp, gdb.base/printcmds.exp,
gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
Use gdb_test not test_print_accept.
* lib/gdb.exp: Remove test_print_accept.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4ee7312..2139532 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,17 @@ Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + * gdb.base/printcmds.exp (test_character_literals_accepted): Test + printing of '\'' (which is what the comment says we are testing, + even though we were not), not '''. + (test_integer_literals_rejected): Test that printing ''' is an error. + + * gdb.fortran/exprs.exp, gdb.fortran/types.exp, + gdb.chill/chexp.exp, gdb.base/printcmds.exp, + gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp, + gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp: + Use gdb_test not test_print_accept. + * lib/gdb.exp: Remove test_print_accept. + * gdb.base/signals.exp (signal_tests_1): Make pass message consistent with fail message. |