* gdb.base/annota1.exp: Remove obsolete match_max increase.
authorPierre Muller <muller@sourceware.org>
Tue, 6 Oct 2009 15:12:06 +0000 (15:12 +0000)
committerPierre Muller <muller@sourceware.org>
Tue, 6 Oct 2009 15:12:06 +0000 (15:12 +0000)
* gdb.base/annota3.exp: Idem.
* gdb.base/maint.exp: Idem.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/annota1.exp
gdb/testsuite/gdb.base/annota3.exp
gdb/testsuite/gdb.base/maint.exp

index bdd4127a2a97a21b86204cfbfb6ab612c6fa575b..77e2cf7c6cf8533f3558ef16145780b5e0c64c03 100644 (file)
@@ -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 
index bd714cabc5711288a1bde7cc835beb9f4a65f9ec..d39aff6303cdcf6623fd58c97a334dbc34f90a2a 100644 (file)
@@ -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$" {
index da8151a3d6901438c9d02225273f2302d7edcdfe..1056baec6d5831f79577aecd5ed213968bea7aa5 100644 (file)
@@ -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"
index 139e0ad3c0621e3600c43c542ce56148557c848c..14e599bac8e1c027ea758d035e9da713b82273ad 100644 (file)
@@ -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