| Commit message (Expand) | Author | Age | Files | Lines |
* | _run_test() doesn't need to conform to TAP::Harness exec callback interface a... | Vincent Pit | 2009-09-01 | 1 | -8/+4 |
* | Fix include path for utf8 tests | Vincent Pit | 2009-09-01 | 1 | -1/+1 |
* | Don't use the anonymous hash reference constructor in t/TEST | Vincent Pit | 2009-09-01 | 1 | -2/+4 |
* | Don't quote -T/-t in _scan_test() | Vincent Pit | 2009-08-31 | 1 | -2/+2 |
* | Put the chdir logic into the two new helpers _before_fork() and _after_fork() | Vincent Pit | 2009-08-31 | 1 | -9/+25 |
* | Forge the test command to execute in a new _cmd() subroutine | Vincent Pit | 2009-08-31 | 1 | -22/+33 |
* | Move more test options discovery from _run_test() to _scan_test() | Vincent Pit | 2009-08-31 | 1 | -23/+45 |
* | Remove the $ENV{PERL_CORE} boilerplate from Attribute::Handler's tests. | Nicholas Clark | 2009-08-30 | 1 | -2/+1 |
* | Remove the $ENV{PERL_CORE} boilerplate from I18N::Langinfo's tests. | Nicholas Clark | 2009-08-30 | 1 | -1/+0 |
* | Fix Safe tests under PERL_CORE and make safeops.t run again | Rafael Garcia-Suarez | 2009-08-30 | 1 | -1/+0 |
* | Remove the $ENV{PERL_CORE} boilerplate from Hash::Util::FieldHash's tests. | Nicholas Clark | 2009-08-30 | 1 | -1/+0 |
* | Remove the $ENV{PERL_CORE} boilerplate from Hash::Util's tests. | Nicholas Clark | 2009-08-30 | 1 | -1/+0 |
* | Remove the $ENV{PERL_CORE} boilerplate from DynaLoader's tests. | Nicholas Clark | 2009-08-30 | 1 | -1/+0 |
* | Remove the $ENV{PERL_CORE} boilerplate from Data::Dumper's tests. | Nicholas Clark | 2009-08-30 | 1 | -1/+0 |
* | Remove the $ENV{PERL_CORE} boilerplate from B's tests. | Nicholas Clark | 2009-08-30 | 1 | -1/+0 |
* | Break out B::Debug into its own directory in ext. | Nicholas Clark | 2009-08-30 | 1 | -0/+1 |
* | Remove the $ENV{PERL_CORE} boilerplate from Storable's tests. | Nicholas Clark | 2009-08-30 | 1 | -1/+0 |
* | Move TestInit.pm to the top level of the distribution, to make it easier to use. | Nicholas Clark | 2009-08-30 | 1 | -3/+3 |
* | Tidy up comments. | Nicholas Clark | 2009-08-30 | 1 | -6/+4 |
* | As well as PERL5LIB, remove PERLLIB and PERL5OPT from the environment. | Nicholas Clark | 2009-08-30 | 1 | -0/+2 |
* | Fix typo in TestInit and revert workaround. | Steve Hay | 2009-08-30 | 1 | -3/+1 |
* | Use ../../perl instead of ../../t/perl on Win32, as the latter doesn't work. | Nicholas Clark | 2009-08-29 | 1 | -1/+3 |
* | Use ../../t/perl rather than ../../perl, as the latter doesn't always exist. | Craig A. Berry | 2009-08-28 | 1 | -1/+1 |
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 1 | -12/+57 |
* | t/harness and t/TEST can both use the same _run_test() to invoke tests. | Nicholas Clark | 2009-08-27 | 1 | -2/+6 |
* | Share common code in t/TEST and t/harness, by having harness require ./TEST | Nicholas Clark | 2009-08-27 | 1 | -0/+13 |
* | Break out the code that finds tests in MANIFEST into _tests_from_manifest(). | Nicholas Clark | 2009-08-26 | 1 | -40/+51 |
* | %OVER was removed in October 2001 with 6ff868ee and 73ddec28. | Nicholas Clark | 2009-08-26 | 1 | -3/+0 |
* | t/TEST shouldn't use -M options until we've tested that they work. | Nicholas Clark | 2009-08-26 | 1 | -4/+12 |
* | Refactoring to consoldate some hard coded paths. | Michael G. Schwern | 2009-08-25 | 1 | -6/+9 |
* | There's no reason to load TestInit in TEST. | Michael G. Schwern | 2009-08-25 | 1 | -1/+0 |
* | Quote "strict"->import and "warnings"->import to quiet warnings. | Michael G. Schwern | 2009-08-25 | 1 | -2/+2 |
* | Refactor the code to run the test into _run_test() | Michael G. Schwern | 2009-08-25 | 1 | -45/+61 |
* | Refactoring to move the code to read the test for special options into its ow... | Michael G. Schwern | 2009-08-25 | 1 | -33/+40 |
* | This is reading the first line of the test, not running it. | Michael G. Schwern | 2009-08-25 | 1 | -1/+1 |
* | Run t/run/*.t before t/cmd/*.t, making the order base, cmd, run, and note why. | Nicholas Clark | 2009-08-25 | 1 | -1/+5 |
* | Remove File::Spec from t/TEST - VMS is fine without it. Win32 doesn't use it. | Nicholas Clark | 2009-08-25 | 1 | -14/+20 |
* | Add the new "porting" test directory to the test harness | Jesse Vincent | 2009-08-03 | 1 | -0/+1 |
* | Add t/benchmark to tests run if $ENV{PERL_BENCHMARK} is set | Max Maischein | 2009-06-11 | 1 | -0/+2 |
* | t/test - Hack for VMS pipe bug. | John E. Malmberg | 2009-05-01 | 1 | -0/+8 |
* | Move Module:Pluggable tests from t/Module_Pluggable to ext/Module_Pluggable/t | Nicholas Clark | 2009-03-25 | 1 | -1/+0 |
* | Get $ENV{PERL5LIB} into a known consistent state under TEST - delete it! | Nicholas Clark | 2009-02-17 | 1 | -0/+1 |
* | win32/ext doesn't exist any more, so no need to look there for tests | Steve Hay | 2009-02-12 | 1 | -2/+1 |
* | Skip tests for flattened extensions that weren't built. | Steve Hay | 2009-02-12 | 1 | -1/+1 |
* | Skip tests for flattened extensions that weren't built. | Craig A. Berry | 2009-02-08 | 1 | -0/+3 |
* | RE: Perl @ 33218 (Stratus VOS patches) | Paul Green | 2008-02-08 | 1 | -1/+1 |
* | t/TEST doesn't check exit (was Re: Test::More bug?) | Michael G. Schwern | 2007-09-19 | 1 | -0/+6 |
* | Move Module::Pluggable tests up under main test directory. | Craig A. Berry | 2007-04-22 | 1 | -0/+1 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -1/+1 |
* | Shorten 'skipping...' test message | Jerry D. Hedden | 2007-03-29 | 1 | -1/+1 |