summaryrefslogtreecommitdiff
path: root/t/harness
Commit message (Expand)AuthorAgeFilesLines
* ext/Pod-Html/t/*.t: Have each file run in tempdirJames E Keenan2021-06-281-1/+1
* t/harness: Add option for faster test suite executionKarl Williamson2020-12-021-8/+19
* t/harness: Clarify error message wordingKarl Williamson2019-09-241-2/+2
* Run tests in ext/File-Find/t in seriesJames E Keenan2019-08-121-1/+1
* t/harness: Catch incorrect serial directory specificationKarl Williamson2018-12-071-0/+6
* t/harness: Actually run IO::Zlib tests sequentiallyKarl Williamson2018-12-071-1/+1
* t/harness: Run tests for IO::Zlib sequentiallyKarl Williamson2018-11-191-1/+1
* ext/File-Find: support parallel testingDavid Mitchell2018-11-191-1/+1
* Add ext/File-Find/t to list of badly-behaved test directories.James E Keenan2018-11-141-1/+1
* Add more parallelism to t/harnessKarl Williamson2018-11-141-2/+44
* support -nre in t/harness, exclude files by regexYves Orton2017-11-061-9/+32
* t/harness: Run APItests in parallelKarl Williamson2017-06-011-1/+3
* t/harness: Remove useless sortKarl Williamson2017-06-011-2/+2
* stop passing '.' in @INC to testsDavid Mitchell2017-04-071-3/+0
* Delete PERL_USE_UNSAFE_INC from test environmentDagfinn Ilmari Mannsåker2017-03-251-0/+3
* t/harness: avoid tests outside the src treeDavid Mitchell2016-06-201-1/+1
* remove obsolete B::CC code from t/harnessDaniel Dragan2014-12-231-20/+0
* add t/perf/, t/perf/opcount.tDavid Mitchell2014-10-261-1/+1
* Allow eg ./perl t/harness t/op/lc.tJarkko Hietaniemi2014-08-261-0/+8
* Pass $ENV{HARNESS_TIMER} to Test::Harness from t/harness.Jarkko Hietaniemi2014-08-201-0/+1
* No more x2p.Jarkko Hietaniemi2014-05-291-2/+0
* [perl #121431] Add support for test.valgrind parallel testing.Matthew Horsfall (alh)2014-05-281-0/+30
* Revert "Add support for test.valgrind parallel testing"Karl Williamson2014-03-261-20/+0
* Add support for test.valgrind parallel testingMatthew Horsfall (via RT)2014-03-181-0/+20
* Remove cpan/CPANPLUS and associated utilitiesChris 'BinGOs' Williams2013-05-181-1/+0
* Remove a comment made obsolete by commit 213f370f28504f3a.Nicholas Clark2013-04-291-2/+1
* Adjust MANIFEST, Makefiles, test harnesses, documentation, etc., aware of newJames E Keenan2012-12-071-1/+1
* add a directory of tests to run with large available memoryTony Cook2012-05-211-0/+1
* A hack for t/harness to restore the ability to run tests listed in @ARGVNicholas Clark2010-11-051-1/+4
* t/harness can run the tests lib/*.t in parallel with each other.Nicholas Clark2010-09-011-2/+3
* Make t/harness have non-zero exit if tests failDavid Golden2009-10-011-2/+2
* Move t/pod/diag.t to t/porting, as it's really a code consistency test.Nicholas Clark2009-10-011-1/+0
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-1/+1
* Adapt harness to the new TEST infrastructureVincent Pit2009-08-311-3/+32
* As well as PERL5LIB, remove PERLLIB and PERL5OPT from the environment.Nicholas Clark2009-08-301-2/+0
* t/harness and t/TEST can both use the same _run_test() to invoke tests.Nicholas Clark2009-08-271-0/+1
* Share common code in t/TEST and t/harness, by having harness require ./TESTNicholas Clark2009-08-271-38/+4
* No need to use File::Spec, as all names remain internal to perl.Nicholas Clark2009-08-261-4/+2
* Break out the code that finds tests in MANIFEST into _tests_from_manifest().Nicholas Clark2009-08-261-34/+38
* abd39864 broke t/harness when $ENV{TEST_JOBS} was not set. Oops. Fixed.Nicholas Clark2009-08-251-17/+17
* Refactor t/harness to always use TAP::Harness.Michael G. Schwern2009-08-251-16/+12
* Run t/run/*.t before t/cmd/*.t, making the order base, cmd, run, and note why.Nicholas Clark2009-08-251-1/+1
* Restore t/harness path checks on Win32Max Maischein2009-08-111-1/+4
* Run the main tests "slowest first" by ordering the rules correctly.Nicholas Clark2009-08-091-9/+21
* Inline _seq_dir_rules(), as it is now used in only one place.Nicholas Clark2009-08-091-14/+11
* Add the new "porting" test directory to the test harnessJesse Vincent2009-08-031-1/+1
* Add t/benchmark to tests run if $ENV{PERL_BENCHMARK} is setMax Maischein2009-06-111-0/+1
* Move Module:Pluggable tests from t/Module_Pluggable to ext/Module_Pluggable/tNicholas Clark2009-03-251-1/+0
* Update t/harness to reflect behaviour changes in TAP::Harness 3.16Nicholas Clark2009-03-081-1/+7
* win32/ext doesn't exist any more, so no need to look there for testsSteve Hay2009-02-121-2/+1