You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Failed test 'non-tolerate way might trigger memory false memory leaks report'
# at t/03-non-tolerate.t line 11.
# Looks like you failed 1 test of 2.
t/03-non-tolerate.t ....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
# Failed test 'there are leaks, because cache hasn't been warmed up'
# at t/04-no-warm-up.t line 11.
# Looks like you failed 1 test of 2.
t/04-no-warm-up.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
The text was updated successfully, but these errors were encountered:
commit 06e421c559c63975f29c35ba3588a0e6b0c75eca
Author: Richard Leach <[email protected]>
AuthorDate: Fri Dec 9 23:42:32 2022 +0000
Commit: Richard Leach <[email protected]>
CommitDate: Tue Jun 11 21:20:02 2024 +0100
S_fold_constants: remove early SvREADONLY(sv) to allow SvIsCOW(sv)
Standard CONST PVs have the IsCOW flag set, meaning that COW can
be used when assigning the CONST to a variable, rather than making
a copy of the buffer. CONST PVs arising from constant folding have
been lacking this flag, leading to unnecessary copying of PV buffers.
...
Thanks, I've self-assigned. First guess is that it might be a bit like Dash::Leak was: the test code doesn't leak as badly as it expects it to do any more.
Thanks, I've self-assigned. First guess is that it might be a bit like Dash::Leak was: the test code doesn't leak as badly as it expects it to do any more.
Yes, it looks like that and a similar PR seems to fix the failures.
There are no pass reports anymore for Test-NoLeaks-0.06: http://fast2-matrix.cpantesters.org/?dist=Test-NoLeaks+0.06
Last pass report was with perl 5.40.0 (note that non-Linux systems never had pass reports).
On my system it fails like this:
The text was updated successfully, but these errors were encountered: