[libtest-valgrind-perl] branch master updated (432db66 -> e4466ec)

gregor herrmann gregoa at debian.org
Sat Nov 21 19:24:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libtest-valgrind-perl.

      from  432db66   releasing package libtest-valgrind-perl version 1.15-1
      adds  764e57f   Make sure t/20-bad.t does no extra checks when no valgrind was found
      adds  8cacc78   Make Test::Valgrind skip if no appropriate suppressions are available
      adds  63def84   Move and improve the subclass validation logic into a new helper module
      adds  d487631   Don't silence compilation errors when loading the parser class
      adds  2c6dde5   Avoid eval STRING wherever possible
      adds  f365ebc   Also run the session test on darwin
      adds  592fa78   Make sure an absolute path is used in the dummy valgrind script shebang
      adds  15e7706   Factor the fake valgrind test helper into a separate class
      adds  5b7da28   Revamp test skipping logic
      adds  39af0cb   Handle segfaults during suppressions generation gracefully
      adds  2c99794   Remove two misleading assigments in t/80-suppressions.t
      adds  09d4e2a   Allow fake valgrind test helpers to have a body
      adds  1f7e2b5   Improve error handling before exec
      adds  139a661   Make sure auxillary tests don't pick up the system valgrind
      adds  a08a925   Improve perl suppressions accuracy
      adds  01d4978   Allow specifying 'allow_no_supp' to Test::Valgrind->import
      adds  3a312e2   This is 1.16
      adds  e951f51   Also list the VPIT::TestHelpers capture prerequisites in BUILD_REQUIRES
      adds  ad66f34   Make sure the fake valgrind test executables are not opened when used
      adds  b341791   This is 1.17
      adds  4a52e05   Silence some useless warnings from File::Temp
      adds  aa878ce   Improve TAP regexps in t/30-skip.t
      adds  ca8eca2   Make sure File::Temp is recent enough for ->newdir
      adds  5dd4ffc   Represent valgrind version numbers by their own class
      adds  63366af   Test POD coverage for Test::Valgrind::{Util,Version}
      adds  5f7c598   Improve detection of executables
      adds  0b935f0   Make sure $version is not set when no suitable valgrind was found
      adds  8a39103   Reindent a few lines
      adds  8a3289d   This is 1.18
      adds  ccfd8bf   Imported Upstream version 1.18
       new  9ea0970   Merge tag 'upstream/1.18'
       new  f5ce817   Update debian/changelog
       new  72e1837   Add a patch to fix a typo in the documentation.
       new  e4466ec   releasing package libtest-valgrind-perl version 1.18-1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                       |  39 ++
 MANIFEST                                      |   8 +
 META.json                                     |  19 +-
 META.yml                                      |  17 +-
 Makefile.PL                                   |  12 +-
 README                                        |  13 +-
 debian/changelog                              |   7 +
 debian/patches/series                         |   1 +
 debian/patches/typo.patch                     |  18 +
 lib/Test/Valgrind.pm                          | 190 ++++--
 lib/Test/Valgrind/Action.pm                   |  15 +-
 lib/Test/Valgrind/Action/Captor.pm            |   4 +-
 lib/Test/Valgrind/Action/Suppressions.pm      |   7 +-
 lib/Test/Valgrind/Action/Test.pm              |   4 +-
 lib/Test/Valgrind/Carp.pm                     |   4 +-
 lib/Test/Valgrind/Command.pm                  |  26 +-
 lib/Test/Valgrind/Command/Aggregate.pm        |   4 +-
 lib/Test/Valgrind/Command/Perl.pm             |  60 +-
 lib/Test/Valgrind/Command/PerlScript.pm       |   4 +-
 lib/Test/Valgrind/Component.pm                |   4 +-
 lib/Test/Valgrind/Parser.pm                   |   9 +-
 lib/Test/Valgrind/Parser/Suppressions/Text.pm |  15 +-
 lib/Test/Valgrind/Parser/Text.pm              |   4 +-
 lib/Test/Valgrind/Parser/XML.pm               |   6 +-
 lib/Test/Valgrind/Parser/XML/Twig.pm          |   8 +-
 lib/Test/Valgrind/Report.pm                   |   4 +-
 lib/Test/Valgrind/Session.pm                  | 321 ++++++----
 lib/Test/Valgrind/Suppressions.pm             |  17 +-
 lib/Test/Valgrind/Tool.pm                     |  14 +-
 lib/Test/Valgrind/Tool/memcheck.pm            |  24 +-
 lib/Test/Valgrind/Util.pm                     |  88 +++
 lib/Test/Valgrind/Version.pm                  | 169 ++++++
 t/30-skip.t                                   |  47 ++
 t/60-version.t                                | 162 +++++
 t/70-session.t                                |  43 +-
 t/71-session-command.t                        |  97 +++
 t/80-suppressions.t                           | 163 ++++--
 t/81-suppressions-demangle.t                  |   2 +
 t/lib/Test/Valgrind/FakeValgrind.pm           | 107 ++++
 t/lib/Test/Valgrind/Test/Action.pm            |   9 +
 t/lib/VPIT/TestHelpers.pm                     | 815 ++++++++++++++++++++++++++
 t/supp/no_perl                                |   9 +
 42 files changed, 2268 insertions(+), 321 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/typo.patch
 create mode 100644 lib/Test/Valgrind/Util.pm
 create mode 100644 lib/Test/Valgrind/Version.pm
 create mode 100644 t/30-skip.t
 create mode 100644 t/60-version.t
 create mode 100644 t/71-session-command.t
 create mode 100644 t/lib/Test/Valgrind/FakeValgrind.pm
 create mode 100644 t/lib/VPIT/TestHelpers.pm
 create mode 100644 t/supp/no_perl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-valgrind-perl.git



More information about the Pkg-perl-cvs-commits mailing list