* gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set

in target_info.
This commit is contained in:
Ulrich Weigand 2007-03-08 17:59:13 +00:00
parent 6d59ad8298
commit 46579ac2da
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
in target_info.
2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
* gdb.threads/manythreads.exp: Use $message string for

View file

@ -14,6 +14,11 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
if [target_info exists gdb,nosignals] {
verbose "Skipping relativedebug.exp because of nosignals."
continue
}
if $tracelevel then {
strace $tracelevel
}