| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Clever tests may fool with $^O. | Craig A. Berry | 2011-01-02 | 1 | -8/+8 |
* | Quote 'threads' in test.pl | Vincent Pit | 2010-12-23 | 1 | -1/+1 |
* | test.pl: extend EBCDIC functions to beyond 255 | Karl Williamson | 2010-12-16 | 1 | -5/+10 |
* | Add $Tests_Are_Passing to test.pl, analogous to Test::Builder's is_passing(). | Nicholas Clark | 2010-12-14 | 1 | -1/+7 |
* | Modified unlink_all in t/test.pl to return the count of unlinked files This w... | Brad Gilbert | 2010-12-08 | 1 | -1/+7 |
* | test.pl: Add native to uni ord fcns | Karl Williamson | 2010-11-28 | 1 | -0/+13 |
* | Create proper Cygwin $ENV{PATH} in test.pl | Jerry D. Hedden | 2010-11-16 | 1 | -2/+6 |
* | Add a warning to test.pl if quotes are used in one-liners. | Nicholas Clark | 2010-09-24 | 1 | -0/+4 |
* | Add new_ok() to create and test objects. From Test::More. | Michael G. Schwern | 2010-09-15 | 1 | -0/+27 |
* | Add note() to put informational notes into the TAP (from Test::More) | Michael G. Schwern | 2010-09-15 | 1 | -4/+14 |
* | Add done_testing from Test::More | Michael G. Schwern | 2010-09-15 | 1 | -0/+11 |
* | Shut up "used only once" warnings. | Michael G. Schwern | 2010-09-15 | 1 | -2/+6 |
* | Global executable bit cleanup | David Golden | 2010-07-24 | 1 | -0/+0 |
* | Ensure new arg to watchdog() in t/test.pl gets initialized | Jerry D. Hedden | 2010-07-05 | 1 | -1/+1 |
* | Force t/io/openpid.t to use the alarm() watchdog strategy. | George Greer | 2010-07-04 | 1 | -1/+7 |
* | Adjust 'make test.valgrind' to account for cpan/dist/ext separation. | George Greer | 2010-07-03 | 1 | -0/+3 |
* | Add functions to test.pl for easier EBCDIC testing | Karl Williamson | 2010-05-25 | 1 | -1/+126 |
* | Don't scrub DCL$PATH unless it's there. | Craig A. Berry | 2010-03-01 | 1 | -1/+1 |
* | t/test.pl fresh_perl_like() bug | hv@crypt.org | 2009-12-04 | 1 | -3/+1 |
* | Use hex instead of octal for larger code points | Karl Williamson | 2009-11-23 | 1 | -1/+10 |
* | Make the watchdog create a valid command for spawning. | Craig A. Berry | 2009-10-16 | 1 | -3/+3 |
* | Make _quote_args() return a result, rather than passing it a scalar reference. | Nicholas Clark | 2009-10-09 | 1 | -3/+4 |
* | Avoid using ++, op= and anon hash constructors in the testing code. | Nicholas Clark | 2009-10-09 | 1 | -17/+24 |
* | Remove code specific to MacOS Classic from core tests | Rafael Garcia-Suarez | 2009-09-08 | 1 | -24/+2 |
* | Output failures in an always printable form | Karl Williamson | 2009-09-05 | 1 | -7/+7 |
* | Make fresh_perl_is() strip newlines off the expected result just like it does... | Michael G. Schwern | 2009-07-22 | 1 | -1/+6 |