diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-06-02 19:58:21 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-06-02 19:58:21 +0000 |
commit | 9db7054520d96d6e4d4c40a54280a2cec73b7adb (patch) | |
tree | 24e7b50f1e92ca99d9092839614139e221c0f477 /gdb/testsuite/gdb.threads/sigthread.exp | |
parent | 0ab48859b9a642d6393ccb0c43bda33360b83750 (diff) | |
download | binutils-9db7054520d96d6e4d4c40a54280a2cec73b7adb.zip binutils-9db7054520d96d6e4d4c40a54280a2cec73b7adb.tar.gz binutils-9db7054520d96d6e4d4c40a54280a2cec73b7adb.tar.bz2 |
2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
* gdb.threads/attach-stopped.exp:
Replace uses of send_gdb / gdb_expect.
* gdb.threads/attachstop-mt.exp:
Replace uses of send_gdb / gdb_expect.
* gdb.threads/gcore-thread.exp:
Replace uses of send_gdb / gdb_expect.
* gdb.threads/hand-call-in-threads.exp:
Replace uses of send_gdb / gdb_expect.
* gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
* gdb.threads/print-threads.exp:
Replace uses of send_gdb / gdb_expect.
* gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
* gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
* gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
Diffstat (limited to 'gdb/testsuite/gdb.threads/sigthread.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/sigthread.exp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.threads/sigthread.exp b/gdb/testsuite/gdb.threads/sigthread.exp index aba1953..5acc01c 100644 --- a/gdb/testsuite/gdb.threads/sigthread.exp +++ b/gdb/testsuite/gdb.threads/sigthread.exp @@ -36,14 +36,10 @@ if ![runto_main] then { gdb_test "handle SIGUSR1 nostop noprint pass" gdb_test "handle SIGUSR2 nostop noprint pass" -send_gdb "continue\n" -gdb_expect { +gdb_test_multiple "continue" "continue" { -re "Continuing" { pass "continue" } - timeout { - fail "continue (timeout)" - } } # For this to work we must be sure to consume the "Continuing." |