Fix some pastos in the testsuite.

2013-02-12  Pedro Alves  <palves@redhat.com>

	* gdb.base/catch-signal.exp: Correct test file name in "Skipping"
	message.
	* gdb.base/sigaltstack.exp: Ditto.
	* gdb.base/siginfo.exp: Ditto.
	* gdb.base/sizeof.exp: Ditto.
This commit is contained in:
Pedro Alves 2013-02-12 17:54:22 +00:00
parent 17282693e9
commit 595fc67f58
5 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2013-02-12 Pedro Alves <palves@redhat.com>
* gdb.base/catch-signal.exp: Correct test file name in "Skipping"
message.
* gdb.base/sigaltstack.exp: Ditto.
* gdb.base/siginfo.exp: Ditto.
* gdb.base/sizeof.exp: Ditto.
2013-02-12 Pedro Alves <palves@redhat.com>
* gdb.mi/mi-basics.exp: Tweak intro comment.

View File

@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
if [target_info exists gdb,nosignals] {
verbose "Skipping sigall.exp because of nosignals."
verbose "Skipping catch-signal.exp because of nosignals."
continue
}

View File

@ -23,7 +23,7 @@
# such a stack.
if [target_info exists gdb,nosignals] {
verbose "Skipping signals.exp because of nosignals."
verbose "Skipping sigaltstack.exp because of nosignals."
continue
}

View File

@ -24,7 +24,7 @@
# nexti/stepi out of such a handler.
if [target_info exists gdb,nosignals] {
verbose "Skipping signals.exp because of nosignals."
verbose "Skipping siginfo.exp because of nosignals."
continue
}

View File

@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
if [target_info exists gdb,noinferiorio] {
verbose "Skipping fileio.exp because of no fileio capabilities."
verbose "Skipping sizeof.exp because of no fileio capabilities."
continue
}