| Commit message (Expand) | Author | Age | Files | Lines |
* | taint.t broken by refactoring | Craig A. Berry | 2011-03-08 | 1 | -2/+2 |
* | In reg_namedcapture.t, don't test for Errno, as the miniperl skip covers this. | Nicholas Clark | 2011-03-08 | 1 | -4/+0 |
* | 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 | 3 | -7/+6 |
* | Simplify the logic in t/thread_it.pl, as the callers' filenames are uniform. | Nicholas Clark | 2011-03-08 | 11 | -71/+29 |
* | 4f890a3067e1198f missed qr// from t/re/pat.t in its refactoring in two places. | Nicholas Clark | 2011-03-08 | 1 | -2/+2 |
* | Nothing uses $ENV{PERL_CORE_MINITEST} any more, so don't set it in t/TEST | Nicholas Clark | 2011-03-08 | 1 | -2/+0 |
* | Move the special-case logic for $qr_embed_thr to regexp_qr_embed_thr.t | Nicholas Clark | 2011-03-08 | 2 | -21/+11 |
* | Refactor inccode.t to use is_miniperl() instead of $ENV{PERL_CORE_MINITEST} | Nicholas Clark | 2011-03-08 | 1 | -10/+9 |
* | Move the test for 078c425b721ea35d from fresh_perl.t to pat_rt_report.t | Nicholas Clark | 2011-03-07 | 2 | -19/+17 |
* | Refactor 4 tests to use skip_if_miniperl(). | Nicholas Clark | 2011-03-07 | 4 | -14/+9 |
* | Refactor sigdispatch.t to use is_miniperl() instead testing %ENV for minitest. | Nicholas Clark | 2011-03-07 | 1 | -1/+2 |
* | Refactor t/thread_it.pl to use test.pl's skip_all_*() functions. | Nicholas Clark | 2011-03-07 | 1 | -9/+8 |
* | Refactor 4 tests to use skip_all(), instead of longhand code to generate TAP. | Nicholas Clark | 2011-03-07 | 4 | -22/+9 |
* | Refactor t/op/getpid.t to use skip_all_if_miniperl() in place of explicit code. | Nicholas Clark | 2011-03-07 | 1 | -4/+1 |
* | Replace quit() in t/op/groups.t with test.pl's skip_all() | Nicholas Clark | 2011-03-07 | 1 | -16/+6 |
* | Add skip_all_without_config() to test.pl, and use it in 6 tests. | Nicholas Clark | 2011-03-07 | 7 | -34/+22 |
* | Refactor the startup logic in fflush.t to use skip_all() | Nicholas Clark | 2011-03-07 | 1 | -10/+5 |
* | Refactor 5 tests to use skip_all(), instead of generating TAP locally. | Nicholas Clark | 2011-03-07 | 5 | -29/+15 |
* | Refactor t/lib/proxy_constant_subs.t to use skip_all_without_extension() | Nicholas Clark | 2011-03-07 | 1 | -10/+3 |
* | Simplify the startup skip logic of tests in t/uni. | Nicholas Clark | 2011-03-07 | 9 | -168/+39 |
* | Add skip_all_without_perlio() to test.pl, and use it in 8 tests. | Nicholas Clark | 2011-03-07 | 9 | -25/+15 |
* | Refactor 6 tests in t/op and t/run to use skip_all_if_miniperl(). | Nicholas Clark | 2011-03-07 | 6 | -28/+9 |
* | Ensure that t/io/{print,read,say}.t load Errno at BEGIN time. | Nicholas Clark | 2011-03-06 | 3 | -7/+8 |
* | Tidy perlio_open.t, by using test.pl skip_all* functions where appropriate. | Nicholas Clark | 2011-03-06 | 1 | -13/+3 |
* | Add skip_all_without_extension() to test.pl, for the common skip idiom. | Nicholas Clark | 2011-03-06 | 2 | -3/+12 |
* | Tidy t/io/layers.t | Nicholas Clark | 2011-03-06 | 1 | -16/+8 |
* | Tidy t/io/crlf.t | Nicholas Clark | 2011-03-06 | 1 | -5/+4 |
* | Tidy t/io/binmode.t | Nicholas Clark | 2011-03-06 | 1 | -15/+13 |
* | Fix [perl #85508] regression in print length undef | David Leadbeater | 2011-03-06 | 1 | -3/+10 |
* | Move the tests for split /\s/ and Unicode from split.t to split_unicode.t | Nicholas Clark | 2011-03-06 | 2 | -57/+65 |
* | Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it is not part of minitest. | Nicholas Clark | 2011-03-06 | 1 | -140/+0 |
* | Ensure t/op/stat.t passes under minitest if File::Spec is unavailable. | Nicholas Clark | 2011-03-06 | 1 | -8/+16 |
* | Ensure t/op/mkdir.t passes under minitest by loading File::Path in an eval. | Nicholas Clark | 2011-03-06 | 1 | -2/+9 |
* | Ensure that chdir.t can find File::Spec and Cwd under minitest | Nicholas Clark | 2011-03-06 | 1 | -2/+7 |
* | Under minitest, tests requiring File::Spec->devnull(), as it may not be built. | Nicholas Clark | 2011-03-06 | 1 | -24/+35 |
* | charset.t: Improve diagnostic messages | Karl Williamson | 2011-03-06 | 1 | -6/+18 |
* | charset.t: Group tests by complement/non- | Karl Williamson | 2011-03-06 | 1 | -1/+21 |
* | In gv.t, check that the installed $SIG{__DIE__} handler is never called. | Nicholas Clark | 2011-03-06 | 1 | -3/+5 |
* | Skip regexp_unicode_prop.t under minitest, as File::Spec may not be available. | Nicholas Clark | 2011-03-06 | 1 | -4/+7 |
* | Skip pat_re_eval.t in minitest, as it uses re, which needs dynamic loading. | Nicholas Clark | 2011-03-06 | 1 | -0/+1 |
* | Move two tests using charnames from t/re/pat.t to pat_rt_report.t | Nicholas Clark | 2011-03-06 | 2 | -24/+25 |
* | In fold_grind.t, move the use charnames; after the skip_all_if_miniperl(). | Nicholas Clark | 2011-03-06 | 1 | -2/+2 |
* | Skip reg_eval_scope.t under minitest, as it needs charnames. | Nicholas Clark | 2011-03-06 | 1 | -1/+6 |
* | Skip taint.t and lex_utf8.t under minitest, as both require C<re>. | Nicholas Clark | 2011-03-06 | 2 | -1/+3 |
* | Skip reg_fold.t under minitest, as it uses charnames, which uses File::Spec. | Nicholas Clark | 2011-03-06 | 1 | -0/+1 |
* | Skip a block of ref.t's tests on minitest, as C<re> may not be available. | Nicholas Clark | 2011-03-06 | 1 | -2/+3 |
* | Correct the skip count for t/op/switch.t under minitest. | Nicholas Clark | 2011-03-06 | 1 | -2/+1 |
* | Fix magic.t's expectation for $^X under minitest when the OS makes $^X absolute | Nicholas Clark | 2011-03-06 | 1 | -3/+2 |
* | In t/ avoid using File::Spec for paths only used by Perl. | Nicholas Clark | 2011-03-06 | 5 | -19/+9 |