* [PATCH] gdb.base/foll-fork.exp: fix up race (PR testsuite/12649) (take 2)
@ 2011-09-29 13:43 Marek Polacek
2011-09-29 14:08 ` Jan Kratochvil
0 siblings, 1 reply; 3+ messages in thread
From: Marek Polacek @ 2011-09-29 13:43 UTC (permalink / raw)
To: gdb-patches
Here's an updated version without ".*" wildcards. Ok?
2011-09-29 Marek Polacek <mpolacek@redhat.com>
* gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
matching pattern.
--- gdb/gdb/testsuite/gdb.base/foll-fork.exp.mp 2011-09-29 15:09:33.367546560 +0200
+++ gdb/gdb/testsuite/gdb.base/foll-fork.exp 2011-09-29 15:32:37.490708453 +0200
@@ -168,7 +168,7 @@ proc catch_fork_child_follow {} {
gdb_test "delete breakpoints" \
"" \
"set follow-fork child, cleanup" \
- "Delete all breakpoints.*$" \
+ "Delete all breakpoints. \\(y or n\\) $" \
"y"
}
@@ -255,7 +255,7 @@ proc tcatch_fork_parent_follow {} {
gdb_test "delete breakpoints" \
"" \
"set follow-fork parent, cleanup" \
- "Delete all breakpoints.*$" \
+ "Delete all breakpoints. \\(y or n\\) $" \
"y"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-29 14:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-29 13:43 [PATCH] gdb.base/foll-fork.exp: fix up race (PR testsuite/12649) (take 2) Marek Polacek
2011-09-29 14:08 ` Jan Kratochvil
2011-09-29 14:25 ` Marek Polacek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox