gdb/testsuite/

* gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
This commit is contained in:
Jan Kratochvil 2012-03-19 09:34:13 +00:00
parent 565904581b
commit 3a69ffb280
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
* gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
2012-03-17 Doug Evans <dje@google.com>
* dg-extract-results.sh: Handle KFAILs.

View File

@ -30,7 +30,7 @@ gdb_test_no_output $test_auto
# If target-side condition evaluation is not supported, this warning will be
# displayed.
set warning "warning: Target does not support breakpoint condition evaluation.\r\nUsing GDB evaluation mode instead.\r\n"
set warning "warning: Target does not support breakpoint condition evaluation.\r\nUsing host evaluation mode instead.\r\n"
gdb_test_multiple $test_target $test_target {
-re "$warning$gdb_prompt $" {