Tue, 14 May 2024 10:28:29 UTC | login

Information for build perl-Test-Valgrind-1.19-25.fc40

ID284388
Package Nameperl-Test-Valgrind
Version1.19
Release25.fc40
Epoch
SummaryGenerate suppressions, analyze and test any command with valgrind
DescriptionThe Test::Valgrind::* API lets you run Perl code through the memcheck tool of the valgrind memory debugger, to test for memory errors and leaks. The Test::Valgrind module itself is a front-end to this API. If they aren't available yet, it will first generate suppressions for the current perl interpreter and store them in the portable flavor of ~/.perl/Test-Valgrind/suppressions/$VERSION. The actual run will then take place, and tests will be passed or failed according to the result of the analysis. The complete API is much more versatile than this. By declaring an appropriate Test::Valgrind::Command class, you can run any executable (that is, not only Perl scripts) under valgrind, generate the corresponding suppressions on-the-fly and convert the analysis result to TAP output so that it can be incorporated into your project's test suite. If you're not interested in producing TAP, you can output the results in whatever format you like (for example HTML pages) by defining your own Test::Valgrind::Action class.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 21 Feb 2024 15:42:23 UTC
CompletedWed, 21 Feb 2024 15:42:23 UTC
Tags
f40
RPMs
src
perl-Test-Valgrind-1.19-25.fc40.src.rpm (info) (download)
noarch
perl-Test-Valgrind-1.19-25.fc40.noarch.rpm (info) (download)
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jul 30 2023 Paul Howarth <paul@city-fan.org> - 1.19-23 - Fix FTBFS in Fedora 39 due to failing t/20-bad.t (rhbz#2222854) * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.19-20 - Perl 5.36 rebuild