* gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.

Don't run tests if nofileio flag is given.
This commit is contained in:
Corinna Vinschen 2003-11-10 09:12:20 +00:00
parent 3f0307932c
commit db488fc1b2
2 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2003-11-10 Corinna Vinschen <vinschen@redhat.com>
* gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
Don't run tests if nofileio flag is given.
2003-11-07 Elena Zannoni <ezannoni@redhat.com>
* gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'

View File

@ -1,4 +1,4 @@
# Copyright 2002
# Copyright 2002, 2003
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
@ -20,16 +20,11 @@
# This file was written by Corinna Vinschen <vinschen@redhat.com>
if [target_info exists gdb,nointerrupts] {
verbose "Skipping interrupt.exp because of nointerrupts."
if [target_info exists gdb,nofileio] {
verbose "Skipping fileio.exp because of no fileio capabilities."
continue
}
if [target_info exists gdb,noinferiorio] {
verbose "Skipping interrupt.exp because of noinferiorio."
return
}
if $tracelevel then {
strace $tracelevel
}