aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-06-30 20:23:05 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-06-30 20:23:05 +0000
commitf4e164aac4f978e4240a259a77e586f01e75cc57 (patch)
treed8c93a9c5d1549c6ebae0d560d831bf42aa0a32e /gdb/testsuite/lib
parent69af212282958e2b80f41ba25af47c8b022ddae7 (diff)
downloadgdb-f4e164aac4f978e4240a259a77e586f01e75cc57.zip
gdb-f4e164aac4f978e4240a259a77e586f01e75cc57.tar.gz
gdb-f4e164aac4f978e4240a259a77e586f01e75cc57.tar.bz2
gdb/testsuite/
* lib/mi-support.exp (mi_check_thread_states): Permit any output before the expected result record.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/mi-support.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp
index ad78360..9b4c464 100644
--- a/gdb/testsuite/lib/mi-support.exp
+++ b/gdb/testsuite/lib/mi-support.exp
@@ -1808,7 +1808,7 @@ proc mi_reverse_list { list } {
proc mi_check_thread_states { xstates test } {
global expect_out
set states [mi_reverse_list $xstates]
- set pattern "\\^done,threads=\\\["
+ set pattern ".*\\^done,threads=\\\["
foreach s $states {
set pattern "${pattern}(.*)state=\"$s\""
}