From: Doug Evans Date: Mon, 15 Nov 2010 17:17:57 +0000 (+0000) Subject: * gdb.base/maint.exp (maint print statistics): Increase timeout for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4704706befa246ea5b20503cba56a1d20e26858;p=binutils-gdb.git * gdb.base/maint.exp (maint print statistics): Increase timeout for all targets. Restore old timeout afterwards. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d3d76ef06f9..14285cff40d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-11-15 Doug Evans + + * gdb.base/maint.exp (maint print statistics): Increase timeout for + all targets. Restore old timeout afterwards. + 2010-11-12 Nathan Froyd * gdb.stabs/gdb11479.exp: Use runto_main. diff --git a/gdb/testsuite/gdb.base/maint.exp b/gdb/testsuite/gdb.base/maint.exp index 8346bec8b31..27577409abd 100644 --- a/gdb/testsuite/gdb.base/maint.exp +++ b/gdb/testsuite/gdb.base/maint.exp @@ -143,11 +143,10 @@ gdb_test "maint demangle main" "Can't demangle \"main\"" # The timeout value is raised, because printing all the symbols and # statistical information about Cygwin and Windows libraries takes a lot -# of time. -if [istarget "*-*-cygwin*"] { - set oldtimeout $timeout - set timeout [expr $timeout + 500] -} +# of time. This has been noticed on some linux systems too, so just raise +# the timeout globally. +set oldtimeout $timeout +set timeout [expr $timeout + 500] send_gdb "maint print statistics\n" gdb_expect { @@ -163,6 +162,8 @@ gdb_expect { timeout { fail "(timeout) maint print statistics" } } +set timeout $oldtimeout + # There aren't any ... gdb_test_no_output "maint print dummy-frames"