summaryrefslogtreecommitdiff
path: root/t/test.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* find_git_or_skip() will now follow symlinks and chdir to the real source tree.Nicholas Clark2011-06-221-0/+12
* Add find_git_or_skip(), which skips if we are not in a git checkout.Nicholas Clark2011-06-221-0/+7
* In test.pl, avoid using a closure to capture warnings.Nicholas Clark2011-03-131-3/+8
* skip_all_without_dynamic_extension() should accepted names containing ::sNicholas Clark2011-03-121-0/+1
* Rename test.pl's skip_all_without_extension to *_dynamic_extension().Nicholas Clark2011-03-121-1/+2
* In test.pl, refactor the implementation of warning_{is,like} and warnings_like.Nicholas Clark2011-03-121-14/+42
* In test.pl, use block eval instead of string eval for requiring modules.Nicholas Clark2011-03-081-6/+6
* Refactor skip_all_without_config() to take a list of config options to test.Nicholas Clark2011-03-081-5/+4
* Add skip_all_without_config() to test.pl, and use it in 6 tests.Nicholas Clark2011-03-071-0/+15
* Add skip_all_without_perlio() to test.pl, and use it in 8 tests.Nicholas Clark2011-03-071-0/+4
* Add skip_all_without_extension() to test.pl, for the common skip idiom.Nicholas Clark2011-03-061-0/+10
* Move setting $IS_ASCII and $IS_EBCDIC from ReTest.pl to test.plNicholas Clark2011-03-051-0/+4
* Add warnings_like() in test.pl to replace must_warn() in ReTest.pl.Nicholas Clark2011-03-051-14/+14
* Add warning_like() in test.pl to replace some uses of ReTest.pl's must_warn().Nicholas Clark2011-03-051-3/+21
* Improve warning_is() to verify that exactly 0 or 1 warning has been seen.Nicholas Clark2011-03-051-3/+11
* Add warning_is() in test.pl to replace may_not_warn() in ReTest.pl.Nicholas Clark2011-03-051-0/+12
* In test.pl, change like() and unlike() to avoid copying the tested scalar.Nicholas Clark2011-03-051-4/+4
* Migrate t/op/{fork,runlevel,tie}.t to use run_multiple_progs().Nicholas Clark2011-02-251-3/+17
* Migrate the test running logic from t/lib/common.pl to t/test/plNicholas Clark2011-02-251-0/+154
* In test.pl, change _fresh_perl* to avoid using closures.Nicholas Clark2011-02-241-24/+22
* t/test.pl: Add is_miniperl()Karl Williamson2011-02-221-2/+6
* Add skip_if_miniperl() to test.pl, and use it in op/hashassign.t and re/re.tNicholas Clark2011-02-211-0/+4
* Add skip_all_if_miniperl() to test.pl, and use it in 6 test scriptsNicholas Clark2011-02-211-0/+4
* test.pl: ok mess to stdout not stderr on successDavid Mitchell2011-02-171-4/+5
* In test.pl, validate that require_ok() and use_ok() are called correctly.Nicholas Clark2011-02-101-4/+13
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-6/+6
* Clever tests may fool with $^O.Craig A. Berry2011-01-021-8/+8
* Quote 'threads' in test.plVincent Pit2010-12-231-1/+1
* test.pl: extend EBCDIC functions to beyond 255Karl Williamson2010-12-161-5/+10
* Add $Tests_Are_Passing to test.pl, analogous to Test::Builder's is_passing().Nicholas Clark2010-12-141-1/+7
* Modified unlink_all in t/test.pl to return the count of unlinked files This w...Brad Gilbert2010-12-081-1/+7
* test.pl: Add native to uni ord fcnsKarl Williamson2010-11-281-0/+13
* Create proper Cygwin $ENV{PATH} in test.plJerry D. Hedden2010-11-161-2/+6
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-241-0/+4
* Add new_ok() to create and test objects. From Test::More.Michael G. Schwern2010-09-151-0/+27
* Add note() to put informational notes into the TAP (from Test::More)Michael G. Schwern2010-09-151-4/+14
* Add done_testing from Test::MoreMichael G. Schwern2010-09-151-0/+11
* Shut up "used only once" warnings.Michael G. Schwern2010-09-151-2/+6
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
* Ensure new arg to watchdog() in t/test.pl gets initializedJerry D. Hedden2010-07-051-1/+1