summaryrefslogtreecommitdiff
path: root/t/test.pl
Commit message (Expand)AuthorAgeFilesLines
* One character spelling errorJames E Keenan2021-11-021-1/+1
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-3/+2
* cmpVERSION.pl and test.pl now handle checkouts from git-worktree.Nicholas Clark2021-08-251-1/+1
* t/test.pl: Note 2nd spelling for fcnKarl Williamson2020-12-211-1/+1
* run_multiple_progs: allow the EXPECT to contain only OPTIONSTony Cook2020-11-041-1/+2
* run_multiple_progs: allow fatal to be turned off tooTony Cook2020-11-041-0/+4
* allow watchdog() to work in taint mode on non-threaded Win32Tony Cook2020-11-031-20/+36
* Fix t/test.pl and t/TEST to be strict compliant.Todd Rinaldo2020-10-131-7/+10
* prevent a spurious error output from test.pl when killing a cygwin processChristian Walde2020-09-161-1/+1
* run_multiple_progs: option to abort on first failureNicolas R2020-08-241-0/+18
* run_multiple_progs: advertise file and line number on failuresNicolas R2020-08-241-13/+15
* run_multiple_progs: auto tag test when name is misingNicolas R2020-08-241-4/+6
* t/test.pl: Display an ESC control char as \eKarl Williamson2020-07-171-1/+1
* Fetch git history to run tests like t/porting/cmp-version.tNicolas R2020-03-131-0/+9
* t/test.pl: Add comments about runperl vs fresh_perlKarl Williamson2020-01-181-0/+4
* t/test.pl: fresh_perl has only 2 argsKarl Williamson2020-01-181-1/+1
* t/test.pl: Fix to display properly on EBCDICKarl Williamson2019-12-261-21/+11
* Remove lib/unicore/Heavy.plKarl Williamson2019-11-061-1/+1
* Fix t/porting/manifest.t failures when run in a foreign git checkoutNiko Tyni2018-12-061-4/+3
* Move the is_linux_container test helper to test.plNicolas R2018-09-211-0/+14
* t/test.pl: Add $|=1;Karl Williamson2018-06-251-0/+1
* in capture_warnings() we need to properly localize LevelYves Orton2017-12-071-0/+1
* fix naming of some test temp filesZefram2017-11-141-1/+1
* Skip various tests if PERL_BUILD_PACKAGING is setDominic Hargreaves2017-10-241-0/+3
* Avoid ++ in test.plDagfinn Ilmari Mannsåker2017-06-151-2/+2
* [perl #130495] add fresh_perl() option for prog with embedded utf8Hugo van der Sanden2017-01-081-0/+1
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* t/test.pl: Clarify syntax for tests in t/lib/*Karl Williamson2016-12-061-2/+3
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+2
* [RT #128574] Fix use of fresh_perl in testsDan Collins2016-08-011-0/+3
* t/test.pl: Add fresh_perl() functionKarl Williamson2016-07-161-4/+21
* [perl #128052] make t/test.pl compatible with older PerlsAaron Crane2016-05-161-4/+10
* Escape t/test.pl got vs expected stringsKarl Williamson2016-01-301-2/+7
* Revert Windows test watchdog() to kill('KILL', ...)Steve Hay2015-05-191-11/+22
* Do not use bareword TERM or KILL in kill() call in test watchdog processSteve Hay2015-05-091-1/+1
* t/test.pl: Actually change the codeKarl Williamson2015-03-081-1/+6
* t/test.pl: Remove use of more recent featureKarl Williamson2015-03-081-2/+5
* t/test.pl: EBCDIC, utf8 fixesKarl Williamson2015-03-051-7/+8
* add a comment so people looking for "sub run_perl" find the right thingYves Orton2015-02-151-0/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* t/test.pl: Rmv obsolete commentKarl Williamson2015-01-141-3/+1
* t/test.pl: Fix for non-ASCII platformsKarl Williamson2014-11-241-1/+1
* test.pl:runperl: Allow multiline progFather Chrysostomos2014-11-201-1/+1
* The miniperl skip in utf8cache.t was wrong.Jarkko Hietaniemi2014-11-141-6/+9
* Further tweaking for bad skip() usage.Jarkko Hietaniemi2014-09-221-6/+7
* Guard against bad skip() arguments, swapped (15ed07b0) or extra.Jarkko Hietaniemi2014-09-201-0/+11
* skip_all_without_unicode_tablesFather Chrysostomos2014-09-021-0/+7
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-0/+6
* allow test.pl tests to use C<< plan skip_all => $reason >>Tony Cook2014-07-021-0/+1
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-0/+8