summaryrefslogtreecommitdiff
path: root/t/test.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* t/test.pl: Simplify ord to/from native fcnsKarl Williamson2013-08-291-4/+4
* test.pl's runperl() can now optionally redirect STDIN from /dev/nullNicholas Clark2013-08-111-2/+24
* Remove the two "VMS adjustments" from test.pl's _fresh_perlNicholas Clark2013-08-111-10/+0
* fix /test_bootstrap.t under -DPERL_NO_COWDavid Mitchell2013-07-281-1/+1
* [perl #116190] feed an empty stdin to run_multiple_progs() programsTony Cook2013-07-231-1/+2
* Report useful file names and line numbers from run_multiple_progs().Nicholas Clark2013-07-221-10/+48
* Merge the file parsing code for run_multiple_progs() into _setup_one_file().Nicholas Clark2013-07-221-9/+13
* Move file parsing code from t/lib/common.pl to t/test.plNicholas Clark2013-07-221-0/+40
* SKIP in run_multiple_progs() was parsed but unimplemented, implement itTony Cook2012-12-171-0/+10
* test.pl: allow for undefs in eq_hashHugo van der Sanden2012-11-021-1/+4
* test.pl: Fix description of how PREFIX worksKarl Williamson2012-10-241-3/+3
* test.pl: Allow NAME to be used with --FILE--Karl Williamson2012-10-241-1/+1
* Rework tempfile() in t/test.pl to use _num_to_alpha()Brad Gilbert2012-09-251-10/+9
* Added optional char limit to _num_to_alpha() in test.plBrad Gilbert2012-09-251-1/+11
* Add _num_to_alpha() to test.plBrad Gilbert2012-09-251-0/+26
* Move @letters in test.pl earlierBrad Gilbert2012-09-251-1/+2
* Fix skip_without_dynamic_extension to just skipJerry D. Hedden2012-08-311-1/+1
* test.pl:run_multiple_progs: Document cmdline switchesFather Chrysostomos2012-08-311-1/+2
* test.pl: Add skip_without_dynamic_extensionFather Chrysostomos2012-08-301-7/+19