* mi-syn-frame.exp: Don't run this test when gdb,nosignals is set.
This commit is contained in:
parent
2610b0bff4
commit
9b1c792ed3
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
|
||||||
|
|
||||||
|
* mi-syn-frame.exp: Don't run this test when gdb,nosignals is set.
|
||||||
|
|
||||||
2002-12-13 Jeff Johnston <jjohnstn@redhat.com>
|
2002-12-13 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* mi-basics.exp: Change tests for -environment-directory. Also add
|
* mi-basics.exp: Change tests for -environment-directory. Also add
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2002 Free Software Foundation, Inc.
|
# Copyright 2002, 2003 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -20,6 +20,11 @@
|
||||||
# Test MI output with synthetic frames on the stack (call dummies,
|
# Test MI output with synthetic frames on the stack (call dummies,
|
||||||
# signal handlers).
|
# signal handlers).
|
||||||
|
|
||||||
|
if [target_info exists gdb,nosignals] {
|
||||||
|
verbose "Skipping mi-syn-frame.exp because of nosignals."
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
load_lib mi-support.exp
|
load_lib mi-support.exp
|
||||||
set MIFLAGS "-i=mi"
|
set MIFLAGS "-i=mi"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue