mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Skip gdb.mi/mi-threads-interrupt.exp if nointerrupts.
2017-10-06 Sandra Loosemore <sandra@codesourcery.com> gdb/testsuite/ * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
|
||||||
|
|
||||||
2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
|
2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
* gdb.base/dfp-exprs.exp: Update tests to larger range of supported
|
* gdb.base/dfp-exprs.exp: Update tests to larger range of supported
|
||||||
|
@ -13,6 +13,11 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
if [target_info exists gdb,nointerrupts] {
|
||||||
|
verbose "Skipping mi-threads-interrupt.exp because of nointerrupts."
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
load_lib mi-support.exp
|
load_lib mi-support.exp
|
||||||
set MIFLAGS "-i=mi"
|
set MIFLAGS "-i=mi"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user