[libtest-simple-perl] 01/21: Merge tag 'upstream/1.302015'
gregor herrmann
gregoa at debian.org
Tue May 10 17:42:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtest-simple-perl.
commit 3ffe8e04b4fe753d850c0d039139e7bd38cdc264
Merge: 35cab67 da8e51b
Author: gregor herrmann <gregoa at debian.org>
Date: Tue May 10 18:46:05 2016 +0200
Merge tag 'upstream/1.302015'
Upstream version 1.302015
.perlcriticrc | 75 -
.perltidyrc | 17 -
Changes | 910 +++++-
Examples/tools.pl | 155 +
Examples/tools.t | 206 ++
LICENSE | 379 +++
MANIFEST | 353 ++-
MANIFEST.SKIP | 76 -
META.json | 61 +-
META.yml | 47 +-
Makefile.PL | 190 +-
README | 117 +-
README.md | 127 +
TODO | 18 -
cpanfile | 16 +
dist.ini | 66 +
lib/Test/Builder.pm | 3030 +++++++++-----------
lib/Test/Builder/Formatter.pm | 112 +
lib/Test/Builder/Module.pm | 5 +-
lib/Test/Builder/Tester.pm | 50 +-
lib/Test/Builder/Tester/Color.pm | 2 +-
lib/Test/Builder/TodoDiag.pm | 61 +
lib/Test/More.pm | 14 +-
lib/Test/Simple.pm | 3 +-
lib/Test/Tester.pm | 5 +-
lib/Test/Tester/Capture.pm | 18 +-
lib/Test/Tester/CaptureRunner.pm | 3 +
lib/Test/Tester/Delegate.pm | 3 +
lib/Test/use/ok.pm | 4 +-
lib/Test2.pm | 157 +
lib/Test2/API.pm | 1275 ++++++++
lib/Test2/API/Breakage.pm | 172 ++
lib/Test2/API/Context.pm | 713 +++++
lib/Test2/API/Instance.pm | 729 +++++
lib/Test2/API/Stack.pm | 220 ++
lib/Test2/Event.pm | 215 ++
lib/Test2/Event/Bail.pm | 102 +
lib/Test2/Event/Diag.pm | 83 +
lib/Test2/Event/Exception.pm | 88 +
lib/Test2/Event/Note.pm | 81 +
lib/Test2/Event/Ok.pm | 149 +
lib/Test2/Event/Plan.pm | 160 ++
lib/Test2/Event/Skip.pm | 108 +
lib/Test2/Event/Subtest.pm | 97 +
lib/Test2/Event/Waiting.pm | 61 +
lib/Test2/Formatter.pm | 94 +
lib/Test2/Formatter/TAP.pm | 501 ++++
lib/Test2/Hub.pm | 800 ++++++
lib/Test2/Hub/Interceptor.pm | 72 +
lib/Test2/Hub/Interceptor/Terminator.pm | 51 +
lib/Test2/Hub/Subtest.pm | 123 +
lib/Test2/IPC.pm | 139 +
lib/Test2/IPC/Driver.pm | 292 ++
lib/Test2/IPC/Driver/Files.pm | 378 +++
lib/Test2/Transition.pod | 504 ++++
lib/Test2/Util.pm | 232 ++
lib/Test2/Util/ExternalMeta.pm | 182 ++
lib/Test2/Util/HashBase.pm | 264 ++
lib/Test2/Util/Trace.pm | 159 +
lib/ok.pm | 4 +-
perltidyrc | 19 +
t/00-report.t | 74 +
t/00compile.t | 2 +-
t/Builder/fork_with_new_stdout.t | 54 -
t/{ => Legacy}/00test_harness_check.t | 0
t/{ => Legacy}/01-basic.t | 0
t/{ => Legacy}/478-cmp_ok_hash.t | 0
t/{ => Legacy}/BEGIN_require_ok.t | 0
t/{ => Legacy}/BEGIN_use_ok.t | 0
t/Legacy/Bugs/600.t | 16 +
t/Legacy/Bugs/629.t | 49 +
t/{ => Legacy}/Builder/Builder.t | 0
t/{ => Legacy}/Builder/carp.t | 0
t/{ => Legacy}/Builder/create.t | 0
t/{ => Legacy}/Builder/current_test.t | 0
t/{ => Legacy}/Builder/current_test_without_plan.t | 0
t/{ => Legacy}/Builder/details.t | 0
t/{ => Legacy}/Builder/done_testing.t | 0
t/{ => Legacy}/Builder/done_testing_double.t | 0
.../Builder/done_testing_plan_mismatch.t | 0
t/{ => Legacy}/Builder/done_testing_with_no_plan.t | 0
t/{ => Legacy}/Builder/done_testing_with_number.t | 0
t/{ => Legacy}/Builder/done_testing_with_plan.t | 0
t/Legacy/Builder/fork_with_new_stdout.t | 51 +
t/{ => Legacy}/Builder/has_plan.t | 0
t/{ => Legacy}/Builder/has_plan2.t | 0
t/{ => Legacy}/Builder/is_fh.t | 0
t/{ => Legacy}/Builder/is_passing.t | 0
t/{ => Legacy}/Builder/maybe_regex.t | 0
t/{ => Legacy}/Builder/no_diag.t | 0
t/{ => Legacy}/Builder/no_ending.t | 0
t/{ => Legacy}/Builder/no_header.t | 0
t/{ => Legacy}/Builder/no_plan_at_all.t | 0
t/{ => Legacy}/Builder/ok_obj.t | 0
t/{ => Legacy}/Builder/output.t | 0
t/{ => Legacy}/Builder/reset.t | 0
t/{ => Legacy}/Builder/reset_outputs.t | 0
t/{ => Legacy}/Builder/try.t | 0
t/{ => Legacy}/More.t | 0
t/Legacy/Regression/637.t | 49 +
t/{ => Legacy}/Simple/load.t | 0
t/Legacy/Test2/Subtest.t | 31 +
t/{ => Legacy}/Tester/tbt_01basic.t | 0
t/{ => Legacy}/Tester/tbt_02fhrestore.t | 0
t/{ => Legacy}/Tester/tbt_03die.t | 0
t/{ => Legacy}/Tester/tbt_04line_num.t | 0
t/{ => Legacy}/Tester/tbt_05faildiag.t | 0
t/{ => Legacy}/Tester/tbt_06errormess.t | 0
t/{ => Legacy}/Tester/tbt_07args.t | 0
t/{ => Legacy}/Tester/tbt_08subtest.t | 0
t/{ => Legacy}/Tester/tbt_09do.t | 0
t/{ => Legacy}/Tester/tbt_09do_script.pl | 0
t/{ => Legacy}/auto.t | 2 +-
t/{ => Legacy}/bad_plan.t | 0
t/{ => Legacy}/bail_out.t | 3 +
t/{ => Legacy}/buffer.t | 0
t/{ => Legacy}/c_flag.t | 0
t/{ => Legacy}/capture.t | 0
t/{ => Legacy}/check_tests.t | 0
t/{ => Legacy}/circular_data.t | 0
t/{ => Legacy}/cmp_ok.t | 0
t/{ => Legacy}/depth.t | 2 +-
t/{ => Legacy}/diag.t | 26 +-
t/{ => Legacy}/died.t | 2 +-
t/{ => Legacy}/dont_overwrite_die_handler.t | 6 +-
t/{ => Legacy}/eq_set.t | 0
t/{ => Legacy}/exit.t | 0
t/{ => Legacy}/explain.t | 0
t/Legacy/explain_err_vars.t | 9 +
t/{ => Legacy}/extra.t | 0
t/{ => Legacy}/extra_one.t | 0
t/{ => Legacy}/fail-like.t | 2 +-
t/{ => Legacy}/fail-more.t | 0
t/{ => Legacy}/fail.t | 0
t/{ => Legacy}/fail_one.t | 0
t/{ => Legacy}/filehandles.t | 0
t/Legacy/fork.t | 29 +
t/{ => Legacy}/harness_active.t | 0
t/{ => Legacy}/import.t | 0
t/{ => Legacy}/is_deeply_dne_bug.t | 0
t/{ => Legacy}/is_deeply_fail.t | 0
t/{ => Legacy}/is_deeply_with_threads.t | 16 +-
t/{ => Legacy}/missing.t | 0
t/{ => Legacy}/new_ok.t | 0
t/{ => Legacy}/no_plan.t | 0
t/{ => Legacy}/no_tests.t | 2 +-
t/{ => Legacy}/note.t | 0
t/{ => Legacy}/overload.t | 0
t/{ => Legacy}/overload_threads.t | 3 +-
t/{ => Legacy}/plan.t | 0
t/{ => Legacy}/plan_bad.t | 0
t/{ => Legacy}/plan_is_noplan.t | 0
t/{ => Legacy}/plan_no_plan.t | 0
t/{ => Legacy}/plan_shouldnt_import.t | 0
t/{ => Legacy}/plan_skip_all.t | 0
t/{ => Legacy}/require_ok.t | 0
t/{ => Legacy}/run_test.t | 0
t/{ => Legacy}/simple.t | 0
t/{ => Legacy}/skip.t | 0
t/{ => Legacy}/skipall.t | 0
t/Legacy/strays.t | 27 +
t/{ => Legacy}/subtest/args.t | 10 +-
t/{ => Legacy}/subtest/bail_out.t | 10 +-
t/{ => Legacy}/subtest/basic.t | 12 +-
t/{ => Legacy}/subtest/die.t | 0
t/{ => Legacy}/subtest/do.t | 2 +-
t/Legacy/subtest/events.t | 20 +
t/{ => Legacy}/subtest/for_do_t.test | 0
t/{ => Legacy}/subtest/fork.t | 33 +-
t/{ => Legacy}/subtest/implicit_done.t | 0
t/{ => Legacy}/subtest/line_numbers.t | 10 +-
t/{ => Legacy}/subtest/predicate.t | 12 +-
t/{ => Legacy}/subtest/singleton.t | 0
t/{ => Legacy}/subtest/threads.t | 11 +-
t/{ => Legacy}/subtest/todo.t | 5 +-
t/{ => Legacy}/subtest/wstat.t | 0
t/{ => Legacy}/tbm_doesnt_set_exported_to.t | 0
t/{ => Legacy}/thread_taint.t | 0
t/{ => Legacy}/threads.t | 19 +-
t/{ => Legacy}/todo.t | 2 +-
t/{ => Legacy}/undef.t | 0
t/{ => Legacy}/use_ok.t | 0
t/{ => Legacy}/useing.t | 0
t/{ => Legacy}/utf8.t | 6 +-
t/{ => Legacy}/versions.t | 0
t/Legacy_And_Test2/builder_loaded_late.t | 35 +
t/Test2/acceptance/try_it_done_testing.t | 26 +
t/Test2/acceptance/try_it_fork.t | 34 +
t/Test2/acceptance/try_it_no_plan.t | 24 +
t/Test2/acceptance/try_it_plan.t | 24 +
t/Test2/acceptance/try_it_skip.t | 16 +
t/Test2/acceptance/try_it_threads.t | 35 +
t/Test2/acceptance/try_it_todo.t | 52 +
t/Test2/behavior/Subtest_buffer_formatter.t | 90 +
t/Test2/behavior/Subtest_events.t | 17 +
t/Test2/behavior/Taint.t | 23 +
t/Test2/behavior/err_var.t | 15 +
t/Test2/behavior/init_croak.t | 28 +
t/Test2/behavior/nested_context_exception.t | 111 +
t/Test2/behavior/no_load_api.t | 49 +
t/Test2/legacy/TAP.t | 182 ++
t/Test2/modules/API.t | 266 ++
t/Test2/modules/API/Breakage.t | 89 +
t/Test2/modules/API/Context.t | 444 +++
t/Test2/modules/API/Instance.t | 466 +++
t/Test2/modules/API/Stack.t | 79 +
t/Test2/modules/Event.t | 40 +
t/Test2/modules/Event/Bail.t | 29 +
t/Test2/modules/Event/Diag.t | 31 +
t/Test2/modules/Event/Exception.t | 17 +
t/Test2/modules/Event/Note.t | 30 +
t/Test2/modules/Event/Ok.t | 102 +
t/Test2/modules/Event/Plan.t | 107 +
t/Test2/modules/Event/Skip.t | 24 +
t/Test2/modules/Event/Subtest.t | 30 +
t/Test2/modules/Event/Waiting.t | 16 +
t/Test2/modules/Formatter/TAP.t | 464 +++
t/Test2/modules/Hub.t | 484 ++++
t/Test2/modules/Hub/Interceptor.t | 15 +
t/Test2/modules/Hub/Interceptor/Terminator.t | 9 +
t/Test2/modules/Hub/Subtest.t | 124 +
t/Test2/modules/IPC.t | 19 +
t/Test2/modules/IPC/Driver.t | 57 +
t/Test2/modules/IPC/Driver/Files.t | 282 ++
t/Test2/modules/Util.t | 37 +
t/Test2/modules/Util/ExternalMeta.t | 70 +
t/Test2/modules/Util/HashBase.t | 105 +
t/Test2/modules/Util/Trace.t | 41 +
t/Test2/regression/gh_16.t | 23 +
t/Test2/regression/ipc_files_abort_exit.t | 62 +
t/dependents.t | 44 -
t/fork.t | 32 -
t/{ => lib}/MyTest.pm | 0
t/{ => lib}/SmallTest.pm | 0
t/regression/642_persistent_end.t | 25 +
t/regression/no_name_in_subtest.t | 13 +
t/subtest/exceptions.t | 63 -
t/subtest/plan.t | 49 -
t/tools.pl | 217 ++
t/tools.t | 210 ++
t/xt/dependents.t | 51 -
t/xxx-changes_updated.t | 20 -
t/zzz-check-breaks.t | 57 +
xt/downstream.t | 61 -
xt/downstream_dists.list | 81 -
245 files changed, 17370 insertions(+), 2830 deletions(-)
--
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