From: Jim Kingdon Date: Sun, 19 Feb 1995 21:12:56 +0000 (+0000) Subject: * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning X-Git-Tag: gdb-4_18-branchpoint~12354 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0794ff457b19a3c8778011e518ea04edc4920311;p=thirdparty%2Fbinutils-gdb.git * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning if not native, it is not an abnormal condition. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 753695bf940..a98c17242cf 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 19 13:10:06 1995 Jim Kingdon + + * 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 4cd33694fa8..cf4ccdd72df 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 {