summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-04-18(devel/p5-Test-Simple) Updated 1.302168 to 1.302175mef1-2/+2
1.302175 2020-04-13 11:37:36-07:00 America/Los_Angeles - Fix typos in POD - Fix incorrect Test2::Hub documentation - Fix test that needed . in @INC on windows - Fix Breakage test to show more info 1.302174 2020-03-30 13:55:54-07:00 America/Los_Angeles - Fallback if JSON::PP is not available during IPC errors 1.302173 2020-03-27 09:00:16-07:00 America/Los_Angeles - Add extra debugging for "Not all files from hub '...' have been collected!" 1.302172 2020-03-08 15:21:25-07:00 America/Los_Angeles - Fix transition doc - Fix warnings from info / debug tap 1.302171 2020-01-17 09:47:59-08:00 America/Los_Angeles - Fix 5.6 - Fix EBDIC - Upgrade Object::HashBase - Clarify error message in test (#841) - Spelling/Grammer fixes 1.302170 2019-12-02 13:25:48-08:00 America/Los_Angeles - Fix unwanted END phase event (#840) 1.302169 2019-11-18 15:49:38-08:00 America/Los_Angeles - Update inline Object::HashBase - Avoid 'used only once' warnings in BEGIN and END blocks (James E Keenan <jkeenan@cpan.org>)
2019-10-31(devel/p5-Test-Simple) Updated from 1.302164 to 1.302168mef1-3/+2
1.302168 2019-09-06 07:40:18-07:00 America/Los_Angeles - Fix Typo in a Test2::API::Breakage warning (Thanks E. Choroba) - Delay loading of Term::Table until needed (Thanks Graham Knop) 1.302167 2019-08-23 14:07:58-07:00 America/Los_Angeles - add test2_is_testing_done api method - Fix string compare warning 1.302166 2019-08-15 10:37:01-07:00 America/Los_Angeles - Fix context test on older perls 1.302165 2019-08-15 10:21:09-07:00 America/Los_Angeles - Better diagnostics when a context is destroyed unexpectedly - Add an event to notify when END phase starts
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-1/+2
2019-07-18Update to 1.302164wen1-2/+2
Upstream changes: 1.302164 2019-04-27 01:43:44-07:00 America/Los_Angeles 1.302163 2019-04-25 05:45:47-07:00 America/Los_Angeles (TRIAL RELEASE) - Do not use threads::Shared in Test::Tester::Capture (#826) - Add missing version info to Info/Table - Fix event in global destruction bug (#827) - Proper fix for todo = '' (#812, #829)
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-04-07Update to 1.302162wen1-2/+2
Upstream changes: Changes for version 1.302162 - 2019-02-05 Typo fixes in documentation Changes for version 1.302161 - 2019-01-29 ( TRIAL RELEASE ) Remove SHM Optimization
2019-01-26Update to 1.302160wen1-2/+2
Upstream changes: 1.302160 2019-01-18 11:44:33-08:00 America/Los_Angeles - No Changes since last trial release 1.302159 2019-01-09 13:21:37-08:00 America/Los_Angeles (TRIAL RELEASE) - Add table support to ctx->fail and ctx->fail_and_return - Fix Instance.t on haiku-os 1.302158 2019-01-08 15:36:24-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix TAP test on windows - Fix math errors in table indentation - Devel requires Term::Table 1.302157 2019-01-08 14:10:29-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix minor typos and missing doc sections - Add table support in info facet and TAP formatter
2019-01-16Update to 1.302156wen1-2/+2
Upstream changes: 1.302156 2019-01-07 11:13:07-08:00 America/Los_Angeles - No changes from last trial 1.302155 2019-01-04 11:25:17-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix test not to fail in non-english locales 1.302154 2019-01-04 10:20:54-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix SHM pid checking for some platforms in Instance.t - Add SHM errno/msg to warning about SHM going away 1.302153 2019-01-03 08:39:42-08:00 America/Los_Angeles (TRIAL RELEASE) - Improve SHM verification and state awareness 1.302152 2018-12-26 12:21:32-08:00 America/Los_Angeles (TRIAL RELEASE) - More Instance.t improvements - Add trace to SHM error when possible 1.302151 2018-12-20 11:05:47-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix another locale error in Instance.t 1.302150 2018-12-20 10:57:09-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix locale error in Instance.t - Windows test fixes - perl 5.6 test fixes 1.302149 2018-12-20 09:47:31-08:00 America/Los_Angeles (TRIAL RELEASE) - Even more SHM error improvements 1.302148 2018-12-17 13:08:23-08:00 America/Los_Angeles (TRIAL RELEASE) - Further Improve SHM error message 1.302147 2018-12-17 12:59:14-08:00 America/Los_Angeles (TRIAL RELEASE) - Improve SHM error message 1.302146 2018-12-17 09:06:44-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix SHM test to work on machines without SHM 1.302145 2018-12-12 11:26:32-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix localization error in new test (#820) 1.302144 2018-12-12 09:51:25-08:00 America/Los_Angeles (TRIAL RELEASE) - Add tests for shmwrite fix (#815) 1.302143 2018-12-11 19:10:37-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix failure to check error code on shmwrite (#815) 1.302142 2018-12-11 11:55:22-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix #814 Windows fork+test failure - Fix #819 Documentation updates - Fix #810 Verbose TAP newline regression - Fix #817 local $TODO bug - Fix #812 Another local $TODO bug - Fix #815 shm read warning - Merge doc fix PR's from magnolia-k (thanks!)
2018-12-04Update to 1.302141wen1-3/+2
Upstream changes: 1.302141 2018-11-30 14:27:19-08:00 America/Los_Angeles - Fix bug where IPC init failed in preload+fork environments
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-08-21p5-Test-Simple: update to 1.302140.wiz1-2/+2
1.302140 2018-08-13 08:00:25-07:00 America/Los_Angeles - No Changes since last release 1.302139 2018-07-17 12:38:37-07:00 America/Los_Angeles (TRIAL RELEASE) - Mask warning from the recent IPC fix generated when threaded Test tools are loaded at run-time
2018-07-31Update to 1.302138wen1-2/+2
Upstream changes: 1.302138 2018-07-11 09:29:51-07:00 America/Los_Angeles - No changes since trial 1.302137 2018-05-25 08:45:13-07:00 America/Los_Angeles (TRIAL RELEASE) - Make it safe to fork before events in IPC
2018-05-02p5-Test-Simple: update to 1.302136.wiz1-2/+2
1.302136 2018-04-19 05:40:11-07:00 America/Los_Angeles - Add test2_add_callback_testing_done to Test2::API
2018-04-07Update to 1.302135wen1-2/+2
Upstream changes: 1.302135 2018-03-29 22:53:00-07:00 America/Los_Angeles - No changes since last trial 1.302134 2018-03-19 21:20:08-07:00 America/Los_Angeles (TRIAL RELEASE) - Make sure all hubs, events, and contexts get a unique (per run) id. - Use a common generator for unique(enough) id's (not UUIDs)
2018-03-14p5-Test-Simple: update to 1.302133.wiz1-2/+2
1.302133 2018-03-11 12:48:37-07:00 America/Los_Angeles - No changes since last trial 1.302132 2018-03-09 15:43:51-08:00 America/Los_Angeles (TRIAL RELEASE) - Add method to validate facet data - Add Test2::Event::V2 event class, and context helpers - Improve how events handle facets - Break out meta_facet_data - Document and fix Facets2Legacy - Fix nested and in_subtest to look at hub facets - Fix event->related and trace with uuid 1.302131 2018-03-07 09:36:16-08:00 America/Los_Angeles (TRIAL RELEASE) - Make sure event puts the uuid into the about facet
2018-03-11p5-Test-Simple: update to 1.302130.wiz1-2/+2
1.302130 2018-03-07 08:07:54-08:00 America/Los_Angeles - No changes since last trial 1.302129 2018-03-06 13:43:22-08:00 America/Los_Angeles (TRIAL RELEASE) - Make hubs tag events with a new facet
2018-03-06Update to 1.302128wen1-2/+2
Upstream changes: 1.302128 2018-03-05 09:26:53-08:00 America/Los_Angeles - No changes since the trial 1.302127 2018-03-02 12:43:56-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix missing UUID in Test::Builder subtests 1.302126 2018-03-01 23:15:52-08:00 America/Los_Angeles (TRIAL RELEASE) - Add optional UUID tagging
2018-02-25p5-Test-Simple: update to 1.302125.wiz1-2/+2
1.302125 2018-02-21 23:10:39-08:00 America/Los_Angeles - No changes since trial 1.302124 2018-02-13 22:02:48-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix a test to skip without threads 1.302123 2018-02-13 21:39:31-08:00 America/Los_Angeles (TRIAL RELEASE) - Make it possible to disable IPC 1.302122 2018-02-05 08:13:56-08:00 America/Los_Angeles - Add 'mode' ro render facet 1.302121 2018-02-04 13:27:41-08:00 America/Los_Angeles - Update Copyright - Add 'render' facet
2017-12-03p5-Test-Simple: update to 1.302120.wiz1-2/+2
1.302120 2017-11-29 18:49:15-08:00 America/Los_Angeles - No Changes since last trial 1.302119 2017-11-28 15:35:42-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix IPC reload bug
2017-11-29p5-Test-Simple: update to 1.302118.wiz1-2/+2
1.302118 2017-11-28 10:14:12-08:00 America/Los_Angeles - No Changes since last trial 1.302117 2017-11-27 14:10:53-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix event Out of Order bug - Add driver_abort() hook for IPC Drivers 1.302116 2017-11-23 15:14:26-08:00 America/Los_Angeles (TRIAL RELEASE) - add better interface for ipc_wait 1.302115 2017-11-22 21:14:55-08:00 America/Los_Angeles (TRIAL RELEASE) - ipc_wait now reports exit and signal values 1.302114 2017-11-21 15:28:39-08:00 America/Los_Angeles (TRIAL RELEASE) - Added pre-subtest hook to Test2::API (#801 from dakkar)
2017-11-24p5-Test-Simple: update to 1.302113.wiz1-2/+2
1.302113 2017-11-20 14:04:16-08:00 America/Los_Angeles - Fix SIGPIPE in IPC test - Mark a test as usually AUTHOR_TESTING only 1.302112 2017-11-20 06:43:16-08:00 America/Los_Angeles - Fix test on threaded 5.8 1.302111 2017-11-18 09:54:33-08:00 America/Los_Angeles - Remove debugging from previous trial 1.302110 2017-11-17 09:47:23-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix test breakage (from previous trial) on older perls 1.302109 2017-11-17 09:35:48-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix some fragile tests - Add debugging to API/Instance.t for a cpan-testers failure 1.302108 2017-11-16 14:19:24-08:00 America/Los_Angeles (TRIAL RELEASE) - Apply p5p test patch from Craig A. Berry <craigberry@mac.com> 1.302107 2017-11-16 07:44:59-08:00 America/Los_Angeles (TRIAL RELEASE) - Allow regexp in Test::Tester
2017-10-22Update to 1.302106wen1-2/+2
Upstream changes: 1.302106 2017-10-20 20:42:43-07:00 America/Los_Angeles - Make version number in HashBase sane. 1.302105 2017-10-20 07:09:45-07:00 America/Los_Angeles - No changes since last trial 1.302104 2017-10-19 11:39:01-07:00 America/Los_Angeles (TRIAL RELEASE) - Combine multiple diags into one event
2017-10-18p5-Test-Simple: update to 1.302103.wiz1-2/+2
1.302103 2017-10-15 10:11:29-07:00 America/Los_Angeles - No changes since last TRIAL 1.302102 2017-10-14 20:05:45-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix some TODO edge cases that were not previously accounted for
2017-10-17p5-Test-Simple: update to 1.302101.wiz1-2/+2
1.302101 2017-10-12 07:43:16-07:00 America/Los_Angeles - Bump Test::Builder::IO::Scalar version for core
2017-10-11p5-Test-Simple: update to 1.302100.wiz1-2/+2
1.302100 2017-10-10 14:30:18-07:00 America/Los_Angeles - No changes since last TRIAL 1.302099 2017-10-10 09:29:40-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix run_subtest inherit_trace option
2017-10-09p5-Test-Simple: update to 1.302098.wiz1-2/+2
1.302098 2017-10-03 06:13:49-07:00 America/Los_Angeles - Add docs for test2_stdout and test2_stderr - Fix 5.6 support 1.302097 2017-10-02 19:35:08-07:00 America/Los_Angeles - Fix hub->process bug that could let an error pass - Fix #789 (Modification of read only value) - Fix typo in Test::Builder when looking for IPC (#777) - Fix #791, clone_io broke on scalar io layer - Fix #790 and #756, Exception event stingify exception - Localize $^E in context (#780) - Fix test that failed in verbose mode (#770)
2017-09-17p5-Test-Simple: update to 1.302096.wiz1-2/+2
1.302096 2017-09-10 21:16:18-07:00 America/Los_Angeles -Fix to work with subref-in-stash optimisation (Father C.) 1.302095 2017-08-31 20:35:22-07:00 America/Los_Angeles (TRIAL RELEASE) - Make several tests work with preload 1.302094 2017-08-30 21:27:23-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix Test::Builder in a preload scenario 1.302093 2017-08-29 21:05:20-07:00 America/Los_Angeles (TRIAL RELEASE) - Make sure Test::Builder does not initialize Test2 too soon. 1.302092 2017-08-28 21:30:06-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix bug in Facets for TodoDiag - Add API command to reset after a fork - Add 'important' flag to info event facet 1.302091 2017-08-08 19:50:55-07:00 America/Los_Angeles (TRIAL RELEASE) - Add 'new_root' constructor for formatters - Add intercept_deep() to the API - Fix bug in Version event - Add 'number' attribute to assertion facet 1.302090 2017-07-09 21:10:08-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix test that unintentionally required Test2::Suite 1.302089 2017-07-09 20:51:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix plan in buffered subtest so that the facts say it is buffered 1.302088 2017-06-28 21:55:21-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix tests on perl 5.25+ with newer Data::Dumper 1.302087 2017-06-26 20:32:21-07:00 America/Los_Angeles (TRIAL RELEASE) - Introduce 'Facets' for events - Performance enhancements - Upgrade inline HashBase - Move Test2::Util::Trace to Test2::EventFacet::Trace - Track hub id in Trace - Remove Info event - Add Pass and Fail events - Remove Event JSON interface
2017-06-25Updated p5-Test-Simple to 1.302086.wiz1-3/+2
1.302086 2017-06-20 10:43:13-07:00 America/Los_Angeles - Make it possible to turn off result logging in Test::Builder
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2017-05-17Updated p5-Test-Simple to 1.302085.wiz1-2/+2
1.302085 2017-05-01 19:24:37-07:00 America/Los_Angeles - No Changes since last TRIAL 1.302084 2017-04-29 20:42:48-07:00 America/Los_Angeles (TRIAL RELEASE) - Better IO management - Allow access to the STDERR/STDOUT Test2::API uses - Formatters should use the Test2::API handles
2017-04-16Updated devel/p5-Test-Script to 1.302083mef1-2/+2
---------------------------------------- 1.302083 2017-04-14 10:55:26-07:00 America/Los_Angeles - Update some breakage info for Test::More::Prefix and Test::DBIx::Class::Schema 1.302082 2017-04-11 12:56:24-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix test that incorrectly called private function as method 1.302081 2017-04-06 10:39:37-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix threads timeout for older perls (as best we can) 1.302080 2017-04-04 20:24:55-07:00 America/Los_Angeles (TRIAL RELEASE) - Timeout when waiting for child procs and threads (#765) - Fix SIGSYS localization issue (#758) - Fix outdated docs (#759, #754) - Fix bail-out in buffered subtest (#747) 1.302079 2017-04-03 12:12:02-07:00 America/Los_Angeles (TRIAL RELEASE) - Fixes for '. in @INC' changes (#768)
2017-03-05Updated p5-Test-Simple to 1.302078.wiz1-2/+2
1.302078 2017-03-01 15:24:12-08:00 America/Los_Angeles - No changes since last trial 1.302077 2017-02-19 14:34:30-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix #762, newlines for todo subtest - Revisit #637, fix rare race condition it created 1.302076 2017-02-01 19:38:42-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix crash when TB->reset used inside subtest
2017-01-16Updated p5-Test-Simple to 1.302075.wiz1-2/+2
1.302075 2017-01-10 19:39:28-08:00 America/Los_Angeles - No changes, just marking a stable release 1.302074 2017-01-08 11:41:44-08:00 America/Los_Angeles (TRIAL RELEASE) - Add 'cid' to trace - Add signatures to trace - Add related() to events - Now it is possible to check if events are related - Add 'no_fork' option to run_subtest()
2017-01-01Updated p5-Test-Simple to 1.302073.wiz1-2/+2
1.302073 2016-12-18 23:02:54-08:00 America/Los_Angeles - No changes from last trial 1.302072 2016-12-18 01:08:12-08:00 America/Los_Angeles (TRIAL RELEASE) - Expose tools.pl as Test2::Tools::Tiny
2016-12-19Updated p5-Test-Simple to 1.302071.wiz1-2/+2
1.302071 2016-12-17 12:08:29-08:00 America/Los_Angeles - No changes since last trial release 1.302070 2016-12-14 21:32:47-08:00 America/Los_Angeles (TRIAL RELEASE) - Added two new event classes, Test2::Event::Encoding and Test2::Event::TAP::Version. These are primarily being added for the benefit of Test2::Harness now, but they could be useful for other Test2 event consumer tools in the future. Implemented by Dave Rolsky (#743). 1.302069 2016-12-12 15:03:04-08:00 America/Los_Angeles (TRIAL RELEASE) - Generate HashBase from Object::HashBase which has been split out - When a subtest is marked as todo, all of its contained Ok and Subtest events are now updated so that they return true for $e->effective_pass. Implemented by Dave Rolsky. (#742) 1.302068 2016-12-03 13:50:01-08:00 America/Los_Angeles (TRIAL RELEASE) - Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util to faciliate transferring event data between processes. Implemented by Dave Rolsky. (#741).
2016-11-28Updated p5-Test-Simple to 1.302067.wiz1-2/+2
1.302067 2016-11-23 07:37:56-08:00 America/Los_Angeles - Fix context test for recent blead. 1.302066 2016-11-08 07:58:39-08:00 America/Los_Angeles (TRIAL RELEASE) - Handle cases where SysV IPC can be available but not enabled - Import 'context' into Test2::IPC, it is used by 'cull' - Propogate warnings settings to use_ok (#736) 1.302065 2016-10-30 11:54:37-07:00 America/Los_Angeles (TRIAL RELEASE) - Set the TEST_ACTIVE env var to true - Set the TEST2_ACTIVE env var to true - Fix the oldest bug still in the bug list (#6) This fixes cmp_ok output is some confusing cases - Update travis config - Add missing author deps - Fix handling of negative pid's on windows - Add can() to Test::Tester::Delegate (despite deprecation) - Fix some minor test issues 1.302064 2016-10-24 21:03:24-07:00 America/Los_Angeles (TRIAL RELEASE) - Repo management improvements - Better handling of info vs diag in ->send_event - Fix test that used 'parent' - Better handling of non-bumping failures (#728) 1.302063 2016-10-23 21:31:20-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix double release when 'throw' is used in context_do()
2016-10-28Updated p5-Test-Simple to 1.302062.wiz1-2/+2
1.302062 2016-10-20 06:16:08-07:00 America/Los_Angeles - No changes from last trial 1.302061 2016-09-30 14:49:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Removed a warning when using a non-TAP formatter with Test::Builder about the formatter not "no_header" and "no_diag". This happened even if the alternative formatter class implemented these attributes. - When finalize is called on a formatter, it now receives one more argument, a boolean indicating whether or not the call is for a subtest or not. 1.302060 2016-09-25 12:46:46-07:00 America/Los_Angeles (TRIAL RELEASE) - Formatters now have terminate() and finalize() methods. These are called when there is a skip_all or bail event (terminate) or when a test suite is exiting normally (finalize). This allows formatters to finalize their output, which is important for any sort of document-oriented format (as opposed to a stream format like TAP). (#723)
2016-10-10Updated devel/p5-Test-Simple to 1.302059mef1-2/+2
---------------------------------------- 1.302059 2016-09-25 12:32:21-07:00 America/Los_Angeles - No changes from last trial 1.302058 2016-09-21 10:46:13-07:00 America/Los_Angeles (TRIAL RELEASE) - Mask warning when comparing $@ in Test2::API::Context 1.302057 2016-09-18 12:12:18-07:00 America/Los_Angeles (TRIAL RELEASE) - Doc fixes - Win32 color support in Test::Builder::Tester - Support v-strings in is_deeply - A streamed subtest run inside a buffered subtest will be automatically converted to a buffered subtest. Otherwise the output from inside the subtest is lost entirely. (#721)
2016-09-19Updated devel/p5-Test-Simple 1.302052 to 1.302056mef1-2/+2
---------------------------------------- 1.302056 2016-09-12 09:03:49-07:00 America/Los_Angeles - Minor typo fix - No logic chnges since last trial 1.302055 2016-08-30 12:13:32-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix special case of ok line ending in \ - Improve a test that captures STDERR/STDOUT (Thanks HAARG) 1.302054 2016-08-20 16:21:44-07:00 America/Los_Angeles (TRIAL RELEASE) - Allow '#' and '\n' in ok names 1.302053 2016-08-17 21:22:55-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix skip_all in require in intercept (#696) - Documentation of what is better in Test2 (#663) - Document Test::Builder::Tester plan limitations - Document limitations in is_deeply (#595) - Better documentation of done_testing purpose (#151) - Make ctx->send_event detect termination events (#707)
2016-08-16Update to 1.302052wen1-2/+2
Upstream changes: 1.302052 2016-08-13 14:34:07-07:00 America/Los_Angeles - No Changes from last trial 1.302051 2016-08-11 20:26:22-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix setting hub when getting context 1.302050 2016-08-10 22:12:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Add contact info to main doc and readme 1.302049 2016-07-28 07:03:31-07:00 America/Los_Angeles - No Changes from last trial 1.302048 2016-07-27 07:42:14-07:00 America/Los_Angeles (TRIAL RELEASE) - Add 'active' attribute to hub
2016-07-24Update to 1.302047wen1-3/+2
Upstream changes: 1.302047 2016-07-22 22:36:29-07:00 America/Los_Angeles - No Changes from last trial 1.302046 2016-07-19 06:58:43-07:00 America/Los_Angeles (TRIAL RELEASE) - Restore traditional note/diag return values (#694) 1.302045 2016-07-18 09:05:15-07:00 America/Los_Angeles - No changes from last TRIAL release 1.302044 2016-07-13 17:56:20-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix test that segv'd on older perls 1.302043 2016-07-12 09:37:31-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix TODO in mixed T2/TB subtests 1.302042 2016-07-11 20:30:35-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix IPC event ordering bug 1.302041 2016-07-09 17:01:45-07:00 America/Los_Angeles (TRIAL RELEASE) - Work around IPC bug on windows 1.302040 2016-07-09 16:55:00-07:00 America/Los_Angeles - No changes from last trial 1.302039 2016-07-07 22:01:02-07:00 America/Los_Angeles (TRIAL RELEASE) - Add Info event for better diagnostics 1.302038 2016-07-05 07:00:18-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix broken MANIFEST.SKIP entries (#689) 1.302037 2016-07-04 10:09:00-07:00 America/Los_Angeles - No changes from trial 1.302036 2016-07-03 11:52:45-07:00 America/Los_Angeles (TRIAL RELEASE) - Restore PerlIO layer cloning on STDERR and STDOUT 1.302035 2016-06-27 08:55:55-07:00 America/Los_Angeles - No changes since TRIAL release 1.302034 2016-06-25 13:51:00-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix some breakage info (Thanks Dolman!) - POD Fixes (Thanks cpansprout!) 1.302033 2016-06-24 05:56:54-07:00 America/Los_Angeles - No changes from last trial release 1.302032 2016-06-22 11:30:46-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix nested TODO handling of Diags (#684) 1.302031 2016-06-21 09:51:27-07:00 America/Los_Angeles - Remove carp from dep list #682 1.302030 2016-06-18 19:02:55-07:00 America/Los_Angeles - No changes from last DEV release 1.302029 2016-06-17 06:56:54-07:00 America/Los_Angeles (TRIAL RELEASE) - Properly skip thread test when threads are broken 1.302028 2016-06-16 19:21:58-07:00 America/Los_Angeles (TRIAL RELEASE) - Add 'inherit_trace' param to run_subtest 1.302027 2016-06-15 09:42:32-07:00 America/Los_Angeles (TRIAL RELEASE) - use pre_filter instead of filter for TODO in Test::Builder (Fix $683) - Fix typos in transitions doc (#681) 1.302026 2016-06-07 07:53:30-07:00 America/Los_Angeles - No Changes from 1.302025-TRIAL 1.302025 2016-06-06 22:38:12-07:00 America/Los_Angeles (TRIAL RELEASE) - Make sure enabling culling/shm sets pid and tid (Fix #679) 1.302024 2016-06-02 20:27:35-07:00 America/Los_Angeles (TRIAL RELEASE) - Add Generic event type 1.302023 2016-06-02 08:09:54-07:00 America/Los_Angeles (TRIAL RELEASE) - Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue) - Potential fix for t/Legacy/Regression/637.t - Make t/Legacy/Regression/637.t AUTHOR_TESTING for now 1.302022 2016-05-28 17:53:11-07:00 America/Los_Angeles - Improve thread checks to better detect broken 5.10 builds - Use thread checks to skip/run t/Legacy/Regression/637.t 1.302021 2016-05-20 21:47:17-07:00 America/Los_Angeles (TRIAL RELEASE) - Files.t should warn, not die, if it cannot remove its temp dir. - VMS fixes for Files.t and IPC system 1.302020 2016-05-18 11:54:15-07:00 America/Los_Angeles (TRIAL RELEASE) - Many micro-opts from Graham Knop (haarg) - Spelling fixes and tests from Karen Etheridge (ether) - Fix leaky File.t file so that tmp doesn't fill up - Move some modules out of the known broken list in xt tests - Add Test2 based tools to downstream testing - Change when PID/TID are stashed (for forkprove) 1.302019 2016-05-18 08:16:39-07:00 America/Los_Angeles - POD Spelling fixes 1.302018 2016-05-14 09:08:05-07:00 America/Los_Angeles (TRIAL RELEASE) - Handle Test::Builder::Exception properly - Silence noisy STDERR in test suite 1.302017 2016-05-13 08:09:58-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix util.t win32 bug 1.302016 2016-05-12 19:43:38-07:00 America/Los_Angeles (TRIAL RELEASE) - Block signals in critical IPC section (Fix #661 and #668) - Merge Examples and examples into one dir (#660) - Documentation and typo fixes - Make Test2::Util::get_tid have a consistent prototype (#665) - Make TB->no_plan a no-op if a plan is set
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-05-18Updated devel/p5-Test-Simple from 1.001014 to 1.302015mef1-3/+2
(sorry for long Changes, 209 lines) ------------------------------------------------------ 1.302015 2016-05-09 07:46:54-07:00 America/Los_Angeles - Add Test::Alien to breakage info - Add Device::Chip to breakage info - Add subtest outdent to transition.pod 1.302014_010 2016-05-03 12:09:14-07:00 America/Los_Angeles (TRIAL RELEASE) - RC10 - Update x-breaks, Breakage.pm, and Transition.POD - Fix shared memory leak - Fix typos and clarify docs. 1.302014_009 2016-04-27 10:05:18-07:00 America/Los_Angeles (TRIAL RELEASE) - RC9 - No logic changes - Update x-breaks stuff - Update email addresses 1.302014_008 2016-04-26 11:40:40-07:00 America/Los_Angeles (TRIAL RELEASE) - RC8 - Fix bug when using defined, but empty (or space) as a test name in a subtest - Better notificatons for late Test::Builder load - Recommend Test2::Transition if you have outdated modules - Document Test::Builder::TodoDiag and Test::Builder::Formatter 1.302014_007 2016-04-24 13:09:03-07:00 America/Los_Angeles (TRIAL RELEASE) - RC7 - Fix #642 - Persistent environments need to have ENDING flag cleared 1.302014_006 2016-04-24 02:31:13-07:00 America/Los_Angeles (TRIAL RELEASE) - RC6 - Remove reduntant and problematic parts of 00-report.t - No changes to actual code, just a test that provides diags 1.302014_005 2016-04-24 01:55:55-07:00 America/Los_Angeles (TRIAL RELEASE) - RC5 - Prevent the breakage reporter from being a test failure - No changes to actual code, just a test that provides diags 1.302014_004 2016-04-23 16:21:34-07:00 America/Los_Angeles (TRIAL RELEASE) - RC4 - Update breakage info - Fix IPC files driver to use the most significant data in the shm (needs test) 1.302014_003 2016-04-23 03:20:36-07:00 America/Los_Angeles (TRIAL RELEASE) - RC3 - Localize $@ and $! when loading Data::Dumper in explain() 1.302014_002 2016-04-22 14:54:51-07:00 America/Los_Angeles (TRIAL RELEASE) - RC2 - Restore X-Breaks meta info - Keep dist.ini in the tarball 1.302014_001 2016-04-22 04:01:50-07:00 America/Los_Angeles (TRIAL RELEASE) - RC1 - Merge Test2 into the Test-Simple dist - Remove experimental status - Update copyright dates - Better error messages when using Carp in Hashbase init() - Document 2 methods on Events - Fix Test2 #17 (typo fix in docs) - Report version mismatches between Test::Builder and Test2 - Update transition docs - Breakage library and warnings ***************************************************************************** * * * BELOW THIS POINT ARE THE SEPERATE CHANGELOGS FOR Test-Simple, Test2, AND * * Test-Stream. * * * ***************************************************************************** Test-Simple 1.302013_019 2016-04-13 20:23:18-07:00 America/Los_Angeles (TRIAL RELEASE) - Expand no_numbers support to custom formatters Test-Simple 1.302013_018 2016-04-07 21:23:03-07:00 America/Los_Angeles (TRIAL RELEASE) - Support Test2 using an alternative formatter Test-Simple 1.302013_017 2016-04-05 11:13:50-07:00 America/Los_Angeles (TRIAL RELEASE) - Support subtest identification for events - Bump minimum Test2 version Test-Simple 1.302013_016 2016-04-04 21:33:20-07:00 America/Los_Angeles (TRIAL RELEASE) - Support some newer event features from Test2 - Bump minimum Test2 version Test-Simple 1.302013_015 2016-03-29 09:24:10-07:00 America/Los_Angeles (TRIAL RELEASE) - Bump minimum Test2 version to protect from segv Test-Simple 1.302013_014 2016-03-08 10:00:50-08:00 America/Los_Angeles (TRIAL RELEASE) - Skip test added in last release when threading is not avilable Test-Simple 1.302013_013 2016-03-08 09:19:39-08:00 America/Los_Angeles (TRIAL RELEASE) - Test::Builder->reset now resets hub's idea of root pid/tid (#637) Test-Simple 1.302013_012 2016-01-28 20:38:16-08:00 America/Los_Angeles (TRIAL RELEASE) - $Level effects all contexts once Test::Builder is loaded - Requires Test2 0.000023 Test-Simple 1.302013_011 2016-01-14 21:55:28-08:00 America/Los_Angeles (TRIAL RELEASE) - Performance enhancements Test-Simple 1.302013_010 2016-01-12 05:57:43-08:00 America/Los_Angeles (TRIAL RELEASE) - Changes needed for Test2 0.000018 Test-Simple 1.302013_009 2016-01-11 16:35:57-08:00 America/Los_Angeles (TRIAL RELEASE) - Make skip work without a count w/ done_testing (#629) - Require newer Test2 that fixes $! squashing (#628) Test-Simple 1.302013_008 2016-01-10 13:21:02-08:00 America/Los_Angeles (TRIAL RELEASE) - Bump minimum Test2 version requirement (to fix downstream) Test-Simple 1.302013_007 2016-01-07 19:30:04-08:00 America/Los_Angeles (TRIAL RELEASE) - Bump minimum Test2 version requirement Test-Simple 1.302013_006 2016-01-06 11:21:48-08:00 America/Los_Angeles (TRIAL RELEASE) - Update for Test2 0.000013 - Delay loading Data::Dumper - Test2::API::test2_no_wait(1) when threads/forking are on - Fix Test::Tester to use context - More downstream dists for testing Test-Simple 1.302013_005 2015-12-29 13:01:32-08:00 America/Los_Angeles (TRIAL RELEASE) - Updates for Test2 0.000012 - Helper for Test::SharedFork Test-Simple 1.302013_004 2015-12-28 13:12:23-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix diag/note bugs from refactor Test-Simple 1.302013_003 2015-12-22 09:41:46-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix bug in details() structure for subtests when the parent is todo Test-Simple 1.302013_002 2015-12-21 13:21:51-08:00 America/Los_Angeles (TRIAL RELEASE) - Updates for Test2 0.000010 Test-Simple 1.302013_001 2015-12-21 10:07:42-08:00 America/Los_Angeles (TRIAL RELEASE) - Switch to using Test2 under the hood - Use Dist::Zilla for releases - Reformat Changes file Test-Simple 1.302012_004 2015-Nov-16 07:45:11-08:00 PST * Fix #600 - done_testing($count) Test-Simple 1.302012_003 2015-Oct-27 00:02:44-08:00 PST * Fix typo that called wrong 'try' Test-Simple 1.302012_002 2015-Oct-02 21:57:19-08:00 PST * Add version eval to several modules (#605) Test-Simple 1.302012_001 2015-Oct-01 15:47:39-08:00 PST * Support for Test::Stream 1.302012 Test-Simple 1.302010_001 2015-Sep-29 21:18:38-08:00 PST * Support for Test::Stream 1.302010 * Some upstream package names changed * Test::Stream's interface changed, tests needed to change too. Test-Simple 1.302007_004 2015-Jul-27 21:13:39-08:00 PST * Work around perlbug 125702 Test-Simple 1.302007_003 2015-Jul-24 08:34:46-08:00 PST * Remove singleton from closure Test-Simple 1.302007_002 2015-Jul-18 17:38:26-08:00 PST * Fix subtest + Test::Stream::Tester Test-Simple 1.302007_001 2015-Jun-24 08:06:00-08:00 PST * Tests no longer copy thread/fork checks * Bump minimum Test::Stream version Test-Simple 1.302004_001 2015-Jun-17 08:33:00-08:00 PST * Update for newer Test-Stream with XS support * Use 'fudge' in Test::Stream instead of doing level adjustments here * Fix minor POD encoding issue #593 * Some performance enhancements in T::B->ok Test-Simple 1.302003_001 2015-Jan-06 21:52:00-08:00 PST * Convert internals to use Test-Stream * Optimizations for performance * Note this is a completely new branch off of legacy/master, not taken from the old stream branches
2016-05-03Reset maintainer (observer now).wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-17(pkgsrc)mef1-4/+4
- Adust conflict. -CONFLICTS+= p5-Test-Builder-Tester-[0-9]* +CONFLICTS+= p5-Test-Tester-[0-9]* +CONFLICTS+= p5-Test-use-ok-[0-9]* - As a side note (after reading listed below at the 1.001010 entry: * Integrate Test::Tester and Test::use::ok for easier downgrade from trial ) Following packages depends to Test-Tester p5-Test-Deep p5-Test-MinimumVersion (BUILD_DEPENDS+= ) p5-Test-NoWarnings p5-Test-Output p5-Test-Trap and may not be convenient when those are installed (causing CONFILICT) (upstream) - Update 1.001003 to 1.001014 --------------------------- 1.001014 Tue Dec 28 08:31:00:00 PST 2015 * Write a test to ensure this changes file gets updated * Update changes file for 1.001013 1.001013 Sun Dec 28 08:00:00:00 PST 2015 * Fix a unit test that broke on some platforms with spaces in the $^X path 1.001012 Tue Dec 23 07:39:00:00 PST 2015 * Move test that was dropped in the wrong directory 1.001011 Sat Dec 20 09:08:00:00 PST 2015 * Remove POD Coverage test 1.001010 Fri Dec 19 20:16:00:00 PST 2015 * Fix windows test bug #491 * Integrate Test::Tester and Test::use::ok for easier downgrade from trial 1.001009 Sun Nov 2 22:31:08:00 PST 2014 * Fix bug in cmp_ok 1.001008 Wed Oct 15 20:10:22:00 PST 2014 * Updated Changes file 1.001007 Wed Oct 15 16:37:11:00 PST 2014 * Fix subtest name when skip_all is used 1.001006 Tue Sep 2 14:39:05:00 PST 2014 * Reverted change that is now part of alpha branch 1.001005 Tue Sep 2 19:47:19:00 JST 2014 * Changed install path for perl 5.12 or higher. 1.001004_003 Sat May 17 13:43:00 PST 2014 * Another Minor doc fix to solve test bug * Fix #399, conflict with strawberry-portable 1.001004_002 Sat May 17 13:43:00 PST 2014 * Minor doc fix to solve test bug 1.001004_001 Sat May 10 08:39:00 PST 2014 * Doc updates * Subtests accept args * Outdent subtest diag
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-04-20Update to 1.001003wen1-3/+2
Upstream changes: 1.001003 Fri Mar 21 21:12:32 PST 2014 * Doc updates for maintainer change 1.001002 Mon Nov 4 15:13:58 EST 2013 * no changes since 0.99 1.001001_001 Wed Oct 30 20:47:23 EDT 2013 * no code changes, just a new version number with more room to grow 0.99 Tue Oct 29 13:21:03 2013 EDT 2013 * restore ability to use regex with test_err and test_out (Zefram) [rt.cpan.org #89655] [github #389] [github #387] 0.99 Sat Oct 12 15:05:41 EDT 2013 * no changes since 0.98_06 0.98_06 Fri Sep 27 10:11:05 EDT 2013 Bug Fixes * Fix precedence error with (return ... and ...) (nthykier) [github #385] 0.98_05 Tue Apr 23 17:33:51 PDT 2013 Doc Changes * Add a shorter work around for the UTF-8 output problem. (Michael G Schwern) Bug Fixes * Test::Builder::Tester now works with subtests. (Michael G Schwern) [github 350] * Fix test_fail() inside a do statement. (nnutter) [github #369] New Features * A subtest will put its name at the front of its results to make subtests easier to read. [github #290] [github #364] (Brendan Byrd) Feature Changes * like() and unlike() no longer warn about undef. [github #335] (Michael G Schwern) 0.98_04 Sun Apr 14 10:54:13 BST 2013 Distribution Changes * Scalar::Util 1.13 (ships with Perl 5.8.1) is now required. (Michael G Schwern) Feature Changes * The default name and diagnostics for isa_ok() and new_ok() have changed. (Michael G Schwern) Docs Fixes * Added a COMPATIBILITY section so users know what major features were added with what version of Test::More or perl. [github 343] [github 344] (pdl) * Fix the ok() example with grep(). (derek.mead@gmail.com) Bug Fixes * A test with no plan and missing done_testing() now exits with non-zero. [github #341] (tokuhirom) * isa_ok() tests were broken in 5.17 because of a change in method resolution. [github #353] (Michael G Schwern) 0.98_03 Thu Jun 21 13:04:19 PDT 2012 New Features * cmp_ok() will error when used with something which is not a comparison operator, including =, += and the like. [github 141] (Matthew Horsfall) Bug Fixes * use_ok() was calling class->import without quoting which could cause problems if "class" is also a function. Doc Fixes * use_ok() has been discouraged and de-emphasized as a general replacement for `use` in tests. [github #288] * $thing is now $this in the docs to avoid confusing users of other languages. [Karen Etheridge] Incompatible Changes With Previous Alphas (0.98_01) * use_ok() will no longer apply lexical pragams. The incompatibilities and extra complexity is not worth the marginal use. [github #287] 0.98_02 Thu Nov 24 01:13:53 PST 2011 Bug Fixes * use_ok() in 0.98_01 was leaking pragmas from inside Test::More. This looked like Test::More was forcing strict. [rt.cpan.org 67538] (Father Chrysostomos) 0.98_01 Tue Nov 8 17:07:58 PST 2011 Bug Fixes * BAIL_OUT works inside a subtest. (Larry Leszczynski) [github #138] * subtests now work with threads turned on. [github #145] Feature Changes * use_ok() will now apply lexical effects. [rt.cpan.org 67538] (Father Chrysostomos) Misc * Test::More, Test::Simple and Test::Builder::Module now require a minimum version of Test::Builder. This avoids Test::More and Test::Builder from getting out of sync. [github #89]