aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-02-19 21:12:56 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-02-19 21:12:56 +0000
commit0794ff457b19a3c8778011e518ea04edc4920311 (patch)
tree7482f34acff2d28b27db68a75122f2bcb3a58a88
parentf5de4904552e26265371b02d35cdd635a502c775 (diff)
downloadgdb-0794ff457b19a3c8778011e518ea04edc4920311.zip
gdb-0794ff457b19a3c8778011e518ea04edc4920311.tar.gz
gdb-0794ff457b19a3c8778011e518ea04edc4920311.tar.bz2
* gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
if not native, it is not an abnormal condition.
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/a1-selftest.exp1
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 753695b..a98c172 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
+
+ * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
+ if not native, it is not an abnormal condition.
+
Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* lib/gdb.exp: Just use "file exists", rather than undocumented
diff --git a/gdb/testsuite/gdb.base/a1-selftest.exp b/gdb/testsuite/gdb.base/a1-selftest.exp
index 4cd3369..cf4ccdd 100644
--- a/gdb/testsuite/gdb.base/a1-selftest.exp
+++ b/gdb/testsuite/gdb.base/a1-selftest.exp
@@ -28,7 +28,6 @@ set bug_id 0
# are we on a target board
if ![isnative] then {
- warning "These test cases can't run on a target system."
continue
}
if [istarget "m68k*-*-hpux*"] then {