* gdb.base/a1-selftest.exp (test_with_self): Remove comment which
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 24 Mar 1995 23:06:46 +0000 (23:06 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 24 Mar 1995 23:06:46 +0000 (23:06 +0000)
apparently went with a (very) old xfail.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/a1-selftest.exp

index 7df57d4170197e58934241512f8d88f67f158a4d..e1849e88c8ba81437e0c75c203351a73e26868a2 100644 (file)
@@ -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.
index b2e0f33a78ce06815134ad756465ec4bc09a9344..b7c32ff4becc01e8bb11c0c2e4329f0dd29c1ca0 100644 (file)
@@ -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"