* gdb.base/macscp.exp: Add missing space after setup_kfail.

This commit is contained in:
Tom Tromey 2010-05-25 22:23:07 +00:00
parent bbc8b9587b
commit 6e5f2c591e
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2010-05-25 Tom Tromey <tromey@redhat.com>
* gdb.base/macscp.exp: Add missing space after setup_kfail.
2010-05-25 Tom Tromey <tromey@redhat.com>
* gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail

View File

@ -243,7 +243,7 @@ switch -exact -- [info_macro WHERE] {
pass "info macro WHERE after `list macscp_4_2_from_macscp2'"
}
{macscp4.h macscp3.h macscp1.c {before macscp4_2_..., from macscp3.h}} {
setup_kfail"gdb/555" *-*-*
setup_kfail "gdb/555" *-*-*
fail "info macro WHERE after `list macscp_4_2_from_macscp2' (gdb/555)"
}
timeout {
@ -258,7 +258,7 @@ switch -exact -- [info_macro WHERE] {
pass "info macro WHERE after `list macscp_4_2_from_macscp3'"
}
{macscp4.h macscp2.h macscp1.c {before macscp4_2_..., from macscp2.h}} {
setup_kfail"gdb/555" *-*-*
setup_kfail "gdb/555" *-*-*
fail "info macro WHERE after `list macscp_4_2_from_macscp3' (gdb/555)"
}
timeout {
@ -370,7 +370,7 @@ for {set i 0} {$i < [llength $funcs]} {incr i} {
if {[string compare $result $expected] == 0} {
pass "info macro WHERE stopped in $func"
} elseif {[string compare $result $kfail_expected] == 0} {
setup_kfail"gdb/555" *-*-*
setup_kfail "gdb/555" *-*-*
fail "info macro WHERE stopped in $func (gdb/555)"
} elseif {[string compare $result timeout] == 0} {
fail "info macro WHERE stopped in $func (timeout)"