From: Jan Kratochvil Date: Tue, 30 Jun 2009 20:23:05 +0000 (+0000) Subject: gdb/testsuite/ X-Git-Tag: msnyder-checkpoint-072509-branchpoint~271 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4e164aac4f978e4240a259a77e586f01e75cc57;p=platform%2Fupstream%2Fbinutils.git gdb/testsuite/ * lib/mi-support.exp (mi_check_thread_states): Permit any output before the expected result record. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 635ea86..54a97dc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2009-06-30 Jan Kratochvil + * lib/mi-support.exp (mi_check_thread_states): Permit any output before + the expected result record. + +2009-06-30 Jan Kratochvil + Remove racy FAILs relying just on the timeouts. * gdb.base/setshow.exp (set annotate 2, show annotate (2)) (annotation_level 2): Remove racy FAILs. 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\"" }