* gdb.threads/staticthreads.exp: Match .*sem_post.

This commit is contained in:
Daniel Jacobowitz 2007-07-27 15:45:06 +00:00
parent d4e0720445
commit aba471f522
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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 " {