summaryrefslogtreecommitdiff
path: root/t/TEST
Commit message (Expand)AuthorAgeFilesLines
* _run_test() doesn't need to conform to TAP::Harness exec callback interface a...Vincent Pit2009-09-011-8/+4
* Fix include path for utf8 testsVincent Pit2009-09-011-1/+1
* Don't use the anonymous hash reference constructor in t/TESTVincent Pit2009-09-011-2/+4
* Don't quote -T/-t in _scan_test()Vincent Pit2009-08-311-2/+2
* Put the chdir logic into the two new helpers _before_fork() and _after_fork()Vincent Pit2009-08-311-9/+25
* Forge the test command to execute in a new _cmd() subroutineVincent Pit2009-08-311-22/+33
* Move more test options discovery from _run_test() to _scan_test()Vincent Pit2009-08-311-23/+45
* Remove the $ENV{PERL_CORE} boilerplate from Attribute::Handler's tests.Nicholas Clark2009-08-301-2/+1
* Remove the $ENV{PERL_CORE} boilerplate from I18N::Langinfo's tests.Nicholas Clark2009-08-301-1/+0
* Fix Safe tests under PERL_CORE and make safeops.t run againRafael Garcia-Suarez2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from Hash::Util::FieldHash's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from Hash::Util's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from DynaLoader's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from Data::Dumper's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from B's tests.Nicholas Clark2009-08-301-1/+0
* Break out B::Debug into its own directory in ext.Nicholas Clark2009-08-301-0/+1
* Remove the $ENV{PERL_CORE} boilerplate from Storable's tests.Nicholas Clark2009-08-301-1/+0
* Move TestInit.pm to the top level of the distribution, to make it easier to use.Nicholas Clark2009-08-301-3/+3
* Tidy up comments.Nicholas Clark2009-08-301-6/+4
* As well as PERL5LIB, remove PERLLIB and PERL5OPT from the environment.Nicholas Clark2009-08-301-0/+2
* Fix typo in TestInit and revert workaround.Steve Hay2009-08-301-3/+1
* Use ../../perl instead of ../../t/perl on Win32, as the latter doesn't work.Nicholas Clark2009-08-291-1/+3
* Use ../../t/perl rather than ../../perl, as the latter doesn't always exist.Craig A. Berry2009-08-281-1/+1
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-12/+57
* t/harness and t/TEST can both use the same _run_test() to invoke tests.Nicholas Clark2009-08-271-2/+6
* Share common code in t/TEST and t/harness, by having harness require ./TESTNicholas Clark2009-08-271-0/+13
* Break out the code that finds tests in MANIFEST into _tests_from_manifest().Nicholas Clark2009-08-261-40/+51
* %OVER was removed in October 2001 with 6ff868ee and 73ddec28.Nicholas Clark2009-08-261-3/+0
* t/TEST shouldn't use -M options until we've tested that they work.Nicholas Clark2009-08-261-4/+12
* Refactoring to consoldate some hard coded paths.Michael G. Schwern2009-08-251-6/+9
* There's no reason to load TestInit in TEST.Michael G. Schwern2009-08-251-1/+0
* Quote "strict"->import and "warnings"->import to quiet warnings.Michael G. Schwern2009-08-251-2/+2
* Refactor the code to run the test into _run_test()Michael G. Schwern2009-08-251-45/+61
* Refactoring to move the code to read the test for special options into its ow...Michael G. Schwern2009-08-251-33/+40
* This is reading the first line of the test, not running it.Michael G. Schwern2009-08-251-1/+1
* Run t/run/*.t before t/cmd/*.t, making the order base, cmd, run, and note why.Nicholas Clark2009-08-251-1/+5
* Remove File::Spec from t/TEST - VMS is fine without it. Win32 doesn't use it.Nicholas Clark2009-08-251-14/+20
* Add the new "porting" test directory to the test harnessJesse Vincent2009-08-031-0/+1
* Add t/benchmark to tests run if $ENV{PERL_BENCHMARK} is setMax Maischein2009-06-111-0/+2
* t/test - Hack for VMS pipe bug.John E. Malmberg2009-05-011-0/+8
* Move Module:Pluggable tests from t/Module_Pluggable to ext/Module_Pluggable/tNicholas Clark2009-03-251-1/+0
* Get $ENV{PERL5LIB} into a known consistent state under TEST - delete it!Nicholas Clark2009-02-171-0/+1
* win32/ext doesn't exist any more, so no need to look there for testsSteve Hay2009-02-121-2/+1
* Skip tests for flattened extensions that weren't built.Steve Hay2009-02-121-1/+1
* Skip tests for flattened extensions that weren't built.Craig A. Berry2009-02-081-0/+3
* RE: Perl @ 33218 (Stratus VOS patches)Paul Green2008-02-081-1/+1
* t/TEST doesn't check exit (was Re: Test::More bug?)Michael G. Schwern2007-09-191-0/+6
* Move Module::Pluggable tests up under main test directory.Craig A. Berry2007-04-221-0/+1
* Re: new C3 MRO patchBrandon Black2007-04-191-1/+1
* Shorten 'skipping...' test messageJerry D. Hedden2007-03-291-1/+1