[libtest-simple-perl] branch master updated (49d7336 -> 130ab24)

gregor herrmann gregoa at debian.org
Mon Dec 25 16:27:54 UTC 2017


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  49d7336   update changelog
      adds  7f26a65   Automated Version Bump
      adds  a15aecc   add pre-subtest callbacks
      adds  dc39979   Merge pull request #801 from dakkar/add-pre-subtest-callbacks
      adds  9a84d2a   Update Changes
      adds  dca4c33   v1.302114
      adds  4d17997   Automated Version Bump
      adds  1f64726   ipc_wait now tracks exit and signal values
      adds  b405a9c   v1.302115
      adds  a8e6f14   Automated Version Bump
      adds  7309e49   Add test2_ipc_wait_* interface to the API
      adds  622f75b   Fix typo
      adds  8b47de3   v1.302116
      adds  13237b8   Automated Version Bump
      adds  12efd52   Fix event out-of-order issue
      adds  657d8d8   v1.302117
      adds  d3aef54   Automated Version Bump
      adds  399b9e2   Update Changes
      adds  8c37fd4   v1.302118
      adds  8557ad0   Automated Version Bump
      adds  3f4ea9a   Fix ipc reimport
      adds  db9f365   v1.302119
      adds  4bcd08e   Automated Version Bump
      adds  6c6a010   Update Changes
      adds  0bdca18   v1.302120
      adds  a8757e7   New upstream version 1.302120
       new  bff8e11   Update upstream source from tag 'upstream/1.302120'
       new  8a7a243   Update debian/changelog
       new  130ab24   releasing package libtest-simple-perl version 1.302120-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                                   | 29 +++++++++
 MANIFEST                                  |  2 +
 META.json                                 |  3 +-
 META.yml                                  |  2 +-
 Makefile.PL                               |  2 +-
 cpanfile                                  |  1 +
 debian/changelog                          |  8 ++-
 dist.ini                                  |  1 +
 lib/Test/Builder.pm                       |  6 +-
 lib/Test/Builder/Formatter.pm             |  2 +-
 lib/Test/Builder/Module.pm                |  2 +-
 lib/Test/Builder/Tester.pm                |  2 +-
 lib/Test/Builder/Tester/Color.pm          |  2 +-
 lib/Test/Builder/TodoDiag.pm              |  2 +-
 lib/Test/More.pm                          |  2 +-
 lib/Test/Simple.pm                        |  2 +-
 lib/Test/Tester.pm                        |  2 +-
 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                              |  2 +-
 lib/Test2/API.pm                          | 55 +++++++++++++++--
 lib/Test2/API/Breakage.pm                 |  2 +-
 lib/Test2/API/Context.pm                  |  2 +-
 lib/Test2/API/Instance.pm                 | 34 ++++++++++-
 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/Encoding.pm               |  2 +-
 lib/Test2/Event/Exception.pm              |  2 +-
 lib/Test2/Event/Fail.pm                   |  2 +-
 lib/Test2/Event/Generic.pm                |  2 +-
 lib/Test2/Event/Note.pm                   |  2 +-
 lib/Test2/Event/Ok.pm                     |  2 +-
 lib/Test2/Event/Pass.pm                   |  2 +-
 lib/Test2/Event/Plan.pm                   |  2 +-
 lib/Test2/Event/Skip.pm                   |  2 +-
 lib/Test2/Event/Subtest.pm                |  2 +-
 lib/Test2/Event/TAP/Version.pm            |  2 +-
 lib/Test2/Event/Waiting.pm                |  2 +-
 lib/Test2/EventFacet.pm                   |  2 +-
 lib/Test2/EventFacet/About.pm             |  2 +-
 lib/Test2/EventFacet/Amnesty.pm           |  2 +-
 lib/Test2/EventFacet/Assert.pm            |  2 +-
 lib/Test2/EventFacet/Control.pm           |  2 +-
 lib/Test2/EventFacet/Error.pm             |  2 +-
 lib/Test2/EventFacet/Info.pm              |  2 +-
 lib/Test2/EventFacet/Meta.pm              |  2 +-
 lib/Test2/EventFacet/Parent.pm            |  2 +-
 lib/Test2/EventFacet/Plan.pm              |  2 +-
 lib/Test2/EventFacet/Trace.pm             |  2 +-
 lib/Test2/Formatter.pm                    |  2 +-
 lib/Test2/Formatter/TAP.pm                |  2 +-
 lib/Test2/Hub.pm                          |  2 +-
 lib/Test2/Hub/Interceptor.pm              |  2 +-
 lib/Test2/Hub/Interceptor/Terminator.pm   |  2 +-
 lib/Test2/Hub/Subtest.pm                  |  2 +-
 lib/Test2/IPC.pm                          |  5 +-
 lib/Test2/IPC/Driver.pm                   | 15 ++++-
 lib/Test2/IPC/Driver/Files.pm             | 59 +++++++++++++++++--
 lib/Test2/Tools/Tiny.pm                   |  2 +-
 lib/Test2/Util.pm                         |  2 +-
 lib/Test2/Util/ExternalMeta.pm            |  2 +-
 lib/Test2/Util/Facets2Legacy.pm           |  2 +-
 lib/Test2/Util/HashBase.pm                |  2 +-
 lib/Test2/Util/Trace.pm                   |  2 +-
 lib/ok.pm                                 |  2 +-
 t/Legacy/subtest/callback.t               | 53 +++++++++++++++++
 t/Test2/behavior/Subtest_callback.t       | 48 +++++++++++++++
 t/Test2/modules/API.t                     |  6 ++
 t/Test2/modules/API/Instance.t            | 27 ++++++++-
 t/Test2/modules/IPC.t                     |  4 +-
 t/Test2/modules/IPC/Driver.t              |  4 +-
 t/Test2/modules/IPC/Driver/Files.t        | 12 +++-
 t/Test2/regression/ipc_files_abort_exit.t | 98 ++++++++++++++++---------------
 77 files changed, 452 insertions(+), 132 deletions(-)
 create mode 100644 t/Legacy/subtest/callback.t
 create mode 100644 t/Test2/behavior/Subtest_callback.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