diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-12-25 17:54:01 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2010-12-25 17:54:01 +0000 |
commit | a283af878e1c12d0a042d374a6c394e68d4390b6 (patch) | |
tree | 80171d283e616f20da7ae877545b092a45a11b57 /gdb/testsuite/gdb.threads/execl.exp | |
parent | 0f70898ff4323d46c02f7bb1fe01c2c7a660009d (diff) | |
download | gdb-a283af878e1c12d0a042d374a6c394e68d4390b6.zip gdb-a283af878e1c12d0a042d374a6c394e68d4390b6.tar.gz gdb-a283af878e1c12d0a042d374a6c394e68d4390b6.tar.bz2 |
* gdb.threads/thread-specific.exp (get_thread_list): Update.
* gdb.threads/execl.exp: Update.
Diffstat (limited to 'gdb/testsuite/gdb.threads/execl.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/execl.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.threads/execl.exp b/gdb/testsuite/gdb.threads/execl.exp index 9cafeda..99d2b5d 100644 --- a/gdb/testsuite/gdb.threads/execl.exp +++ b/gdb/testsuite/gdb.threads/execl.exp @@ -57,11 +57,11 @@ gdb_test "info threads" ".*" "info threads after exec" set test "info threads after exec" gdb_test_multiple "info threads" "$test" { - -re "2 Thread .*$gdb_prompt $" { + -re "2 *Thread .*$gdb_prompt $" { # Old threads left behind. fail "$test" } - -re "4 Thread .*$gdb_prompt $" { + -re "4 *Thread .*$gdb_prompt $" { # New threads registered. fail "$test" } |