[libtest-simple-perl] branch master updated (1caf5a5 -> 280bd52)

gregor herrmann gregoa at debian.org
Sat Oct 22 21:00:20 UTC 2016


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

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

      from  1caf5a5   releasing package libtest-simple-perl version 1.302052-1
      adds  f59e77b   Fix skip_all inside require inside intercept
      adds  ee15e16   Merge branch '696_intercept_skip'
      adds  bbee684   Better documentation of what is better in Test2
      adds  b14912a   Merge branch '663_whats_better'
      adds  0900555   Document Test::Builder::Tester plan problems
      adds  a027a42   Merge branch '667_TBT_plan'
      adds  c911036   Version Bump
      adds  3f1eec0   Add documentation for is_deeply limitations
      adds  b5f70f6   Merge branch '595_fix_is_deeply_docs'
      adds  8efb8b8   Document done_testing + END block problems
      adds  3ec926b   Merge branch '151_done_testing_clarity'
      adds  7d5bee6   Make ctx->send_event detect termination events
      adds  58049a6   Merge pull request #708 from Test-More/707_abort_events
      adds  f1220f3   Version Bump
      adds  655bdba   v1.302053
      adds  4a4e2f9   Allow \n and # in Ok events
      adds  3783158   Version Bump
      adds  f5d43ce   v1.302054
      adds  069afdb   use null output rather than throwaway scalar to silence STDOUT/STDERR
      adds  def4dc9   Merge pull request #713 from haarg/null-std-handles
      adds  e398d69   Fix edge case discussed in #711 (escape trailing slash)
      adds  abfaeb8   Merge pull request #712 from Test-More/fix_th_special_case
      adds  f9c29b8   Update Changes
      adds  4412fd1   Version Bump
      adds  7ee16fa   v1.302055
      adds  360202d   Change reference from Test::Suite to Test2::Suite
      adds  dcd4e6d   Merge pull request #714 from jmaslak/typo-fix
      adds  6e31e4c   Version Bump
      adds  dad60c9   v1.302056
      adds  1d55b2f   Update bugtracker url
      adds  047d202   Merge pull request #720 from dur-randir/doc-rt-path
      adds  3a9bde9   Move capture() sub to t/tools.pl
      adds  2a31789   Add failing test for GitHub 721
      adds  e8c6af4   Fix nested streaming subtest inside buffered subtest
      adds  342a857   Merge pull request #722 from Test-More/autarch/fix-nested-subtests
      adds  102151a   add color support for 'MSWin32' platforms
      adds  4fdec5e   change color-related `eval`'s into BLOCK form
      adds  dbe57ce   Merge pull request #717 from rivy/add/MSWin32-color
      adds  f441326   Fix comparison of references to different VSTRING object
      adds  0bb9193   Merge pull request #718 from dur-randir/fix-version-ref
      adds  b532fad   Update Changes
      adds  034a174   Version Bump
      adds  abaefbd   v1.302057
      adds  3385c4d   Mask warning when comparing uninitialized $@
      adds  15d31a7   Version Bump
      adds  2bcf91c   v1.302058
      adds  59e6a4e   Version Bump
      adds  64a4252   Update Changes
      adds  a94bcb7   v1.302059
      adds  d61c4ad   Make tests passw with Test2::Harness preloading enabled
      adds  8117cb4   Add ->terminate and ->finalize methods to the Formatter
      adds  d9e24b5   Merge remote-tracking branch 'remotes/origin/autarch/formatter-cleanup'
      adds  2954c27   Version Bump
      adds  2150687   v1.302060
      adds  ef1a69a   Don't check that a formatter is a TAP formatter, just that it supports set_no_{header,diag}
      adds  d2ed17c   Fix call to ->finalize inside Test::Builder->subtest
      adds  60446fa   Add another argument when calling $formatter->finalize
      adds  1130a63   Add another test for the formatter terminate & finalize methods
      adds  0250ff5   When terminate is called for a Plan skip_all we still call finalize
      adds  eeac778   Merge pull request #724 from Test-More/autarch/more-formatter-support
      adds  91c7a9d   Version Bump
      adds  a8eddcf   v1.302061
      adds  7b2fa94   Version Bump
      adds  194f581   v1.302062
      adds  79138b7   New upstream version 1.302062
       new  6f5123c   Merge tag 'upstream/1.302062'
       new  e6a0edd   Update debian/changelog
       new  280bd52   releasing package libtest-simple-perl version 1.302062-1

