From dd0fd3cee742caf9939960d88ed0dfda0500c9fd Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Wed, 3 Apr 2002 01:35:23 +0000 Subject: [PATCH] 2002-04-02 Daniel Jacobowitz * gdb.c++/classes.exp ("calling method for small class"): Match updated register output. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.c++/classes.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5af739d98f..591295a0ad 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-04-02 Daniel Jacobowitz + + * gdb.c++/classes.exp ("calling method for small class"): Match + updated register output. + 2002-03-30 Daniel Jacobowitz Fix PR gdb/452 diff --git a/gdb/testsuite/gdb.c++/classes.exp b/gdb/testsuite/gdb.c++/classes.exp index 87d533bca1..dbdea5d69c 100644 --- a/gdb/testsuite/gdb.c++/classes.exp +++ b/gdb/testsuite/gdb.c++/classes.exp @@ -907,7 +907,7 @@ proc do_tests {} { -re "= 82.*$gdb_prompt $" { pass "calling method for small class" } - -re "Address requested for identifier .v. which is in a register.*$gdb_prompt $" { + -re "Address requested for identifier .v. which is in register.*$gdb_prompt $" { setup_xfail "*-*-*" 2972 fail "calling method for small class" } -- 2.34.1