]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
gdb.trace/testsuite: Bump stack collection fudge factor.
authorMarcin Kościelnicki <koriakin@0x04.net>
Sat, 23 Jan 2016 14:42:11 +0000 (15:42 +0100)
committerMarcin Kościelnicki <koriakin@0x04.net>
Mon, 25 Jan 2016 12:19:22 +0000 (13:19 +0100)
commit45f3854667c659ab053f51f96e1923f36e6e20ba
treebce9e5f907be203ddb88e5ee97d20258f9bc1e05
parentc244074cb684302be1378a072b33cdb8dd0dff1f
gdb.trace/testsuite: Bump stack collection fudge factor.

These two tests collect 64 words from $sp onwards, hoping that's enough
to capture a few whole stack frames.  Unfortunately, that's not enough
for s390, which tends to have large frame sizes - minimum 24 words on
s390, 20 on s390x (which just barely passes).  Bump it to 128 words,
let's hope no machine needs more.

Tested on x86_64, s390, s390x.

gdb/testsuite/ChangeLog:

* gdb.trace/backtrace.exp: Bump stack collection fudge factor.
* gdb.trace/entry-values.exp: Bump stack collection fudge factor.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/backtrace.exp
gdb/testsuite/gdb.trace/entry-values.exp