]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.base/a1-selftest.exp: Add alpha xfail.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 15 Apr 1995 21:29:14 +0000 (21:29 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 15 Apr 1995 21:29:14 +0000 (21:29 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/a1-selftest.exp

index d1f43df747e51c9f02e614c974646b5da297889f..aa7f71c63ab5f6ba9f93a13de626db4cca41338e 100644 (file)
@@ -1,3 +1,15 @@
+Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.base/a1-selftest.exp: Add alpha xfail.
+
+Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.base/watchpoint.c (main): Prompt before calling read().
+       * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
+       Revise accordingly.  Remove cruft about sending "123" several
+       times, until it gets noticed.  Clean up the "print buf[0]" stuff
+       so that it passes or fails, and waits for prompts in the usual way.
+
 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * gdb.base/recurse.exp: Fix comment.
index b7c32ff4becc01e8bb11c0c2e4329f0dd29c1ca0..0c9c986c07f192173e25f44a0abbb028929832b9 100644 (file)
@@ -454,6 +454,12 @@ GDB.*Copyright \[0-9\]+ Free Software Foundation, Inc..*$prompt $"\
            pass "$description"
        }
        -re ".*$prompt $" {
+           # On the alpha, we hit the infamous problem about gdb
+           # being unable to get the frame pointer (mentioned in
+           # gdb/README).  As it is intermittent, there is no way to
+           # XFAIL it which will give us an XPASS if the problem goes
+           # away.
+           setup_xfail "alpha*-*-osf*"
            fail "$description"
        }
        timeout {