summaryrefslogtreecommitdiff
path: root/t/test.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up heredoc.tMichael G. Schwern2012-08-211-2/+2
* Refactor t/lib/commonsense.t to use t/test.pl instead of making TAP by hand. ...Colin Kuskie2012-07-091-0/+6
* Set GIT_DIR instead of changing directory in find_git_or_skip() in test.plNicholas Clark2012-06-181-7/+11
* fix warning in test.pl diagnostics output.Craig A. Berry2012-03-071-1/+4
* make test.pl show test number and name in failure diagnostics outputYves Orton2012-03-031-1/+1
* test.pl: Add commentKarl Williamson2011-12-201-1/+1
* document run_multiple_progsTony Cook2011-12-101-0/+27
* refactor croak.t to be data driven (like warnings.t)Tony Cook2011-12-101-16/+32
* more reliably kill a runaway test process on cygwinTony Cook2011-12-031-0/+5
* don't depend on threads to do a watchdog when testing threadsTony Cook2011-12-031-1/+1
* Add class_ok() and object_ok() to t/test.pl.Michael G. Schwern2011-11-171-2/+30
* Patch t/test.pl so isa_ok() works with objects.Michael G. Schwern2011-11-171-6/+16
* In find_git_or_skip(), also check whether we have a working git executable.Nicholas Clark2011-06-221-4/+18