The 3 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                                     | 61 ++++++++++++++++++
 MANIFEST                                    |  7 ++-
 META.json                                   |  6 +-
 META.yml                                    |  4 +-
 Makefile.PL                                 |  4 +-
 debian/changelog                            |  6 ++
 lib/Test/Builder.pm                         | 18 +++---
 lib/Test/Builder/Formatter.pm               | 12 +++-
 lib/Test/Builder/Module.pm                  |  2 +-
 lib/Test/Builder/Tester.pm                  | 19 ++++--
 lib/Test/Builder/Tester/Color.pm            |  2 +-
 lib/Test/Builder/TodoDiag.pm                |  2 +-
 lib/Test/More.pm                            | 26 +++++++-
 lib/Test/Simple.pm                          |  2 +-
 lib/Test/Tester.pm                          |  5 +-
 lib/Test/Tester/Capture.pm                  |  2 +-
 lib/Test/Tester/CaptureRunner.pm            |  2 +-
 lib/Test/Tester/Delegate.pm                 |  2 +-
 lib/Test/use/ok.pm                          |  2 +-
 lib/Test2.pm                                | 52 +++++++++++++++-
 lib/Test2/API.pm                            | 25 ++++++--
 lib/Test2/API/Breakage.pm                   |  2 +-
 lib/Test2/API/Context.pm                    | 28 +++++----
 lib/Test2/API/Instance.pm                   |  2 +-
 lib/Test2/API/Stack.pm                      |  2 +-
 lib/Test2/Event.pm                          |  2 +-
 lib/Test2/Event/Bail.pm                     |  2 +-
 lib/Test2/Event/Diag.pm                     |  2 +-
 lib/Test2/Event/Exception.pm                |  2 +-
 lib/Test2/Event/Generic.pm                  |  2 +-
 lib/Test2/Event/Info.pm                     |  2 +-
 lib/Test2/Event/Note.pm                     |  2 +-
 lib/Test2/Event/Ok.pm                       |  6 +-
 lib/Test2/Event/Plan.pm                     |  2 +-
 lib/Test2/Event/Skip.pm                     |  2 +-
 lib/Test2/Event/Subtest.pm                  |  2 +-
 lib/Test2/Event/Waiting.pm                  |  2 +-
 lib/Test2/Formatter.pm                      | 36 ++++++++++-
 lib/Test2/Formatter/TAP.pm                  | 26 +++++++-
 lib/Test2/Hub.pm                            | 22 +++++--
 lib/Test2/Hub/Interceptor.pm                | 12 +++-
 lib/Test2/Hub/Interceptor/Terminator.pm     |  2 +-
 lib/Test2/Hub/Subtest.pm                    |  4 +-
 lib/Test2/IPC.pm                            |  2 +-
 lib/Test2/IPC/Driver.pm                     |  2 +-
 lib/Test2/IPC/Driver/Files.pm               |  2 +-
 lib/Test2/Util.pm                           |  2 +-
 lib/Test2/Util/ExternalMeta.pm              |  2 +-
 lib/Test2/Util/HashBase.pm                  |  2 +-
 lib/Test2/Util/Trace.pm                     |  2 +-
 lib/ok.pm                                   |  2 +-
 t/00-report.t                               |  7 ++-
 t/Legacy/is_deeply_fail.t                   | 10 ++-
 t/Legacy/missing.t                          |  1 +
 t/Test2/behavior/Formatter.t                | 84 +++++++++++++++++++++++++
 t/Test2/behavior/Subtest_buffer_formatter.t | 10 ++-
 t/Test2/behavior/no_load_api.t              |  1 +
 t/Test2/behavior/special_names.t            | 86 ++++++++++++++++++++++++++
 t/Test2/legacy/TAP.t                        | 39 +-----------
 t/Test2/modules/Event/Ok.t                  | 12 ----
 t/Test2/modules/Formatter/TAP.t             | 70 +++++++++++++++++++++
 t/Test2/modules/Hub/Interceptor.t           |  2 +-
 t/Test2/modules/IPC/Driver/Files.t          | 20 +++---
 t/lib/SkipAll.pm                            |  7 +++
 t/regression/696-intercept_skip_all.t       | 41 ++++++++++++
 t/regression/721-nested-streamed-subtest.t  | 96 +++++++++++++++++++++++++++++
 t/tools.pl                                  | 34 +++++++++-
 xt/author/pod-spell.t                       |  1 +
 68 files changed, 799 insertions(+), 163 deletions(-)
 create mode 100644 t/Test2/behavior/Formatter.t
 create mode 100644 t/Test2/behavior/special_names.t
 create mode 100644 t/lib/SkipAll.pm
 create mode 100644 t/regression/696-intercept_skip_all.t
 create mode 100644 t/regression/721-nested-streamed-subtest.t

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



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