OSDN Git Service

gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 30 Jun 2009 20:23:05 +0000 (20:23 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 30 Jun 2009 20:23:05 +0000 (20:23 +0000)
* lib/mi-support.exp (mi_check_thread_states): Permit any output before
the expected result record.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/mi-support.exp

index 635ea86..54a97dc 100644 (file)
@@ -1,5 +1,10 @@
 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
+       * lib/mi-support.exp (mi_check_thread_states): Permit any output before
+       the expected result record.
+
+2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
        Remove racy FAILs relying just on the timeouts.
        * gdb.base/setshow.exp (set annotate 2, show annotate (2))
        (annotation_level 2): Remove racy FAILs.
index ad78360..9b4c464 100644 (file)
@@ -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\""
     }