aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-02-01 18:21:30 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-02-01 18:21:30 +0000
commitff884d6e71c91fdbd996f9ec9eaead5a91a932e8 (patch)
treeedaf08c860c70b6b7eb00470857f3ccdefde3100 /gdb
parent372bb8b4f0774eb7761c615f2f22185652cf366e (diff)
downloadgdb-ff884d6e71c91fdbd996f9ec9eaead5a91a932e8.zip
gdb-ff884d6e71c91fdbd996f9ec9eaead5a91a932e8.tar.gz
gdb-ff884d6e71c91fdbd996f9ec9eaead5a91a932e8.tar.bz2
* gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
places as other ecoff systems).
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.base/a1-selftest.exp17
1 files changed, 9 insertions, 8 deletions
diff --git a/gdb/testsuite/gdb.base/a1-selftest.exp b/gdb/testsuite/gdb.base/a1-selftest.exp
index dbe4ec9..ef2af84 100644
--- a/gdb/testsuite/gdb.base/a1-selftest.exp
+++ b/gdb/testsuite/gdb.base/a1-selftest.exp
@@ -80,6 +80,15 @@ proc test_with_self {} {
}
}
+ # We'll need this when we send a ^C to GDB. Need to do it before we
+ # run the program and gdb starts saving and restoring tty states.
+ # On Ultrix, we don't need it and it is really slow (because shell_escape
+ # doesn't use vfork).
+ if ![istarget "*-*-ultrix*"] then {
+ gdb_test "shell stty intr '^C'" "" \
+ "set interrupt character in test_with_self"
+ }
+
# run yourself
set description "run until breakpoint at main"
send "run\n"
@@ -385,14 +394,6 @@ proc test_with_self {} {
}
}
- # We'll need this when we send a ^C to GDB.
- # On Ultrix, we don't need it and it is really slow (because shell_escape
- # doesn't use vfork).
- if ![istarget "*-*-ultrix*"] then {
- gdb_test "shell stty intr '^C'" "" \
- "set interrupt character in test_with_self"
- }
-
# start the "xgdb" process
send "continue\n"
expect {