]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Make the stack trace test of t/20-bad.t more predictable
authorVincent Pit <vince@profvince.com>
Thu, 8 Sep 2011 10:17:28 +0000 (12:17 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 8 Sep 2011 10:17:56 +0000 (12:17 +0200)
Since recently, the XSUBs can be declared static, so they may not appear in
the stack trace when optimizations are on. Work around this by leaking the
test memory from a function that can't be inlined.


No differences found