[Bug 803057] New: Review Request: perl-Test-Valgrind - Generate suppressions, analyze and test any command with valgrind

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 13 21:16:55 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: perl-Test-Valgrind - Generate suppressions, analyze and test any command with valgrind

https://bugzilla.redhat.com/show_bug.cgi?id=803057

           Summary: Review Request: perl-Test-Valgrind - Generate
                    suppressions, analyze and test any command with
                    valgrind
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: paul at city-fan.org
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com,
                    package-review at lists.fedoraproject.org
    Classification: Fedora
      Story Points: ---
              Type: ---
        Regression: ---
        Mount Type: ---
     Documentation: ---


Spec URL:
http://subversion.city-fan.org/repos/cfo-repo/perl-Test-Valgrind/branches/fedora/perl-Test-Valgrind.spec

SRPM URL:
http://www.city-fan.org/~paul/extras/perl-Test-Valgrind/perl-Test-Valgrind-1.13-2.fc18.src.rpm

Description:

The 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.

Dependencies not yet in Fedora:

perl-Env-Sanctify (Bug #802377)
perl-Perl-Destruct-Level (Bug #802865)

For the EPEL-5 build, I need perl-File-HomeDir updating to at least 0.86 (Bug
#803044), plus perl-Test-Kwalitee, which I can't build until perl-Sub-Exporter
has been updated to at least version 0.979 (Bug #799993).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list