diff options
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.python/py-explore.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 433dd9b..2a04ca8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-01-25 Tom Tromey <tromey@redhat.com> + + * gdb.python/py-explore.exp: Expect the gdb prompt. + 2013-01-25 Andrew Burgess <aburgess@broadcom.com> * gdb.base/gnu_vector.c: New variable for use in tests. diff --git a/gdb/testsuite/gdb.python/py-explore.exp b/gdb/testsuite/gdb.python/py-explore.exp index 34333b5..1f4879f 100644 --- a/gdb/testsuite/gdb.python/py-explore.exp +++ b/gdb/testsuite/gdb.python/py-explore.exp @@ -96,7 +96,7 @@ gdb_test_multiple "explore ss_ptr" "" { -re "[pointer_description {ss_ptr} $SS].*" { pass "explore ss_ptr" gdb_test_multiple "y" "explore_as_single_value_pointer" { - -re "$SS_fields" { + -re "$SS_fields.*$gdb_prompt" { pass "explore ss_ptr as single value pointer" } } |