This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / threads.t
2014-01-17 Father Chrysostomosthreads.t: Increase watchdog timeout
2013-10-28 Father ChrysostomosMake PL_incgv fully refcounted
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-01-01 Father Chrysostomos[perl #107366] Don’t clone GVs during thread join
2011-12-03 Tony Cookdon't depend on threads to do a watchdog when testing...
2011-07-29 David Mitchelldisable some shallow-recurse rpeep tests
2011-07-14 David Mitchellreduce size of threads.t test
2011-07-14 David Mitchellmake peep optimiser recurse mostly only shallowly
2011-03-07 Nicholas ClarkAdd skip_all_without_config() to test.pl, and use it...
2011-03-07 Nicholas ClarkRefactor 6 tests in t/op and t/run to use skip_all_if_m...
2011-02-16 Father Chrysostomos[perl #78494] Pipes cause threads to hang on join()
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-05-25 Nicholas ClarkFix CLONE/weakref bug revealed by adf8f095c5881bce.
2010-05-24 Nicholas ClarkSet PADSTALE on all lexicals at the end of sub creation.
2010-05-24 Nicholas ClarkDon't clone the contents of lexicals in pads.
2010-05-24 Nicholas ClarkWhen deleting CLONE_PARAMS, push any unreferenced SVs...
2010-05-24 Nicholas ClarkBetter ithreads cloning - add all SVs with a 0 refcnt...
2010-05-24 Nicholas ClarkAbstract *correct* initialisation of CLONE_PARAMS into...
2010-02-23 Nicholas ClarkRegression test for 34394ecd - SVs that were only on...
2010-01-11 David Mitchellfix for [perl #41138] $_ leaks under threads
2009-12-22 Father Chrysostomos[perl #70748] threads panic in del_backref
2009-11-25 Jesse VincentJerry's last patch to add a TODO test didn't update...
2009-11-25 Jerry D. HeddenAdd TODO test for perl #70748
2009-05-04 Nicholas ClarkFix SEGVs when cloning a typeglob that has been undefin...
2008-01-09 Dave Mitchellseen_eval regex field wasn't getting cloned
2007-12-27 Nicholas ClarkTest that we can clone regexps into new threads, and...
2007-10-11 Jerry D. HeddenGentler theads test
2007-10-11 Jerry D. HeddenMove threads test added in change 32091
2007-06-28 Jerry D. HeddenMove tests under 'threads' module
2007-06-26 Dave Mitchellavoid double-free of the thread function
2007-06-26 Jerry D. HeddenAdd TODO tests for refcount issues related to threads
2007-02-15 Jerry D. HeddenUse newer 'threads' constructs
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2006-12-31 Nicholas ClarkPL_linestr needs to survive until the end of scope...
2006-02-22 Nicholas ClarkChange 24643 made the mistake of assuming that CvCONST...
2005-11-21 H.Merijn BrandThread failures on AIX (and others) caused by interleav...
2005-11-02 Robin Houstonsort/multicall patch
2004-06-25 Rafael Garcia-SuarezMore @INC test fixes
2004-03-06 Nicholas ClarkMake threads tests pass make minitest (by skipping)
2004-01-20 Stas BekmanAdd a new test file for situations where threads may...