summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple
Commit message (Collapse)AuthorAgeFilesLines
* cpan/Test-Simple: sync with CPAN Test-Simple-1.302190Chad Granum2022-03-0874-78/+85
| | | | From Changes: Fix subtest times to be hi-res; Fix #890, #891.
* Update Test-Simple to 1.302188Leon Timmermans2021-10-1972-87/+137
|
* Update Test::Simple from 1.302183 to 1.302185Max Maischein2021-05-2371-74/+112
|
* Update Test-Simple to CPAN version 1.302183Chris 'BinGOs' Williams2020-11-1471-71/+94
| | | | | | | | [DELTA] 1.302183 2020-10-21 20:10:36-07:00 America/Los_Angeles - avoid closing over scalar in BEGIN block in cmp_ok eval
* Update Test-Simple to CPAN version 1.302181Todd Rinaldo2020-10-0871-80/+83
| | | | | | | | | [DELTA] 1.302182 2020-10-05 22:02:28-07:00 America/Los_Angeles - Fix 5.6 support - Fix fragile %INC handling in a test
* Update Test-Simple to CPAN version 1.302181Todd Rinaldo2020-09-1582-196/+3783
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.302181 2020-09-14 09:46:04-07:00 America/Los_Angeles - put try_sig_mask back where it goes (And add test to prevent this in the future) - Drop new List::Util requirement back down 1.302180 2020-09-13 23:11:18-07:00 America/Los_Angeles - No changes since last trial 1.302179 2020-09-12 22:35:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Bump minimum List::Util version (for uniq) 1.302178 2020-09-07 14:11:52-07:00 America/Los_Angeles (TRIAL RELEASE) - Move try_sig_mask to the only module that uses it. - Inherit warnings bitmask in cmp_ok string eval - Update copyright date - Improved API for interept {} and what it returns 1.302177 2020-08-06 21:46:06-07:00 America/Los_Angeles - Minor fix to author downstream test - No significant changes since the last trial 1.302176 2020-08-05 21:45:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix Test::More's $TODO inside intercept (#862)
* Sync Test-Simple with CPAN version 1.302175Chad Granum2020-04-2867-81/+97
| | | | Okayed as code freeze exception per discussion with pumpking.
* Sync Test-Simple with CPAN version 1.302173Chad Granum2020-03-2766-79/+93
|
* Sync Test-Simple with CPAN version 1.302171Chad Granum2020-01-1767-72/+79
|
* Update Test-Simple to CPAN version 1.302170Chad Granum2019-12-0465-65/+67
| | | | | | | | From Changes: 1.302170 2019-12-02 13:25:48-08:00 America/Los_Angeles - Fix unwanted END phase event (#840)
* Update Test-Simple to CPAN version 1.302169Chad Granum2019-11-1867-88/+134
| | | | | | | | | | | | From Changes: 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>) Committer: perldelta for synch-with-cpan
* Update Test-Simple to CPAN version 1.302168Chad Granum2019-09-1367-78/+143
| | | | | | | | | | | | 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
* Update Test-Simple to CPAN version 1.302166Chad Granum2019-08-1967-71/+145
| | | | | | | | | | | 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
* Update Test-Simple to CPAN version 1.302164Chris 'BinGOs' Williams2019-06-0366-75/+103
| | | | | | | | | | | | | [DELTA] 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)
* Update Test-Simple to CPAN version 1.302162Chris 'BinGOs' Williams2019-02-1464-65/+65
| | | | | | | | [DELTA] 1.302162 2019-02-05 19:55:14-08:00 America/Los_Angeles - Typo fixes in documentation
* Update Test-Simple to CPAN version 1.302161Chris 'BinGOs' Williams2019-01-2966-422/+87
| | | | | | | | [DELTA] 1.302161 2019-01-29 09:34:27-08:00 America/Los_Angeles (TRIAL RELEASE) - Remove SHM Optimization
* Update Test-Simple to CPAN version 1.302160Chris 'BinGOs' Williams2019-01-1974-211/+889
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 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 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!)
* Sync Test::Simple with CPAN version 1.302141James E Keenan2018-12-0164-65/+66
| | | | Committer: Update perldelta
* Synch with CPAN Test-Simple 1.302140.Chad Granum2018-08-1765-65/+94
| | | | Addressing RT 133382.
* Upgrade Test::Simple from version 1.302136 to 1.302138Steve Hay2018-07-1665-64/+100
|
* Upgrade Test::Simple from vesion 1.302133 to 1.302136Steve Hay2018-07-0376-107/+231
|
* Upgrade Test-Simple from version 1.302122 to 1.302133Todd Rinaldo2018-03-1875-130/+1469
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 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 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 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 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
* Upgrade Test-Simple from version 1.302120 to 1.302122Steve Hay2018-02-0863-110/+216
|
* Upgrade Test-Simple from version 1.302113 to 1.302120Steve Hay2017-11-3069-127/+409
|
* Upgrade Test::Simple from version 1.302111 to 1.302113Steve Hay2017-11-2163-64/+79
|
* Sync cpan/Test-Simple with CPAN version 1.302111.James E Keenan2017-11-1874-109/+221
|
* Portability fix for Test::Simple 'do' test.Craig A. Berry2017-11-161-1/+2
| | | | | | | | | Prepending './' to what might not be a Unix filespec can't be relied on to work (and it definitely doesn't on VMS). So use the functions File::Spec provides to do this portably. N.B. File::Spec->catfile() is smart enough not to prepend the value of curdir() if it's already there.
* Upgrade Test-Simple from version 1.302101 to 1.302103Steve Hay2017-10-1861-65/+126
|
* Upgrade Test-Simple from version 1.302100 to 1.302101Steve Hay2017-10-1361-61/+61
|
* Upgrade Test-Simple from vesion 1.302098 to 1.302100Steve Hay2017-10-1261-62/+97
|
* Update Test-Simple to CPAN version 1.302098Chris 'BinGOs' Williams2017-10-0562-61/+90
| | | | | | | | | [DELTA] 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
* Upgrade Test-Simple from version 1.302096 to 1.302097Steve Hay2017-10-0379-88/+302
|
* Upgrade Test-Simple from version 1.302073 to 1.302096Steve Hay2017-10-03152-1941/+6849
| | | | (includes regen/lib_cleanup.pl)
* Use File::Spec->catfile() in Test2's Files.t test.Craig A. Berry2017-01-141-3/+5
| | | | | | | Explicitly using forward slashes to concatenate filenames is not portable and we've already loaded File::Spec anyway. Also, don't try to remove the directory we're cleaning up unless we were successful in opening it.
* Update Test-Simple to CPAN version 1.302073Chris 'BinGOs' Williams2016-12-1995-145/+291
|
* Upgrade Test-Simple to 1.302071.James E Keenan2016-12-1851-96/+537
| | | | Had to run ./perl -Ilib regen/lib_cleanup.pl.
* Update Test-Simple to CPAN version 1.302067Chris 'BinGOs' Williams2016-12-0353-114/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 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()
* Test2: __LINE__ and (caller)[2] may be different under Data::DumperAaron Crane2016-11-121-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | The __LINE__ token is compiled as an op_const pointing to an SvPV containing the stringification of the line number. But (caller)[2] yields an SvIV that directly represents the line number. Data::Dumper now uses its XS implementation by default, even when its Deparse option is enabled; previously, Deparse forced use of the pure-Perl implementation. The XS and pure-Perl implementations of Data::Dumper differ slightly: the pure-Perl implementation always dumps defined non-reference scalars with quotes, while the XS implementation uses a quote-less representation for small integers. (The precise differences have changed over time, however.) Test-Simple/t/Test2/modules/API/Context.t uses the minimal testing library in Test-Simple/t/tools.pl to test itself, and t/tools.pl in turn implements is_deeply() by doing the equivalent of is(Dumper($got), Dumper($expected)). Finally, it does is_deeply() on structures containing a line number, but the "got" structure contains the result of (caller)[2], while the "expected" structure contains __LINE__. So now that the dumps of those structures are different, the test fails. Fix this by doing arithmetic on the __LINE__, thus forcing it to be an IV.
* Upgrade Test::Simple from version 1.302059 to 1.302062Steve Hay2016-11-0149-53/+193
|
* Upgrade Test::Simple from version 1.302056 to 1.302059Steve Hay2016-10-1351-132/+224
|
* Upgrade Test::Simple from version 1.302052 to 1.302056Steve Hay2016-09-1452-89/+419
|
* Upgrade Test::Simple from version 1.302049 to 1.302052Steve Hay2016-08-1746-46/+62
|
* Upgrade Test-Simple from version 1.302045 to 1.302049Steve Hay2016-08-0946-47/+80
|
* Upgrade Test-Simple from version 1.302040 to 1.302045Steve Hay2016-07-2047-78/+433
|
* Upgrade Test-Simple from version 1.302037 to 1.302040Steve Hay2016-07-1247-86/+288
|
* Update Test-Simple to 1.302037Chad Granum2016-07-0446-46/+120
| | | | | | | | | This includes many bugfixes and documentation updates. This also fixes a notable bug where one test would pass under the harness, but fail when run directly under perl (due to perl RT #128530) For: RT #128536
* Upgrade Test::Simple from version 1.302026 to 1.302035Steve Hay2016-06-2848-63/+250
|
* Test-Simple: Remove files left over from old CPAN releasesSteve Hay2016-06-273-439/+0
| | | | and fix EXCLUDED files list in Porting/Maintainers.pl
* Update to Test-Simple 1.302026Chad Granum2016-06-0749-99/+458
| | | | | - Fix SHM leak - Update Porting/Maintainers.pl
* skip a Tets-Simple test that's leaking shm blocksTony Cook2016-06-071-0/+2
| | | | | | Reported upstream as https://github.com/Test-More/test-more/issues/679