summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* perl-core/Test-Simple: Spread ~x64-cygwin from dev-lang/perlKent Fredric2018-03-202-4/+4
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* perl-core/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* perl-core/Test-Simple,virtual/perl-Test-Simple: Bump to version 1.302.96 ↵Kent Fredric2017-09-184-48/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (masked) Upstream: - Fix TB->reset + subtest crash - Fix newline handling in subtest - Fix race conditions - Fix test failures without '.' in @INC - Fix timeout with child procs/threads - Fix SIGSYS localization - Fix buffered-subtest bailout - Update breakage info - Improved IO management - Give access to Test2::API's IO Handles - Formatters should use aforementioned handles - Test::Builder result logging can be disabled - Add Event "facets" - Improved performance - Rename Util::Trace to ::EventFacet::Trace - Track hub id in trace - Remove Info event - Add Pass and Fail events - Remove Event JSON interface - Fix tests with newer Data::Dumper - Make sure buffered subtest plans state buffered - Add "new_root" for formatters - Add intercept_deep API - Fix Version event bug - Add API to reset after a fork - Avoid premature Test2 initialization - Fix Builder preload - Fix tests to work with subref in stash optimization Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* perl-core/Test-Simple: mark 1.1.14-r1 arm64/m68k/s390/sh stableMike Frysinger2017-02-241-1/+1
|
* perl-core/Test-Simple: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ↵Fabian Groffen2017-01-292-3/+3
| | | | | | ~x64-freebsd ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3
* perl-core/Test-Simple: Remove oldKent Fredric2017-01-202-47/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* perl-core/Test-Simple: Bump to version 1.302.75 (masked)Kent Fredric2017-01-203-0/+51
| | | | | | | | | | | | | | | | | | | | | | Upstream: - fix double-release when throwing from context_do - improved diag-vs-info discrimination in send_event - TEST_ACTIVE and TEST2_ACTIVE env-vars now set to true - Reduce confusingness of cmp_ok output - Handle negative PIDs on windows - Add can() to deprecated Test::Tester::Delegate - Fix SysV IPC availability vs enabled interaction - Propogate warnings settings to use_ok - Add json serialization hooks to to Test2::Event and Test2::Trace::Util - TODO subtests recursively mark children as effective passes. - Added event classes ::Encoding and ::TAP::Version for Test2::Harness - Trace now contains cid and signatures - events now have related() method to check interconnectedness of events - run_subtest now has a no_fork option Package-Manager: Portage-2.3.3, Repoman-2.3.1
* perl-core/Test-Simple: Remove oldKent Fredric2016-11-122-47/+0
| | | | Package-Manager: portage-2.3.2
* perl-core/Test-Simple: Bump to 1.302.62Kent Fredric2016-11-122-0/+47
| | | | | | | | | | | | | | | | | | Upstream: - fix setting "hub" while getting context - fix "skip_all" in require in intercept - make ctx->send_event detect termination events - allow "#" and "\n" in "ok" names - fix "ok" ending in '\' - Win32 Color support in Test::Builder::Tester - v-strings comparison supported in is_deeply - streamed subtests in buffered subtests are now buffered subtests. - Mask warning comparing with $@ in Test2::API::Context - Formatters now have terminate() and finalize() methods - Removed warning when using a non-TAP formatter under Test::Builder Package-Manager: portage-2.3.2
* perl-core/Test-Simple: Remove old.Kent Fredric2016-08-092-47/+0
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
* perl-core/Test-Simple: Bump to version 1.302.49Kent Fredric2016-08-092-0/+47
| | | | | | | | | | | | Upstream: - Fix IPC event ordering bug - Fix TODO in Mixed subtests - Fix SEGVing test - Ensure traditional return values of note/diag - Hub gains "active" attribute. Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
* perl-core/Test-Simple: Bump to (masked) 1.302.40 for testingKent Fredric2016-07-173-0/+97
| | | | | | | | | | | | | This will need extensive tree-wide testing, and >perl-core/Test-Simple-1.301.0 should likely not be unmasked any time soon. This is the future, and its only provided here so smoke testers can isolate any problems with the >1000 packages that could be broken by this update. Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
* perl-core/Test-Simple: -r1 bump to propagate blockerKent Fredric2016-03-221-0/+0
| | | | Package-Manager: portage-2.2.28
* perl-core/Test-Simple: Fix lack of blocker on Test-Tester bug #577748Kent Fredric2016-03-221-0/+5
| | | | | | | | | | | | | | | | | | | | | virtual/perl-Test-Simple already correctly blocks dev-perl/Test-Tester However, this is not enough, because it can intoduce the install order: + perl-core/Test-Simple [collision occurs] + virtual/perl-Test-Simple (collisions allowed) - dev-perl/Test-Tester (remove uncollided) When the install order needs to be + perl-core/Test-Simple (collsions allowed) - dev-perl/Test-Tester (remove uncollided) + virtual/perl-Test-Simple Bug: https://bugs.gentoo.org/577748 Reported-By: Jonathan Lovelace Package-Manager: portage-2.2.28
* perl-core/Test-Simple: x86 stable wrt bug #573546Agostino Sarubbo2016-03-151-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* perl-core/Test-Simple: amd64 stable wrt bug #573546Agostino Sarubbo2016-03-151-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* perl-core/Test-Simple: Re-add, Perl 5.22.1 version with keywords of Perl 5.22.1Andreas K. Hüttel2016-01-313-0/+26
Package-Manager: portage-2.2.27