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 635ea86950b23ee765dd5120b9946afcac73e75f..54a97dc0977836738117870edc4769fbf3c4a39d 100644 (file)
@@ -1,3 +1,8 @@
+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.
index ad78360342e65579c36e5e7ea3408edb47ceba37..9b4c464abcb1d9032857b0e84297bada84fe2dd0 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\""
     }
This page took 0.037938 seconds and 4 git commands to generate.