]> git.vpit.fr Git - perl/modules/Variable-Magic.git/history - t/lib
This is 0.64
[perl/modules/Variable-Magic.git] / t / lib /
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3
2015-07-20 Vincent PitUpdate VPIT::TestHelpers to ba865c42
2015-07-20 Vincent PitUpdate VPIT::TestHelpers to 3ba261a5
2015-04-14 Vincent PitUpdate VPIT::TestHelpers to 6d578776
2015-04-14 Vincent PitUpdate VPIT::TestHelpers to 3edc6d15
2015-04-09 Vincent PitUpdate VPIT::TestHelpers to f24eb57f
2015-03-30 Vincent PitSet PERL_DESTRUCT_LEVEL through the environment variabl...
2015-03-30 Vincent PitAlways honor $ENV{PERL_DESTRUCT_LEVEL} when it's set...
2015-03-30 Vincent PitUse PERL_FORCE_TEST_THREADS to force testing global...
2015-03-30 Vincent PitRevamp PERL_DESTRUCT_LEVEL handling
2015-03-30 Vincent PitAllow passing level 0 to Variable::Magic::TestGlobalDes...
2015-03-28 Vincent PitPort thread tests to the new VPIT::TestHelpers interface
2015-03-28 Vincent PitThoroughly test module loading in threads
2015-03-28 Vincent PitUpdate VPIT::TestHelpers to 4eeb5afc
2015-03-11 Vincent PitUpdate VPIT::TestHelpers to 3d200396
2015-03-10 Vincent PitCode cleanups in Variable::Magic::TestGlobalDestruction...
2015-03-10 Vincent PitMake Variable::Magic::TestGlobalDestruction::import...
2015-03-10 Vincent PitOutput a diagnostic if global destruction is not tested
2015-03-10 Vincent PitOnly test global destruction on perl 5.13.4+
2015-03-10 Vincent PitBetter logic for deciding if this perl has DEBUGGING...
2014-09-01 Vincent PitUse run_perl() from VPIT::TestHelpers
2013-01-30 Vincent PitUpdate VPIT::TestHelpers to e8344578
2012-08-20 Vincent PitUpdate how author tests load their dependencies
2012-06-24 Vincent PitMove the global destruction logic of t/15-self.t out...
2012-06-23 Vincent PitCleaner version numbers
2012-05-06 Vincent PitReuse the diag() helper in the TestThreads module
2012-02-16 Vincent PitProtect $@ inside Variable::Magic::TestWatcher::init_wa...
2011-10-26 Vincent PitMake the watch { } wrapper properly apply context
2011-10-24 Vincent PitThreads tests may not be able to spawn all the threads
2011-01-19 Vincent PitSwitch to qw<>
2009-04-19 Vincent PitRename Variable::Magic::TestDieRequired to Variable...
2009-03-26 Vincent PitProperly unmortalize the wizard after removing it from...
2009-03-21 Vincent PitTest when magic actions take place
2009-03-21 Vincent PitRename test functions init() and check() to init_watche...
2009-02-19 Vincent PitFix and test segfaults and wrong "Unknown error" except...
2009-01-24 Vincent PitDon't assign results in check blocks
2009-01-21 Vincent PitReport file/line of failures correctly
2009-01-18 Vincent PitFactor some test logic in a helper module