aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2005-03-08 10:12:21 +0000
committerNathan Sidwell <nathan@codesourcery.com>2005-03-08 10:12:21 +0000
commit5f579bc5f9ba6cc5a444fa49f25fbfa5274bd37b (patch)
tree13ccd824256103c6ec363449479728d615f11917 /gdb/testsuite/gdb.base
parent549678dac212a054bd13d400abef7d67348c036b (diff)
downloadgdb-5f579bc5f9ba6cc5a444fa49f25fbfa5274bd37b.zip
gdb-5f579bc5f9ba6cc5a444fa49f25fbfa5274bd37b.tar.gz
gdb-5f579bc5f9ba6cc5a444fa49f25fbfa5274bd37b.tar.bz2
* gdb.base/sigbpt.exp: Disable if gdb,nosignals.
* gdb.base/signull.exp: Disable if gdb,nosignals. * gdb.cp/bs15503.exp: Disable if skip_cplus_tests * gdb.cp/exception.exp: Disable if skip_cplus_tests. * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio. * gdb.mi/mi2-console.exp: Likewise. * gdb.trace/collection.exp (run_trace_experiment): Consume the continue output at start. (gdb_collect_locals_test): Robustify regexp. * gdb.trace/passc-dyn.exp: Fix comment typo. * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/sigbpt.exp5
-rw-r--r--gdb/testsuite/gdb.base/signull.exp5
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/sigbpt.exp b/gdb/testsuite/gdb.base/sigbpt.exp
index 61625b5..45630ab 100644
--- a/gdb/testsuite/gdb.base/sigbpt.exp
+++ b/gdb/testsuite/gdb.base/sigbpt.exp
@@ -29,6 +29,11 @@
# instruction. Since the kernel problems can be "fixed" using
# software single-step this is KFAILed rather than XFAILed.
+if [target_info exists gdb,nosignals] {
+ verbose "Skipping signals.exp because of nosignals."
+ continue
+}
+
if $tracelevel {
strace $tracelevel
}
diff --git a/gdb/testsuite/gdb.base/signull.exp b/gdb/testsuite/gdb.base/signull.exp
index 59b1a56..5d4f0f1 100644
--- a/gdb/testsuite/gdb.base/signull.exp
+++ b/gdb/testsuite/gdb.base/signull.exp
@@ -28,6 +28,11 @@
# This also tests backtrace/gdb1476.
+if [target_info exists gdb,nosignals] {
+ verbose "Skipping signals.exp because of nosignals."
+ continue
+}
+
if $tracelevel {
strace $tracelevel
}