2010-06-04 Michael Snyder <msnyder@vmware.com>

* gdb.base/pending.exp: Replace gdb_test_multiple with gdb_test.
This commit is contained in:
Michael Snyder
2010-06-04 22:15:29 +00:00
parent dc226d5aea
commit f7ae76b3b9
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,7 @@
2010-06-04 Michael Snyder <msnyder@vmware.com> 2010-06-04 Michael Snyder <msnyder@vmware.com>
* gdb.base/pending.exp: Replace gdb_test_multiple with gdb_test.
* gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple. * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2010-06-04 Doug Evans <dje@google.com> 2010-06-04 Doug Evans <dje@google.com>

View File

@ -123,11 +123,11 @@ gdb_test "info break" \
# #
# Test not setting a pending breakpoint # Test not setting a pending breakpoint
# #
gdb_test_multiple "break pendfunc2" "Don't set pending breakpoint" { gdb_test "break pendfunc2" \
-re ".*Make breakpoint pending.*y or \\\[n\\\]. $" { "" \
gdb_test "n" "" "Don't set pending breakpoint" "Don't set pending breakpoint" \
} ".*Make breakpoint pending.*y or \\\[n\\\]. $" \
} "n"
# #
# Add condition to pending breakpoint # Add condition to pending breakpoint