| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust MANIFEST, Makefiles, test harnesses, documentation, etc., aware of new | James E Keenan | 2012-12-07 | 1 | -1/+1 |
* | add a directory of tests to run with large available memory | Tony Cook | 2012-05-21 | 1 | -0/+1 |
* | A hack for t/harness to restore the ability to run tests listed in @ARGV | Nicholas Clark | 2010-11-05 | 1 | -1/+4 |
* | t/harness can run the tests lib/*.t in parallel with each other. | Nicholas Clark | 2010-09-01 | 1 | -2/+3 |
* | Make t/harness have non-zero exit if tests fail | David Golden | 2009-10-01 | 1 | -2/+2 |
* | Move t/pod/diag.t to t/porting, as it's really a code consistency test. | Nicholas Clark | 2009-10-01 | 1 | -1/+0 |
* | move regex related tests out of t/op/ into t/re/ | Yves Orton | 2009-09-10 | 1 | -1/+1 |
* | Adapt harness to the new TEST infrastructure | Vincent Pit | 2009-08-31 | 1 | -3/+32 |
* | As well as PERL5LIB, remove PERLLIB and PERL5OPT from the environment. | Nicholas Clark | 2009-08-30 | 1 | -2/+0 |
* | t/harness and t/TEST can both use the same _run_test() to invoke tests. | Nicholas Clark | 2009-08-27 | 1 | -0/+1 |
* | Share common code in t/TEST and t/harness, by having harness require ./TEST | Nicholas Clark | 2009-08-27 | 1 | -38/+4 |
* | No need to use File::Spec, as all names remain internal to perl. | Nicholas Clark | 2009-08-26 | 1 | -4/+2 |
* | Break out the code that finds tests in MANIFEST into _tests_from_manifest(). | Nicholas Clark | 2009-08-26 | 1 | -34/+38 |
* | abd39864 broke t/harness when $ENV{TEST_JOBS} was not set. Oops. Fixed. | Nicholas Clark | 2009-08-25 | 1 | -17/+17 |
* | Refactor t/harness to always use TAP::Harness. | Michael G. Schwern | 2009-08-25 | 1 | -16/+12 |
* | Run t/run/*.t before t/cmd/*.t, making the order base, cmd, run, and note why. | Nicholas Clark | 2009-08-25 | 1 | -1/+1 |
* | Restore t/harness path checks on Win32 | Max Maischein | 2009-08-11 | 1 | -1/+4 |
* | Run the main tests "slowest first" by ordering the rules correctly. | Nicholas Clark | 2009-08-09 | 1 | -9/+21 |
* | Inline _seq_dir_rules(), as it is now used in only one place. | Nicholas Clark | 2009-08-09 | 1 | -14/+11 |
* | Add the new "porting" test directory to the test harness | Jesse Vincent | 2009-08-03 | 1 | -1/+1 |
* | Add t/benchmark to tests run if $ENV{PERL_BENCHMARK} is set | Max Maischein | 2009-06-11 | 1 | -0/+1 |
* | Move Module:Pluggable tests from t/Module_Pluggable to ext/Module_Pluggable/t | Nicholas Clark | 2009-03-25 | 1 | -1/+0 |
* | Update t/harness to reflect behaviour changes in TAP::Harness 3.16 | Nicholas Clark | 2009-03-08 | 1 | -1/+7 |
* | 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 | -0/+3 |
* | Actually commit the state infomation at the end of a test run. | Nicholas Clark | 2009-01-14 | 1 | -0/+5 |
* | $ENV{TEST_JOBS} vs $ENV{HARNESS_OPTIONS} | Bram | 2008-09-07 | 1 | -2/+21 |
* | Use App::Prove::State to store the timings for the tests, and if | Nicholas Clark | 2008-08-09 | 1 | -7/+36 |
* | Don't need to do the globbing before building the rules, as it makes | Nicholas Clark | 2008-08-09 | 1 | -1/+1 |
* | Everything in t/ can now run in parallel. | Nicholas Clark | 2008-08-08 | 1 | -12/+1 |
* | Let rip with t/op/*.t in parallel too. | Nicholas Clark | 2008-08-07 | 1 | -2/+1 |
* | As rules can be glob patterns, leave them as glob patterns, and instead | Nicholas Clark | 2008-08-07 | 1 | -2/+2 |
* | Run t/uni/*.t t/mro/*.t t/lib/*.t fully in parallel. | Nicholas Clark | 2008-08-07 | 1 | -2/+5 |
* | If TEST_JOBS is set to something non-zero, use TAP::Harness to run the | Nicholas Clark | 2008-08-06 | 1 | -17/+90 |
* | Bring the joy of strict to t/harness. | Nicholas Clark | 2008-08-06 | 1 | -2/+3 |
* | $Test::Harness::Verbose is a numeric value now so assigning -v to it isnt all... | Yves Orton | 2008-01-05 | 1 | -1/+1 |
* | Move Module::Pluggable tests up under main test directory. | Craig A. Berry | 2007-04-22 | 1 | -0/+1 |
* | Make t/harness find the t/mro tests | Craig A. Berry | 2007-04-22 | 1 | -0/+1 |
* | Remove perlcc and the byteloader | Rafael Garcia-Suarez | 2006-09-06 | 1 | -39/+1 |
* | Add Win32API::File to the core | Steve Hay | 2006-06-30 | 1 | -1/+2 |
* | Sort the ext/ and lib/ tests when running under t/harness | Steve Hay | 2006-03-08 | 1 | -1/+5 |
* | Make harness warning-free when running with -Mdiagnostics | Steve Peters | 2005-11-03 | 1 | -2/+2 |
* | (patch blead) Extend t/harness to allow filtering of the file list by regex. | Yves Orton | 2005-02-23 | 1 | -0/+12 |
* | Make TEST and harness skip tests for extensions that were not | Nicholas Clark | 2004-10-31 | 1 | -2/+21 |
* | add the 'test_harness' target to vms "makefile" | Abe Timmerman | 2004-10-11 | 1 | -0/+3 |
* | Because of #16909 MANIFEST changes. | Jarkko Hietaniemi | 2002-05-31 | 1 | -1/+1 |
* | harness wasn't running x2p/s2p.t. | Jarkko Hietaniemi | 2002-05-29 | 1 | -0/+1 |
* | Don't do JAPHs unless doing "make torturetest". | Jarkko Hietaniemi | 2002-05-10 | 1 | -0/+8 |
* | keep paths consistently slashed on windows | Gurusamy Sarathy | 2002-05-07 | 1 | -1/+3 |
* | MANIFEST is needlessly held open for entire duration of "make test" | Gurusamy Sarathy | 2002-04-26 | 1 | -0/+1 |