aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.threads/staticthreads.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 3d579ef..7273faa 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
+ * gdb.threads/staticthreads.exp: Match .*sem_post.
+
+2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
+
* gdb.base/readline.exp (operate_and_get_next): Match the final
prompt.
diff --git a/gdb/testsuite/gdb.threads/staticthreads.exp b/gdb/testsuite/gdb.threads/staticthreads.exp
index add8d7b..9ed778e 100644
--- a/gdb/testsuite/gdb.threads/staticthreads.exp
+++ b/gdb/testsuite/gdb.threads/staticthreads.exp
@@ -50,7 +50,7 @@ runto_main
gdb_test "break sem_post"
set test "Continue to main's call of sem_post"
gdb_test_multiple "continue" "$test" {
- -re " sem_post .*$gdb_prompt " {
+ -re "Breakpoint .*, .*sem_post .*$gdb_prompt " {
pass "$test"
}
-re "Program received signal .*$gdb_prompt " {