]> git.vpit.fr Git - perl/modules/Scope-Upper.git/history - t
Do less function calls in Scope::Upper::TestGenerator::gen()
[perl/modules/Scope-Upper.git] / t /
2012-09-09 Vincent PitDo less function calls in Scope::Upper::TestGenerator...
2012-09-09 Vincent PitRework how Scope::Upper::TestGenerator generates its...
2012-09-09 Vincent PitUpdate VPIT::TestHandlers
2012-09-09 Vincent PitDo less eval STRING in t/85-stress-unwind.t
2012-09-08 Vincent PitMake t/85-stress-unwind.t predictable
2012-09-08 Vincent PitRevamp t/85-stress-unwind.t
2012-09-07 Vincent PitCheck that unwind(-1) dies and that unwind() doesn't
2012-08-22 Vincent PitPort module loading in tests to VPIT::TestHelpers
2012-08-22 Vincent PitUpdate author tests, and add a POD spelling test
2012-07-18 Vincent PitVersion requirements overhaul
2012-07-18 Vincent PitTest uplevel's behaviour regarding to match variables...
2012-02-19 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2011-10-22 Vincent Pitt/59-unwind-threads.t should always run at least one...
2011-10-22 Vincent PitThreads tests may not be able to spawn all the threads
2011-10-10 Vincent PitSkip a destructor test on perl 5.6 in t/74-uid-validate.t
2011-10-10 Vincent PitTrailing whitespace in tests
2011-10-10 Vincent PitImplement uid() and validate_uid()
2011-10-08 Vincent PitDon't rely on accessing the values of Perl_runops_...
2011-10-02 Vincent PitFix goto &xsub in uplevel
2011-09-23 Vincent PitFix uplevel() recalling into an XSUB
2011-09-19 Vincent PitTest that goto-to-uplevel does not mess up returned...
2011-09-19 Vincent PitPrevent simple uplevel argument tests from reifying @_
2011-09-19 Vincent PitFix calling goto to replace an uplevel'd subroutine...
2011-09-13 Vincent PitFix a test in t/60-uplevel-target.t that does not test...
2011-09-13 Vincent PitDon't rely on being able to access the old context...
2011-09-13 Vincent PitInline Perl_cv_clone() and Perl_new_pad() rt71212
2011-09-13 Vincent PitActivate the correct pad when calling the uplevel'd...
2011-09-04 Vincent PitTest unwinding while unwinding
2011-09-03 Vincent PitImplement uplevel()
2011-09-03 Vincent PitCorrect a couple of test descriptions
2011-08-24 Vincent PitUpdate bundled Test::Leaner to 0.04
2011-07-18 Vincent PitReplace $] by "$]"
2011-07-18 Vincent PitUpdate bundled Test::Leaner to 0.03
2011-03-05 Vincent PitSwitch to qw<>
2011-02-28 Vincent PitInvalidate the method cache when localizing subroutines
2011-02-26 Vincent PitReally include Test::Leaner 0.02
2011-02-26 Vincent PitCompatibility fix for perl 5.13.10 rt64997
2011-02-06 Vincent PitRun lengthy tests with Test::Leaner
2010-12-20 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2010-05-18 Vincent PitTie the array after localizing it in t/{34,44}-*-magic.t
2010-05-18 Vincent PitSkip two pairs of tests in t/20-localize-target.t with...
2010-04-16 Vincent PitSkip t/05-words.t when ran under the debugger
2010-04-16 Vincent PitDisallow reference localization targets
2010-04-16 Vincent PitBe stricter about what localize_elem() accepts
2010-04-16 Vincent PitFix numerous localizations in the same scope not happening
2010-04-15 Vincent PitProperly vivify nonexistent glob slots rt55593
2010-04-15 Vincent PitAlso apply the context overwrite workaround when not... rt56301
2010-01-14 Vincent PitCorrect some test descriptions
2010-01-14 Vincent PitMore tests for reap and localized at given/when
2010-01-14 Vincent PitWe don't really need a more lexical $_ in the test...
2010-01-14 Vincent PitFix handling of given/when
2009-09-26 Vincent PitKwalitee test overhaul
2009-05-17 Vincent PitGet rid of t/90-boilerplate.t
2009-05-17 Vincent PitA better test for imports
2009-05-02 Vincent PitSkip t/59-unwind-threads.t when the module is not threa...
2009-05-02 Vincent PitIntroduce SU_THREADSAFE
2009-03-26 Vincent PitTest unwind in threads
2009-03-16 Vincent PitFix reap() clobbering the return stack, as reported... rt44204
2009-03-13 Vincent PitRename t/53-unwind-context.t to t/56-unwind-context.t
2009-03-12 Vincent PitTypo in test description
2009-03-01 Vincent PitCorrect some test descriptions
2009-02-26 Vincent PitTest localize on magical scalar variables
2009-02-15 Vincent PitFix "localize *x, 'y', $cx" to match Perl behaviour
2009-01-16 Vincent PitAdd a warning in t/05-words.t
2009-01-16 Vincent PitIntroduce SCOPE()
2009-01-16 Vincent PitRemove the non debugger-safe DOWN
2009-01-14 Vincent PitMake levels absolute
2009-01-13 Vincent PitReplace raw level numbers by words, except in t/55...
2009-01-12 Vincent PitIn t/85-stress-unwind.t, don't rely on is_deeply to...
2009-01-12 Vincent PitUse a context for passing arguments to su_unwind()
2009-01-12 Vincent PitCorrect test description
2009-01-12 Vincent PitStress test unwind()
2009-01-11 Vincent PitComplete with_at() coverage
2009-01-11 Vincent PitIntroduce want_at()
2009-01-11 Vincent PitIntroduce CALLER()
2009-01-11 Vincent PitSanitize and check unwind targets
2009-01-11 Vincent PitMove t/50- to t/53-
2009-01-11 Vincent PitAdd t/55-unwind-multi.t (with a failing test)
2009-01-11 Vincent PitTest unwind() with prototypes
2009-01-11 Vincent PitAdd unwind()
2009-01-09 Vincent PitTest dieing into a reap callback
2009-01-09 Vincent PitFactor similar stress level tests in t/81-stress-level.t
2009-01-09 Vincent PitIntroduce *5-*-multi.t tests
2009-01-09 Vincent PitReorder tests
2009-01-06 Vincent PitThe 5.6 failure was actually a compile-time error,...
2009-01-05 Vincent PitRename CURRENT to HERE
2009-01-05 Vincent PitAlso add localize_delete() to t/01-import.t
2009-01-05 Vincent PitAdd more level words. Rename TOPLEVEL to TOP
2009-01-04 Vincent PitFix deletion of localized array elements with negative...
2009-01-04 Vincent PitFix segfault when localizing array elements with an...
2009-01-03 Vincent PitTest next and last
2009-01-03 Vincent PitMore localize_delete() tests
2008-12-29 Vincent PitAdd localize_delete()
2008-12-29 Vincent PitSkip two croaking tests on 5.6
2008-12-28 Vincent PitTest incompletely tied arrays
2008-12-28 Vincent PitMore tests for localized nonexistent array elements
2008-12-28 Vincent PitLocalized nonexistant array elements should be deleted...
2008-12-26 Vincent PitImporting Scope-Upper-0.01 v0.01