diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-15 12:23:45 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-15 12:23:45 +0000 |
commit | 67f356336fdf2ac1c33524ad757e0338a270a05b (patch) | |
tree | 61bef93d5d842676ccff104ddbd3a3920652758d /gdb/testsuite | |
parent | a7f668c02fdfee33f37ad7635916536f48314555 (diff) | |
download | gdb-67f356336fdf2ac1c33524ad757e0338a270a05b.zip gdb-67f356336fdf2ac1c33524ad757e0338a270a05b.tar.gz gdb-67f356336fdf2ac1c33524ad757e0338a270a05b.tar.bz2 |
* gdb.base/whatis.exp: Remove xfails for printing char vs.
unsigned char; the bug (PR 1821) is fixed.
* gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
* gdb.base/scope.exp (test_at_localscopes): Call pass for
successful tests--makes xfailing them work right.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c4d85c0..eef143b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,13 @@ +Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.base/whatis.exp: Remove xfails for printing char vs. + unsigned char; the bug (PR 1821) is fixed. + + * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868. + + * gdb.base/scope.exp (test_at_localscopes): Call pass for + successful tests--makes xfailing them work right. + Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect |