OSDN Git Service

gdb/testsuite/
authorjkratoch <jkratoch>
Tue, 1 Dec 2009 07:56:34 +0000 (07:56 +0000)
committerjkratoch <jkratoch>
Tue, 1 Dec 2009 07:56:34 +0000 (07:56 +0000)
* gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/bigcore.exp

index 01cd4f7..1669aa9 100644 (file)
@@ -1,5 +1,9 @@
 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
+       * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
+
+2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
        * 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.
index acbfdd6..48ceea1 100644 (file)
@@ -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