mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
2003-03-03 David Carlton <carlton@math.stanford.edu>
* gdb.c++/templates.exp (do_tests): Convert the KFAILs with respect to PR c++/33 into FAILs.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-03-03 David Carlton <carlton@math.stanford.edu>
|
||||||
|
|
||||||
|
* gdb.c++/templates.exp (do_tests): Convert the KFAILs with
|
||||||
|
respect to PR c++/33 into FAILs.
|
||||||
|
|
||||||
2003-03-03 Michael Chastain <mec@shout.net>
|
2003-03-03 Michael Chastain <mec@shout.net>
|
||||||
|
|
||||||
* configure.in: Update copyright years.
|
* configure.in: Update copyright years.
|
||||||
|
@ -303,7 +303,10 @@ send_gdb "print Foo<volatile char *>::foo\n"
|
|||||||
gdb_expect {
|
gdb_expect {
|
||||||
-re "\\$\[0-9\]* = \\{.*char \\*\\((class |)Foo<volatile char ?\\*> \\*(| const), int, .*char \\*\\)\\} $hex <Foo<.*char.*\\*>::foo\\(int, .*char.*\\*\\)>\r\n$gdb_prompt $" { pass "print Foo<volatile char *>::foo" }
|
-re "\\$\[0-9\]* = \\{.*char \\*\\((class |)Foo<volatile char ?\\*> \\*(| const), int, .*char \\*\\)\\} $hex <Foo<.*char.*\\*>::foo\\(int, .*char.*\\*\\)>\r\n$gdb_prompt $" { pass "print Foo<volatile char *>::foo" }
|
||||||
-re "No symbol \"Foo<volatile char \\*>\" in current context.\r\n$gdb_prompt $"
|
-re "No symbol \"Foo<volatile char \\*>\" in current context.\r\n$gdb_prompt $"
|
||||||
{ kfail "gdb/33" "print Foo<volatile char *>::foo" }
|
{
|
||||||
|
# This used to be a kfail gdb/33, but it shouldn't occur any more now.
|
||||||
|
fail "print Foo<volatile char *>::foo"
|
||||||
|
}
|
||||||
-re "$gdb_prompt $" { fail "print Foo<volatile char *>::foo" }
|
-re "$gdb_prompt $" { fail "print Foo<volatile char *>::foo" }
|
||||||
timeout { fail "(timeout) print Foo<volatile char *>::foo" }
|
timeout { fail "(timeout) print Foo<volatile char *>::foo" }
|
||||||
}
|
}
|
||||||
@ -312,7 +315,10 @@ send_gdb "print Foo<volatile char*>::foo\n"
|
|||||||
gdb_expect {
|
gdb_expect {
|
||||||
-re "\\$\[0-9\]* = \\{.*char \\*\\((class |)Foo<volatile char ?\\*> \\*(| const), int, .*char \\*\\)\\} $hex <Foo<.*char.*\\*>::foo\\(int, .*char.*\\*\\)>\r\n$gdb_prompt $" { pass "print Foo<volatile char*>::foo" }
|
-re "\\$\[0-9\]* = \\{.*char \\*\\((class |)Foo<volatile char ?\\*> \\*(| const), int, .*char \\*\\)\\} $hex <Foo<.*char.*\\*>::foo\\(int, .*char.*\\*\\)>\r\n$gdb_prompt $" { pass "print Foo<volatile char*>::foo" }
|
||||||
-re "No symbol \"Foo<volatile char\\*>\" in current context.\r\n$gdb_prompt $"
|
-re "No symbol \"Foo<volatile char\\*>\" in current context.\r\n$gdb_prompt $"
|
||||||
{ kfail "gdb/33" "print Foo<volatile char*>::foo" }
|
{
|
||||||
|
# This used to be a kfail gdb/33, but it shouldn't occur any more now.
|
||||||
|
fail "print Foo<volatile char *>::foo"
|
||||||
|
}
|
||||||
-re "$gdb_prompt $" { fail "print Foo<volatile char*>::foo" }
|
-re "$gdb_prompt $" { fail "print Foo<volatile char*>::foo" }
|
||||||
timeout { fail "(timeout) print Foo<volatile char*>::foo" }
|
timeout { fail "(timeout) print Foo<volatile char*>::foo" }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user