From 15d171f38f4d539a2d18217568710df2a9972d8b Mon Sep 17 00:00:00 2001 From: jkratoch Date: Tue, 1 Dec 2009 07:56:34 +0000 Subject: [PATCH] gdb/testsuite/ * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/bigcore.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 01cd4f7edf..1669aa90b4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2009-11-30 Jan Kratochvil + * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200. + +2009-11-30 Jan Kratochvil + * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call): Force $srcfile file. * gdb.base/foll-fork.c (callee): Comment out the printf call. diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index acbfdd6990..48ceea166a 100644 --- a/gdb/testsuite/gdb.base/bigcore.exp +++ b/gdb/testsuite/gdb.base/bigcore.exp @@ -96,7 +96,7 @@ proc extract_heap { dir } { } -re " = \\(struct list \\*\\) (0x\[0-9a-f\]*).*$gdb_prompt $" { set heap [concat $heap $expect_out(1,string)] - if { $lim >= 50 } { + if { $lim >= 200 } { pass "$test (stop at $lim)" } else { incr lim -- 2.11.0