diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-24 23:06:46 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-24 23:06:46 +0000 |
commit | 1ef0c066d9137e86018ddf1528e0210b176fd09a (patch) | |
tree | 24a458ef11ef49bcfb798d8ea8c131bb234abede /gdb | |
parent | c86bd3d41b3d6cc5a72d7995ae42d222888f3fa3 (diff) | |
download | gdb-1ef0c066d9137e86018ddf1528e0210b176fd09a.zip gdb-1ef0c066d9137e86018ddf1528e0210b176fd09a.tar.gz gdb-1ef0c066d9137e86018ddf1528e0210b176fd09a.tar.bz2 |
* gdb.base/a1-selftest.exp (test_with_self): Remove comment which
apparently went with a (very) old xfail.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/a1-selftest.exp | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7df57d4..e1849e8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.base/a1-selftest.exp (test_with_self): Remove comment which + apparently went with a (very) old xfail. + Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com> * gdb.base/callfuncs.exp: call runto_main instead of runto main. diff --git a/gdb/testsuite/gdb.base/a1-selftest.exp b/gdb/testsuite/gdb.base/a1-selftest.exp index b2e0f33..b7c32ff 100644 --- a/gdb/testsuite/gdb.base/a1-selftest.exp +++ b/gdb/testsuite/gdb.base/a1-selftest.exp @@ -374,8 +374,6 @@ proc test_with_self {} { } # and another step for good luck - # This one fails on Solaris (for some versions of gdb) because you - # can't step into library functions if $next_ok { set description "step into xmalloc call" send "step\n" |