]> git.vpit.fr Git - perl/modules/Variable-Magic.git/history - t
Abstract the MGWIZ creation into a new vmg_mgwiz_alloc() function
[perl/modules/Variable-Magic.git] / t /
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
2009-02-11 Vincent PitPrefer using VMG_OP_INFO_* constants in t/35-stash.t
2009-02-11 Vincent Pitfree magic isn't called for array values delete on...
2009-02-09 Vincent PitTest magic on symbol table in a new t/35-stash.t
2009-02-09 Vincent PitTest magic on array/hash elements
2009-02-08 Vincent PitGet current op information in magic callbacks
2009-02-07 Vincent PitSet $_[2] to the default length for len magic on scalars
2009-02-07 Vincent PitAmend last change to make t/28-uvar.t pass again
2009-02-06 Vincent PitTest description nit in t/28-uvar.t
2009-01-24 Vincent PitTest uvar magic on tied hashes
2009-01-24 Vincent PitFix segfaults when using get or uvar magic simultaneous...
2009-01-24 Vincent PitMore tests for t/31-array.t
2009-01-24 Vincent PitDon't assign results in check blocks
2009-01-23 Vincent PitAllow editing the key SV in uvar callbacks by passing...
2009-01-23 Vincent PitTest assigning to the key in an uvar callback
2009-01-23 Vincent PitAlso test exists in t/32-hash.t
2009-01-23 Vincent PitReenable copy tests in t/32-hash.t as they are not...
2009-01-22 Vincent PitTest emptying a hash (can't believe this wasn't already...
2009-01-21 Vincent PitReport file/line of failures correctly
2009-01-20 Vincent PitDon't call the free callback in global destruction
2009-01-20 Vincent PitOutput the build number for Win32 AS perls at the begin...
2009-01-19 Vincent PitA better fix for handling exceptions at compile time.
2009-01-19 Vincent PitTest the "die in free callback in BEGIN" issue in a...
2009-01-18 Vincent PitConvert t/16-huf.t to the new testing framework
2009-01-18 Vincent PitConvert t/34-glob.t to the new testing framework
2009-01-18 Vincent PitConvert t/33-code.t to the new testing framework
2009-01-18 Vincent PitConvert t/32-hash.t to the new testing framework, but...
2009-01-18 Vincent PitConvert t/31-array.t to the new testing framework
2009-01-18 Vincent PitConvert t/30-scalar.t to the new testing framework
2009-01-18 Vincent PitConvert t/28-uvar.t to the new testing framework
next