summaryrefslogtreecommitdiff
path: root/t/test.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create new testing helper fileKarl Williamson2014-05-311-35/+0
* Use already existing functions in some .t filesKarl Williamson2014-05-311-20/+2
* t/test.pl: Use existing variable instead of recalculatingKarl Williamson2014-05-291-3/+3
* #121395 fix, on Win32 test.pl watchdog always blocks for entire timeoutbulk882014-03-241-2/+8
* t/test.pl: Don't read uninitialized variableKarl Williamson2014-02-151-1/+1
* t/test.pl: Add option to runperl to suppress STDERRKarl Williamson2014-02-151-2/+8
* Add register_tempfile() to t/test.plBrad Gilbert2014-02-131-0/+22
* Make runperl normalize newlines with multiple output lines.Craig A. Berry2014-01-181-1/+1
* t/test.pl: Reword commentKarl Williamson2014-01-011-1/+2
* Make tests work with detached git dirDennis Kaarsemaker2013-12-161-0/+7
* Enhance runperl doc to mention its return valueSmylers2013-09-101-1/+1
* test.pl:runperl: more portability warningsFather Chrysostomos2013-09-011-2/+10
* t/test.pl: Add comment about EBCDICKarl Williamson2013-08-291-1/+3
* t/test.pl: Allow native/latin1 string conversions to work on utf8.Karl Williamson2013-08-291-102/+14