]> git.vpit.fr Git - perl/modules/autovivification.git/history - t
This is 0.18
[perl/modules/autovivification.git] / t /
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3 rt123411
2015-07-31 Vincent PitHarden t/50-threads.t against stray exits
2015-07-31 Vincent PitHarden t/09-load-threads.t against stray exits
2015-07-31 Vincent PitUpdate VPIT::TestHelpers to ba865c42
2015-07-01 Vincent PitUpdate VPIT::TestHelpers to 3ba261a5
2015-05-14 Vincent PitRevamp module setup/teardown
2015-05-12 Vincent PitUpdate VPIT::TestHelpers to 2a6ac0f1
2015-04-29 Vincent PitSpecify the lists in the iterator object
2015-04-29 Vincent PitAlso test stores in t/44-multideref.t
2015-04-27 Vincent PitTest multideref support
2015-03-12 Vincent PitUpdate VPIT::TestHelpers to 3c878c7c
2014-11-01 Vincent PitAlso mark the unstack ops in our peephole optimizer rt99458 rt99904
2014-10-13 Vincent PitTest that infinite loops don't crash
2014-10-04 Vincent PitDo nothing after that the thread local storage has...
2014-10-04 Vincent PitUse run_perl() from VPIT::TestHelpers rt97703
2013-08-24 Vincent PitUpdate bundled Test::Leaner to 0.05
2013-08-24 Vincent PitMake Perl version numbers more readable
2013-08-24 Vincent PitRemove obsolete kwalitee workarounds
2013-08-23 Vincent PitNo tabs please
2013-08-23 Vincent PitRemove trailing whitespace
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2013-01-30 Vincent PitUpdate VPIT::TestHelpers to e8344578
2012-11-02 Vincent PitDon't run the POD spelling test in taint mode
2012-10-29 Vincent PitPort module loading in tests to VPIT::TestHelpers
2012-10-29 Vincent PitUpdate author tests, and add a POD spelling test
2012-02-19 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2011-11-11 Vincent PitPreserve the PATH environment variable when running...
2011-11-11 Vincent PitThreads tests may not be able to spawn all the threads
2011-08-24 Vincent PitReplace $] by "$]"
2011-08-24 Vincent PitUpdate bundled Test::Leaner to 0.04
2011-01-04 Vincent PitAlways skip seen ops in our peep replacement rt64435
2011-01-03 Vincent PitSwitch to qw<>
2010-12-30 Vincent PitMake it easier to tweak the parameters of t/50-threads.t
2010-12-29 Vincent PitRun lengthy tests with Test::Leaner
2010-12-23 Vincent PitDocument and test vivification of function arguments
2010-10-03 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2010-06-26 Vincent PitTest numerous autovivifications
2010-06-01 Vincent PitAdd a basic thread safety test in t/50-threads.t
2010-04-24 Vincent PitWhen a thread exits, teardown what we set up
2010-04-24 Vincent PitImprove the require propagation workaround
2010-04-23 Vincent PitMake sure a_defined() calls get magic before testing... rt56870
2010-03-04 Vincent PitHandle non-numeric hints rt55154
2010-01-09 Vincent PitTest keys/values @array
2010-01-09 Vincent PitRename t/21-hash-specific.t to t/22-hash-kv.t
2009-09-26 Vincent PitKwalitee test overhaul
2009-06-24 Vincent PitHandle array and hash slices
2009-06-19 Vincent PitCover a_ck_padsv()
2009-06-19 Vincent PitAlso handle old-style dereferencing "$$hashref{key}"
2009-06-19 Vincent PitOnly generate the non-ref test once
2009-06-18 Vincent PitStore UVs more portably into the hint
2009-06-18 Vincent PitAlso test arrays without aelemfast optimization
2009-06-18 Vincent PitRename tests
2009-06-18 Vincent PitClassify aliasing constructs in the "store" category
2009-06-17 Vincent PitBetter test descriptions
2009-06-17 Vincent PitReally test non-ref arrays and hashes
2009-06-17 Vincent PitTest "use autovivification"
2009-06-17 Vincent PitA crude warning test
2009-06-17 Vincent PitTest keys/values on true references
2009-06-17 Vincent PitRun t/23-hash-specific.t under taint mode
2009-06-17 Vincent PitDon't autovivify in keys/values
2009-06-17 Vincent PitPlain dereferencing shouldn't have a different behaviour
2009-06-15 Vincent PitFactor the common part of t/20-hash.t and t/21-array...
2009-06-15 Vincent PitRegenerate t/21-array.t without extraneous spaces at...
2009-06-15 Vincent PitDon't vivify when aliasing
2009-06-14 Vincent PitInitial import