]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.threads/staticthreads.exp: Match .*sem_post.
authorDaniel Jacobowitz <drow@false.org>
Fri, 27 Jul 2007 15:45:06 +0000 (15:45 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 27 Jul 2007 15:45:06 +0000 (15:45 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/staticthreads.exp

index 3d579ef94adf64092080ad133e48505324cdda5c..7273faa2588623cff68d5644fec61a9ffb7f0708 100644 (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
index add8d7befe5217d989635a45dfc51a16ae4902a7..9ed778e3ac0611a67496c78d36929b75980b395c 100644 (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 " {