diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-15 21:29:14 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-15 21:29:14 +0000 |
commit | 9b86fdcaef3ef6c625942887a23260bda41e2708 (patch) | |
tree | 600e815ef92f04862c2c56bad2c2a83d62c408a7 /gdb/testsuite/gdb.base | |
parent | 8befb594699839bf0d4af2f399b71ceb84a3bb2c (diff) | |
download | gdb-9b86fdcaef3ef6c625942887a23260bda41e2708.zip gdb-9b86fdcaef3ef6c625942887a23260bda41e2708.tar.gz gdb-9b86fdcaef3ef6c625942887a23260bda41e2708.tar.bz2 |
* gdb.base/a1-selftest.exp: Add alpha xfail.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r-- | gdb/testsuite/gdb.base/a1-selftest.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/a1-selftest.exp b/gdb/testsuite/gdb.base/a1-selftest.exp index b7c32ff..0c9c986 100644 --- a/gdb/testsuite/gdb.base/a1-selftest.exp +++ b/gdb/testsuite/gdb.base/a1-selftest.exp @@ -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 { |