From f4e164aac4f978e4240a259a77e586f01e75cc57 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 30 Jun 2009 20:23:05 +0000 Subject: gdb/testsuite/ * lib/mi-support.exp (mi_check_thread_states): Permit any output before the expected result record. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/lib/mi-support.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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\"" } -- cgit v1.1