]> git.vpit.fr Git - perl/modules/Variable-Magic.git/history - t
Typo in POD
[perl/modules/Variable-Magic.git] / 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
2009-11-30 Vincent PitTest destruction of magic callbacks
2009-11-30 Vincent PitAlso test getdata() in t/80-leaks.t
2009-11-30 Vincent PitStop leaking objects stored in the data slot
2009-11-30 Vincent PitFix t/35-stash.t for 5.11.2
2009-11-26 Vincent PitRemove all signature-related features
2009-10-04 Vincent PitIntroduce VMG_COMPAT_ARRAY_PUSH_NOLEN_VOID and fix...
2009-10-04 Vincent PitA better t/01-import.t
2009-09-26 Vincent PitKwalitee test overhaul
2009-08-25 Vincent PitIntroduce VMG_FORKSAFE
2009-08-08 Vincent PitGet rid of t/90-boilerplate.t
2009-06-23 Vincent PitMake getdata() return an empty list when no magic is...
2009-06-23 Vincent PitAlso require threads 1.67 and threads::shared 1.14...
2009-05-21 Vincent PitVMG_COMPAT_ARRAY_PUSH_NOLEN needs to be enabled for...
2009-05-15 Vincent PitRequire threads 1.67 and threads::shared 1.14 in t...
2009-05-15 Vincent PitTest repeated method calls on stashes
2009-04-19 Vincent PitPrevent call_sv() in vmg_svt_free() to clobber the...
2009-04-19 Vincent PitRename Variable::Magic::TestDieRequired to Variable...
2009-03-28 Vincent PitTest (lack of) stash magic for dynamic method calls
2009-03-26 Vincent PitProperly unmortalize the wizard after removing it from...
2009-03-23 Vincent Pitskip $desc => $num is neater
2009-03-23 Vincent PitTest that the uvar/clear doesn't confuse B::Deparse...
2009-03-23 Vincent PitTest stash magic with AUTOLOAD
2009-03-23 Vincent PitBetter metasyntactic variable names for t/35-stash.t
2009-03-23 Vincent PitMore stash tests for functions/methods
2009-03-23 Vincent PitThere's no need to disable strict refs for getting...
2009-03-22 Vincent PitTest variables in other stashes
2009-03-21 Vincent PitTest when magic actions take place
2009-03-21 Vincent PitRename test functions init() and check() to init_watche...
2009-03-21 Vincent PitRevert "clear magic only applies to arrays and hashes"
2009-03-16 Vincent PitLock shared variables
2009-03-03 Vincent PitFactor the regexp in t/12-sig.t
2009-03-02 Vincent PitTest L:{last L} in t/18-opinfo.t
2009-03-02 Vincent PitBuild better testcases in t/18-opinfo.t
2009-03-02 Vincent PitTest loop ops
2009-03-01 Vincent PitStore a placeholder in the wizards set for every manual...
2009-02-28 Vincent PitTest numeric signatures too big/small
2009-02-28 Vincent PitDon't store the sig in the mg_private field
2009-02-24 Vincent PitFix the B stashes cache cloning, and really use it...
2009-02-22 Vincent PitReorder the arguments to the thread callback in t/40...
2009-02-22 Vincent PitTest op_info in free callbacks
2009-02-22 Vincent PitMove the op_info tests to a new t/18-opinfo.t
2009-02-22 Vincent PitPass the signature as a thread callback argument in...
2009-02-20 Vincent PitMore tests for different op types
2009-02-20 Vincent PitBless the op info object into the right class (stealing...
2009-02-19 Vincent PitFix and test segfaults and wrong "Unknown error" except...
2009-02-17 Vincent PitMore code tests
2009-02-16 Vincent PitMake op_info thread safe
2009-02-12 Vincent PitFix the testsuite for 5.8.3 and lower
next