diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-02-09 20:46:53 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-02-09 20:46:53 +0000 |
commit | 1fb1efcd37528a3840eae6b778e6cc4e8c00a600 (patch) | |
tree | 049c5275a6652485fde4db008b2b51f476ff35f9 /gdb/testsuite/gdb.base | |
parent | 137a07e69da8cb956951fae6f84c3af96351a3b4 (diff) | |
download | gdb-1fb1efcd37528a3840eae6b778e6cc4e8c00a600.zip gdb-1fb1efcd37528a3840eae6b778e6cc4e8c00a600.tar.gz gdb-1fb1efcd37528a3840eae6b778e6cc4e8c00a600.tar.bz2 |
* gdb.base/a1-selftest.exp: Don't run on hp300.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r-- | gdb/testsuite/gdb.base/a1-selftest.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/a1-selftest.exp b/gdb/testsuite/gdb.base/a1-selftest.exp index ef2af84..4cd3369 100644 --- a/gdb/testsuite/gdb.base/a1-selftest.exp +++ b/gdb/testsuite/gdb.base/a1-selftest.exp @@ -31,6 +31,14 @@ if ![isnative] then { warning "These test cases can't run on a target system." continue } +if [istarget "m68k*-*-hpux*"] then { + # The top-level makefile passes CFLAGS= (no -g) for hp300. This probably + # should be fixed (it is only needed for gcc bootstrapping, not gdb), + # but until then..... + setup_xfail "*-*-*" + fail "cannot test self if compiled without debug info" + continue +} proc test_with_self {} { global prompt |