]> git.vpit.fr Git - perl/modules/Variable-Magic.git/history - t
This is 0.64
[perl/modules/Variable-Magic.git] / t /
2024-03-18 David MitchellQuick and simple fix to make Variable-Magic pass again... rt151104
2022-09-20 Richard LeachAdd support for 5.37.3's PADSV_STORE optimization rt144052
2017-11-04 Vincent PitFix t/35-stash.t failures starting with 5.27.5 rt123314
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3
2016-12-07 Vincent PitTest that recasting happens only once
2016-09-06 Vincent PitSkip len magic test on negative indices on recent perls rt117081
2015-09-25 Vincent PitCorrectly bless UTF-8 transliteration op objects
2015-09-25 Vincent PitAdd support for ops of class UNOP_AUX
2015-07-21 Vincent PitRemove the done_testing() comment in t/09-load-threads.t
2015-07-21 Vincent PitSimplify the timeout logic in t/09-load-threads.t
2015-07-20 Vincent PitWork around stray exits in t/09-load-threads.t
2015-07-20 Vincent PitWork around stray exits in t/40-threads.t and t/41...
2015-07-20 Vincent PitUpdate VPIT::TestHelpers to ba865c42
2015-07-20 Vincent PitAvoid global lookups in the magic callbacks in t/18...
2015-07-20 Vincent PitDelay destruction of reference return values till the...
2015-07-20 Vincent PitTest timely destruction of values returned from magic...
2015-07-20 Vincent PitUpdate VPIT::TestHelpers to 3ba261a5
2015-04-16 Vincent PitRename a variable in t/09-load-threads.t
2015-04-16 Vincent PitAlso test cloning in t/09-load-threads.t
2015-04-14 Vincent PitUpdate VPIT::TestHelpers to 6d578776
2015-04-14 Vincent PitMake sure t/40-threads.t does not use the CLONE method
2015-04-14 Vincent PitUpdate VPIT::TestHelpers to 3edc6d15
2015-04-09 Vincent PitUpdate VPIT::TestHelpers to f24eb57f
2015-04-06 Vincent PitUpdate t/09-load-test.t
2015-03-31 Vincent PitImprove scheduling for the parallel loading test
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 PitRemove taint mode from t/15-self.t
2015-03-10 Vincent PitBetter logic for deciding if this perl has DEBUGGING...
2014-10-20 Vincent PitAdd support for METHOP ops rt99319
2014-09-22 Vincent PitAdd support for copy magic on code prototype clone rt90205
2014-09-22 Vincent PitReally make t/35-stash.t pass on 5.21.4 rt98525
2014-09-01 Vincent PitUse run_perl() from VPIT::TestHelpers
2014-09-01 Vincent PitMake t/35-stash.t pass on 5.21.4
2013-08-24 Vincent PitRemove obsolete kwalitee workarounds
2013-08-23 Vincent PitNo tabs please
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2013-01-30 Vincent PitUpdate VPIT::TestHelpers to e8344578
2012-11-05 Vincent PitAdd VMG_COMPAT_SCALAR_NOLEN rt80388
2012-11-05 Vincent PitMake t/35-stash.t pass with perl 5.17.4 and above
2012-11-02 Vincent PitDon't run the POD spelling test in taint mode
2012-08-22 Vincent PitUpdate author tests requirements
2012-08-20 Vincent PitCheck destruction order for exceptions thrown in free...
2012-08-20 Vincent PitUpdate how author tests load their dependencies
2012-08-18 Vincent PitProperly propagate exceptions when a free callback...
2012-08-12 Vincent PitReset the SV each time for the 'reset RMG flag' workaround
2012-08-11 Vincent PitDon't crash if dispell is called in a clear, free or...
2012-06-24 Vincent PitImprove Capture::Tiny discovery in t/17-ctl.t
2012-06-24 Vincent PitDon't use the main:: stash in the last test of t/17... rt77991
2012-06-24 Vincent PitMove the global destruction logic of t/15-self.t out...
2012-06-24 Vincent PitLower t/17-ctl.t's last test expectations
2012-06-23 Vincent PitCleaner version numbers
2012-06-21 Vincent PitTeach t/35-stash.t about perl 5.17.1
2012-06-05 Vincent PitTeach t/17-ctl.t about perl 5.17.0
2012-05-06 Vincent PitReuse the diag() helper in the TestThreads module
2012-02-19 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2012-02-17 Vincent PitAllow passing ref-to-undef as callbacks to install...
2012-02-17 Vincent PitIn t/22-len.t, localize the wizard for strings to the...
2012-02-16 Vincent PitProtect $@ inside Variable::Magic::TestWatcher::init_wa...
2012-02-16 Vincent PitTest that unqualified sub names as callbacks default...
2011-10-26 Vincent PitTest 'delete' uvar magic and introduce VMG_COMPAT_HASH_...
2011-10-26 Vincent Pit'store' and 'delete' uvar magics don't need the uvar...
2011-10-26 Vincent PitMake the watch { } wrapper properly apply context
2011-10-26 Vincent PitClean up threads tests a bit
2011-10-26 Vincent PitShare the vtables with threaded perls
2011-10-26 Vincent PitMGf_COPY and MGf_DUP should always be set for the perls...
2011-10-24 Vincent PitThreads tests may not be able to spawn all the threads
2011-10-24 Vincent PitRemove trailing whitespace
2011-10-23 Vincent PitPreserve the PATH environment variable when running...
2011-09-04 Vincent PitTweak some optional module loading in tests
2011-08-07 Vincent PitReplace $] by "$]"
2011-01-19 Vincent PitSwitch to qw<>
2011-01-19 Vincent PitUpdate magical flags after dispelling magic rt64866
2010-11-21 Vincent PitA terser way to display versions for modules used in...
2010-11-21 Vincent PitOnly use Capture::Tiny when it is working on a simple...
2010-11-21 Vincent PitA bare glob that isn't part of a fetch doesn't call...
2010-11-21 Vincent PitAdd more glob tests
2010-09-24 Vincent PitCorrectly propagate exceptions from _wizard()
2010-09-24 Vincent PitForce threads tests with the PERL_VARIABLE_MAGIC_TEST_T...
2010-09-24 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2010-06-25 Vincent PitMore control tests
2010-06-25 Vincent Pit5.13.2 calls get magic on globs
2010-06-25 Vincent PitAlways use a safe version of call_sv()
2010-06-25 Vincent PitException propagation fixes
2010-05-18 Vincent PitFix tests for perl 5.13
2010-05-18 Vincent PitFix t/18-opinfo.t failures with perl 5.13
2010-04-24 Vincent PitComplete coverage of the len callback
2010-04-24 Vincent PitImprove op_info coverage
2009-11-30 Vincent PitTest string callbacks
next