* gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR

1817) was fixed literally years ago.
This commit is contained in:
Jim Kingdon 1995-03-11 05:34:40 +00:00
parent 78fcad5848
commit 2f8996dc3c
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
1817) was fixed literally years ago.
Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* gdb.base/funcargs.exp (call_after_alloca): Remove `next'

View File

@ -307,9 +307,6 @@ proc test_with_self {} {
}
}
# This one fails on Solaris (for some versions of gdb) because you
# can't next over library functions
setup_xfail "sparc-sun-solaris2" 1817
set next_ok 1
set need_to_step_over_cmdsize 1
set description "next over SET_TOP_LEVEL call"