From 7b2e7e89626fc019c431932a8c0a010ac6d08435 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 7 Aug 1996 19:17:09 +0000 Subject: * config/slite-gdb.exp (gdb_start): Use "full_buffer", not "buffer_full". * config/nind-gdb.exp (gdb_start): Use "full_buffer", not "buffer_full". * config/mips-gdb.exp (gdb_start): Use "full_buffer", not "buffer_full". * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not "buffer_full". --- gdb/testsuite/ChangeLog | 14 ++++++++++++++ gdb/testsuite/config/mips-gdb.exp | 2 +- gdb/testsuite/config/nind-gdb.exp | 2 +- gdb/testsuite/config/slite-gdb.exp | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) (limited to 'gdb/testsuite') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cc866c5..3308479 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,17 @@ +Wed Aug 7 12:03:25 1996 Tom Tromey + + * config/slite-gdb.exp (gdb_start): Use "full_buffer", not + "buffer_full". + + * config/nind-gdb.exp (gdb_start): Use "full_buffer", not + "buffer_full". + + * config/mips-gdb.exp (gdb_start): Use "full_buffer", not + "buffer_full". + + * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not + "buffer_full". + Wed Aug 7 11:05:47 1996 Fred Fish * configure.in (configdirs): Add gdb.threads. diff --git a/gdb/testsuite/config/mips-gdb.exp b/gdb/testsuite/config/mips-gdb.exp index 2043f72..ce58ee5 100644 --- a/gdb/testsuite/config/mips-gdb.exp +++ b/gdb/testsuite/config/mips-gdb.exp @@ -230,7 +230,7 @@ proc gdb_start { } { expect_after { "" { send "\n"; perror "Window too small." } -re "\(y or n\) " { send "n\n"; perror "Got interactive prompt." } - buffer_full { perror "internal buffer is full." } + full_buffer { perror "internal buffer is full." } eof { perror "eof -- pty is hosed." } timeout { perror "timeout." } "virtual memory exhausted" { perror "virtual memory exhausted." } diff --git a/gdb/testsuite/config/nind-gdb.exp b/gdb/testsuite/config/nind-gdb.exp index c015f5d..52673f1 100644 --- a/gdb/testsuite/config/nind-gdb.exp +++ b/gdb/testsuite/config/nind-gdb.exp @@ -68,7 +68,7 @@ proc gdb_start { } { expect_after { "" { send "\n"; clone_output "ERROR: Window too small" } -re "\(y or n\) " { send "n\n"; clone_output "ERROR: Got interactive prompt" } - buffer_full { clone_output "ERROR: internal buffer is full" } + full_buffer { clone_output "ERROR: internal buffer is full" } eof { clone_output "ERROR: eof -- pty is hosed" } timeout { clone_output "ERROR: timeout" } "virtual memory exhausted" { clone_output "ERROR: virtual memory exhausted" } diff --git a/gdb/testsuite/config/slite-gdb.exp b/gdb/testsuite/config/slite-gdb.exp index 3d4b265..58fd2f2 100644 --- a/gdb/testsuite/config/slite-gdb.exp +++ b/gdb/testsuite/config/slite-gdb.exp @@ -252,7 +252,7 @@ proc gdb_start { } { expect_after { "" { send "\n"; perror "Window too small." } -re "\(y or n\) " { send "n\n"; perror "Got interactive prompt." } - buffer_full { perror "internal buffer is full." } + full_buffer { perror "internal buffer is full." } eof { perror "eof -- pty is hosed." } timeout { perror "timeout." } "virtual memory exhausted" { perror "virtual memory exhausted." } -- cgit v1.1