| Commit message (Expand) | Author | Age | Files | Lines |
* | SKIP in run_multiple_progs() was parsed but unimplemented, implement it | Tony Cook | 2012-12-17 | 1 | -0/+10 |
* | test.pl: allow for undefs in eq_hash | Hugo van der Sanden | 2012-11-02 | 1 | -1/+4 |
* | test.pl: Fix description of how PREFIX works | Karl Williamson | 2012-10-24 | 1 | -3/+3 |
* | test.pl: Allow NAME to be used with --FILE-- | Karl Williamson | 2012-10-24 | 1 | -1/+1 |
* | Rework tempfile() in t/test.pl to use _num_to_alpha() | Brad Gilbert | 2012-09-25 | 1 | -10/+9 |
* | Added optional char limit to _num_to_alpha() in test.pl | Brad Gilbert | 2012-09-25 | 1 | -1/+11 |
* | Add _num_to_alpha() to test.pl | Brad Gilbert | 2012-09-25 | 1 | -0/+26 |
* | Move @letters in test.pl earlier | Brad Gilbert | 2012-09-25 | 1 | -1/+2 |
* | Fix skip_without_dynamic_extension to just skip | Jerry D. Hedden | 2012-08-31 | 1 | -1/+1 |
* | test.pl:run_multiple_progs: Document cmdline switches | Father Chrysostomos | 2012-08-31 | 1 | -1/+2 |
* | test.pl: Add skip_without_dynamic_extension | Father Chrysostomos | 2012-08-30 | 1 | -7/+19 |
* | Clean up heredoc.t | Michael G. Schwern | 2012-08-21 | 1 | -2/+2 |
* | Refactor t/lib/commonsense.t to use t/test.pl instead of making TAP by hand. ... | Colin Kuskie | 2012-07-09 | 1 | -0/+6 |
* | Set GIT_DIR instead of changing directory in find_git_or_skip() in test.pl | Nicholas Clark | 2012-06-18 | 1 | -7/+11 |
* | fix warning in test.pl diagnostics output. | Craig A. Berry | 2012-03-07 | 1 | -1/+4 |
* | make test.pl show test number and name in failure diagnostics output | Yves Orton | 2012-03-03 | 1 | -1/+1 |
* | test.pl: Add comment | Karl Williamson | 2011-12-20 | 1 | -1/+1 |
* | document run_multiple_progs | Tony Cook | 2011-12-10 | 1 | -0/+27 |
* | refactor croak.t to be data driven (like warnings.t) | Tony Cook | 2011-12-10 | 1 | -16/+32 |
* | more reliably kill a runaway test process on cygwin | Tony Cook | 2011-12-03 | 1 | -0/+5 |
* | don't depend on threads to do a watchdog when testing threads | Tony Cook | 2011-12-03 | 1 | -1/+1 |
* | Add class_ok() and object_ok() to t/test.pl. | Michael G. Schwern | 2011-11-17 | 1 | -2/+30 |
* | Patch t/test.pl so isa_ok() works with objects. | Michael G. Schwern | 2011-11-17 | 1 | -6/+16 |
* | In find_git_or_skip(), also check whether we have a working git executable. | Nicholas Clark | 2011-06-22 | 1 | -4/+18 |
* | find_git_or_skip() will now follow symlinks and chdir to the real source tree. | Nicholas Clark | 2011-06-22 | 1 | -0/+12 |
* | Add find_git_or_skip(), which skips if we are not in a git checkout. | Nicholas Clark | 2011-06-22 | 1 | -0/+7 |
* | In test.pl, avoid using a closure to capture warnings. | Nicholas Clark | 2011-03-13 | 1 | -3/+8 |
* | skip_all_without_dynamic_extension() should accepted names containing ::s | Nicholas Clark | 2011-03-12 | 1 | -0/+1 |
* | Rename test.pl's skip_all_without_extension to *_dynamic_extension(). | Nicholas Clark | 2011-03-12 | 1 | -1/+2 |
* | In test.pl, refactor the implementation of warning_{is,like} and warnings_like. | Nicholas Clark | 2011-03-12 | 1 | -14/+42 |
* | In test.pl, use block eval instead of string eval for requiring modules. | Nicholas Clark | 2011-03-08 | 1 | -6/+6 |
* | Refactor skip_all_without_config() to take a list of config options to test. | Nicholas Clark | 2011-03-08 | 1 | -5/+4 |
* | Add skip_all_without_config() to test.pl, and use it in 6 tests. | Nicholas Clark | 2011-03-07 | 1 | -0/+15 |
* | Add skip_all_without_perlio() to test.pl, and use it in 8 tests. | Nicholas Clark | 2011-03-07 | 1 | -0/+4 |
* | Add skip_all_without_extension() to test.pl, for the common skip idiom. | Nicholas Clark | 2011-03-06 | 1 | -0/+10 |
* | Move setting $IS_ASCII and $IS_EBCDIC from ReTest.pl to test.pl | Nicholas Clark | 2011-03-05 | 1 | -0/+4 |
* | Add warnings_like() in test.pl to replace must_warn() in ReTest.pl. | Nicholas Clark | 2011-03-05 | 1 | -14/+14 |
* | Add warning_like() in test.pl to replace some uses of ReTest.pl's must_warn(). | Nicholas Clark | 2011-03-05 | 1 | -3/+21 |
* | Improve warning_is() to verify that exactly 0 or 1 warning has been seen. | Nicholas Clark | 2011-03-05 | 1 | -3/+11 |
* | Add warning_is() in test.pl to replace may_not_warn() in ReTest.pl. | Nicholas Clark | 2011-03-05 | 1 | -0/+12 |
* | In test.pl, change like() and unlike() to avoid copying the tested scalar. | Nicholas Clark | 2011-03-05 | 1 | -4/+4 |
* | Migrate t/op/{fork,runlevel,tie}.t to use run_multiple_progs(). | Nicholas Clark | 2011-02-25 | 1 | -3/+17 |
* | Migrate the test running logic from t/lib/common.pl to t/test/pl | Nicholas Clark | 2011-02-25 | 1 | -0/+154 |
* | In test.pl, change _fresh_perl* to avoid using closures. | Nicholas Clark | 2011-02-24 | 1 | -24/+22 |
* | t/test.pl: Add is_miniperl() | Karl Williamson | 2011-02-22 | 1 | -2/+6 |
* | Add skip_if_miniperl() to test.pl, and use it in op/hashassign.t and re/re.t | Nicholas Clark | 2011-02-21 | 1 | -0/+4 |
* | Add skip_all_if_miniperl() to test.pl, and use it in 6 test scripts | Nicholas Clark | 2011-02-21 | 1 | -0/+4 |
* | test.pl: ok mess to stdout not stderr on success | David Mitchell | 2011-02-17 | 1 | -4/+5 |
* | In test.pl, validate that require_ok() and use_ok() are called correctly. | Nicholas Clark | 2011-02-10 | 1 | -4/+13 |
* | Fix typos (spelling errors) in t/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -6/+6 |