2002-04-22 Michael Chastain <mec@shout.net>
* gdb.c++/method.exp: Fix syntax of reference to gdb/277.
This commit is contained in:
parent
baa6f10b32
commit
a805a116a8
@ -1,3 +1,7 @@
|
|||||||
|
2002-04-22 Michael Chastain <mec@shout.net>
|
||||||
|
|
||||||
|
* gdb.c++/method.exp: Fix syntax of reference to gdb/277.
|
||||||
|
|
||||||
2002-04-17 David S. Miller <davem@redhat.com>
|
2002-04-17 David S. Miller <davem@redhat.com>
|
||||||
|
|
||||||
* gdb.asm/sparc64.inc: New file.
|
* gdb.asm/sparc64.inc: New file.
|
||||||
|
@ -124,8 +124,8 @@ gdb_expect {
|
|||||||
# gcc versions gcc-3_1-branch%20020404 and HEAD%20020404 with -gstabs+
|
# gcc versions gcc-3_1-branch%20020404 and HEAD%20020404 with -gstabs+
|
||||||
# produce good stabs, but gdb prints "const class {...} *" const.
|
# produce good stabs, but gdb prints "const class {...} *" const.
|
||||||
# This is PR gdb/277.
|
# This is PR gdb/277.
|
||||||
# setup_kfail "gnats:gdb/277"
|
# setup_kfail "gdb/277"
|
||||||
fail "print this in A::bar (gnats:gdb/277)"
|
fail "print this in A::bar (gdb/277)"
|
||||||
}
|
}
|
||||||
-re ".*$gdb_prompt $" { fail "print this in A::bar" }
|
-re ".*$gdb_prompt $" { fail "print this in A::bar" }
|
||||||
timeout { fail "(timeout) print this in A::bar" }
|
timeout { fail "(timeout) print this in A::bar" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user