| Commit message (Expand) | Author | Age | Files | Lines |
* | support -nre in t/harness, exclude files by regex | Yves Orton | 2017-11-06 | 1 | -9/+32 |
* | t/harness: Run APItests in parallel | Karl Williamson | 2017-06-01 | 1 | -1/+3 |
* | t/harness: Remove useless sort | Karl Williamson | 2017-06-01 | 1 | -2/+2 |
* | stop passing '.' in @INC to tests | David Mitchell | 2017-04-07 | 1 | -3/+0 |
* | Delete PERL_USE_UNSAFE_INC from test environment | Dagfinn Ilmari Mannsåker | 2017-03-25 | 1 | -0/+3 |
* | t/harness: avoid tests outside the src tree | David Mitchell | 2016-06-20 | 1 | -1/+1 |
* | remove obsolete B::CC code from t/harness | Daniel Dragan | 2014-12-23 | 1 | -20/+0 |
* | add t/perf/, t/perf/opcount.t | David Mitchell | 2014-10-26 | 1 | -1/+1 |
* | Allow eg ./perl t/harness t/op/lc.t | Jarkko Hietaniemi | 2014-08-26 | 1 | -0/+8 |
* | Pass $ENV{HARNESS_TIMER} to Test::Harness from t/harness. | Jarkko Hietaniemi | 2014-08-20 | 1 | -0/+1 |
* | No more x2p. | Jarkko Hietaniemi | 2014-05-29 | 1 | -2/+0 |
* | [perl #121431] Add support for test.valgrind parallel testing. | Matthew Horsfall (alh) | 2014-05-28 | 1 | -0/+30 |
* | Revert "Add support for test.valgrind parallel testing" | Karl Williamson | 2014-03-26 | 1 | -20/+0 |
* | Add support for test.valgrind parallel testing | Matthew Horsfall (via RT) | 2014-03-18 | 1 | -0/+20 |
* | Remove cpan/CPANPLUS and associated utilities | Chris 'BinGOs' Williams | 2013-05-18 | 1 | -1/+0 |
* | Remove a comment made obsolete by commit 213f370f28504f3a. | Nicholas Clark | 2013-04-29 | 1 | -2/+1 |
* | 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 |