mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* gdb.c++/overload.exp: Remove some fixed XFAILs.
This commit is contained in:
parent
030292b70e
commit
a1fb14a2c2
@ -1,3 +1,7 @@
|
||||
2003-01-13 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdb.c++/overload.exp: Remove some fixed XFAILs.
|
||||
|
||||
2003-01-09 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdb.base/detach.exp: New test.
|
||||
|
@ -260,13 +260,6 @@ gdb_expect {
|
||||
}
|
||||
|
||||
|
||||
# The overload resolver added by HP (valops.c:find_overload_match) doesn't
|
||||
# work right for G++ output, since the list of parameters seems not to
|
||||
# be filled in correctly. Until this gets fixed, don't expect to pass
|
||||
# some of these tests.
|
||||
|
||||
setup_xfail "*-*-*" CLLbs16901
|
||||
|
||||
send_gdb "print foo_instance1.overload1arg((short)arg5)\n"
|
||||
gdb_expect {
|
||||
-re ".\[0-9\]* = 5\r\n$gdb_prompt $" {
|
||||
@ -277,8 +270,6 @@ gdb_expect {
|
||||
}
|
||||
|
||||
|
||||
setup_xfail "*-*-*" CLLbs16901
|
||||
|
||||
send_gdb "print foo_instance1.overload1arg((unsigned short)arg6)\n"
|
||||
gdb_expect {
|
||||
-re ".\[0-9\]* = 6\r\n$gdb_prompt $" {
|
||||
@ -309,8 +300,6 @@ gdb_expect {
|
||||
}
|
||||
|
||||
|
||||
setup_xfail "*-*-*" CLLbs16901
|
||||
|
||||
send_gdb "print foo_instance1.overload1arg((long)arg9)\n"
|
||||
gdb_expect {
|
||||
-re ".\[0-9\]* = 9\r\n$gdb_prompt $" {
|
||||
@ -321,8 +310,6 @@ gdb_expect {
|
||||
}
|
||||
|
||||
|
||||
setup_xfail "*-*-*" CLLbs16901
|
||||
|
||||
send_gdb "print foo_instance1.overload1arg((unsigned long)arg10)\n"
|
||||
gdb_expect {
|
||||
-re ".\[0-9\]* = 10\r\n$gdb_prompt $" {
|
||||
|
Loading…
Reference in New Issue
Block a user