Don't handle timeout inside gdb_test_multiple
authorLuis Machado <lgustavo@codesourcery.com>
Fri, 2 Dec 2016 04:07:02 +0000 (22:07 -0600)
committerLuis Machado <lgustavo@codesourcery.com>
Fri, 2 Dec 2016 04:07:02 +0000 (22:07 -0600)
commit018572b88885ae67d22612937fa1e4fd98d5f5ad
treeb399cd971a39f5e841f59ded1d8698e67a33dd4b
parent397b8d2a9fb6651924c311f41b90cabeb3fc3ae9
Don't handle timeout inside gdb_test_multiple

This fixes a few cases where the testcase is explicitly handling timeouts
inside gdb_test_multiple when it is not necessary.

It also converts two gdb_test_multiple calls to gdb_test_no_output calls
(also removing the timeout handling).

gdb/testsuite/ChangeLog:

2016-12-01  Luis Machado  <lgustavo@codesourcery.com>

* gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
* gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
gdb_test_no_output for a couple of cases.
* gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/maint.exp
gdb/testsuite/gdb.cp/gdb2495.exp
gdb/testsuite/gdb.cp/ovldbreak.exp
This page took 0.026764 seconds and 4 git commands to generate.