summaryrefslogtreecommitdiff
path: root/t/op/inccode.t
Commit message (Expand)AuthorAgeFilesLines
* Fix some unit tests to use new refcount_is() functionPaul "LeoNerd" Evans2022-08-021-6/+7
* Use set_up_inc for several unit testsNicolas R2016-08-181-2/+2
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get inccode.t working under miniperlFather Chrysostomos2014-09-021-1/+2
* Fix require’s get-magic handling for @INC elementsFather Chrysostomos2014-01-101-1/+35
* [perl #120657] Fix require PADTMP when @INC=(sub{},sub{})Father Chrysostomos2014-01-041-1/+15
* Don’t free initial src from @INC sub too earlyFather Chrysostomos2013-09-191-1/+7
* Test that when directories in @INC are skipped, coderefs are still called.Nicholas Clark2012-08-011-5/+20
* fix test from previous commitJesse Luehrs2012-06-261-6/+6
* fix memory leak in @INC filters that die [perl #92252]Jesse Luehrs2012-06-261-1/+21
* Refactor inccode.t to use is_miniperl() instead of $ENV{PERL_CORE_MINITEST}Nicholas Clark2011-03-081-10/+9
* Remove now-unnecessary C<use File::Spec> from t/op/inccode.tNicholas Clark2011-02-251-1/+0
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-1/+1
* Use test.pl's tempfile().Nicholas Clark2008-08-071-7/+1
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-1/+24
* Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu)Abe Timmerman2007-03-151-23/+29
* Re: [perl #41071] require stringifies code references in tied @INCRick Delaney2006-12-181-1/+3
* fails under minitestRobin Barker2006-11-081-10/+15
* When code is loaded through an @INC-hook, and when this hookRafael Garcia-Suarez2006-11-031-1/+22
* Tests for having multiple pipes open simultaneously.Nicholas Clark2006-04-151-2/+63
* Re: Simple @INC hook core dump [PATCH]Gisle Aas2003-10-091-2/+19
* new testRafael Garcia-Suarez2002-01-301-1/+9
* cleaner close on tests, take 2 Andreas König2001-12-291-50/+70
* additional docs and testsRafael Garcia-Suarez2001-09-301-1/+19
* Replace the use Test::More in t/{op,io,run} with t/test.pl.Jarkko Hietaniemi2001-09-251-3/+5
* More testsRafael Garcia-Suarez2001-09-241-25/+22
* , was t/op/incode.t breaks make minitestRafael Garcia-Suarez2001-09-011-3/+8
* Re: [PATCH] newer tests for the coderef-in-@INC !Rafael Garcia-Suarez2001-08-291-23/+45
* Re: [PATCH] new tests for the coderef-in-@INCMichael G. Schwern2001-08-271-41/+56
* [PATCH] new tests for the coderef-in-@INCAbhijit Menon-Sen2001-08-271-0/+95