diff options
author | Pierre Muller <muller@sourceware.org> | 2009-10-06 15:12:06 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2009-10-06 15:12:06 +0000 |
commit | 2b0adecd0df3d272c3fb83218dc13d292d5f2501 (patch) | |
tree | d997a70d53dda167c2b644419633448e12cf962f | |
parent | 15c19d39c2995d6cf2fdf4c46f23b853604b4b29 (diff) | |
download | gdb-2b0adecd0df3d272c3fb83218dc13d292d5f2501.zip gdb-2b0adecd0df3d272c3fb83218dc13d292d5f2501.tar.gz gdb-2b0adecd0df3d272c3fb83218dc13d292d5f2501.tar.bz2 |
* gdb.base/annota1.exp: Remove obsolete match_max increase.
* gdb.base/annota3.exp: Idem.
* gdb.base/maint.exp: Idem.
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/annota1.exp | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/annota3.exp | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/maint.exp | 2 |
4 files changed, 6 insertions, 14 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index bdd4127..77e2cf7 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr> + + * gdb.base/annota1.exp: Remove obsolete match_max increase. + * gdb.base/annota3.exp: Idem. + * gdb.base/maint.exp: Idem. + 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr> * lib/gdb.exp (default_gdb_init): Set current value of match_max diff --git a/gdb/testsuite/gdb.base/annota1.exp b/gdb/testsuite/gdb.base/annota1.exp index bd714ca..d39aff6 100644 --- a/gdb/testsuite/gdb.base/annota1.exp +++ b/gdb/testsuite/gdb.base/annota1.exp @@ -297,12 +297,6 @@ if [target_info exists gdb,nosignals] { # test: # annotate-signal-handler-caller # - verbose "match_max local is: [match_max]" - verbose "match_max default is: [match_max -d]" - # This is necessary because a 2000 buffer is not enought to get everything - # up to the prompt ad the test gets a timeout. - match_max 3000 - verbose "match_max now is: [match_max]" send_gdb "backtrace\n" gdb_expect { -re "frame-begin 0 $hex\r\n#0.*frame-end.*frame-begin 1 $hex\r\n#1.*(\032\032signal-handler-caller\r\n.signal handler called.\r\n\r\n)+\032\032frame-end\r\n\r\n\032\032frame-begin 2 $hex\r\n#2.*(frame-begin 3 $hex\r\n#3.*)*frame-end.*$gdb_prompt$" { diff --git a/gdb/testsuite/gdb.base/annota3.exp b/gdb/testsuite/gdb.base/annota3.exp index da8151a..1056bae 100644 --- a/gdb/testsuite/gdb.base/annota3.exp +++ b/gdb/testsuite/gdb.base/annota3.exp @@ -258,12 +258,6 @@ if [target_info exists gdb,nosignals] { # # test: # - verbose "match_max local is: [match_max]" - verbose "match_max default is: [match_max -d]" - # This is necessary because a 2000 buffer is not enought to get everything - # up to the prompt ad the test gets a timeout. - match_max 3000 - verbose "match_max now is: [match_max]" send_gdb "backtrace\n" gdb_expect_list "backtrace @ signal handler" "$gdb_prompt$" { "#0 +handle_USR1 \[^\r\n\]+\r\n" diff --git a/gdb/testsuite/gdb.base/maint.exp b/gdb/testsuite/gdb.base/maint.exp index 139e0ad..14e599b 100644 --- a/gdb/testsuite/gdb.base/maint.exp +++ b/gdb/testsuite/gdb.base/maint.exp @@ -96,8 +96,6 @@ if ![runto_main] then { send_gdb "set height 0\n" gdb_expect -re "$gdb_prompt $" -# use a larger expect input buffer for long help outputs. -match_max 6000 # # this command does not produce any output |