Mon, 13 May 2024 22:02:52 UTC | login

Information for build perl-Test-Valgrind-1.19-8.fc29

ID55163
Package Nameperl-Test-Valgrind
Version1.19
Release8.fc29
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
StartedThu, 19 Jul 2018 03:14:01 UTC
CompletedThu, 19 Jul 2018 03:14:01 UTC
Tags
f29
f30
f31
RPMs
src
perl-Test-Valgrind-1.19-8.fc29.src.rpm (info) (download)
noarch
perl-Test-Valgrind-1.19-8.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.19-7 - Perl 5.28 rebuild * Tue Feb 13 2018 Paul Howarth <paul@city-fan.org> - 1.19-6 - Add build option --with debug_valgrind - Fix shellbang in samples/map.pl - Drop EL-5 support - Drop legacy BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %install section - Drop explicit %clean section - Drop support for building with File::Temp < 0.19 and ExtUtils::Install < 1.3702 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.19-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Aug 02 2016 Paul Howarth <paul@city-fan.org> - 1.19-1 - Update to 1.19 - valgrind 3.1x will no longer be treated as valgrind 3.1.0, causing the wrong command line arguments to be used (Debian bug 832833) - The number of callers is now capped at 24, as this is the maximum number supported by valgrind; a higher number of frames could lead to the generation of unusable suppressions in both old and recent versions of valgrind - BR: perl-generators - Simplify find commands using -empty and -delete