| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | regcomp.c: /a should handle /\xdf/i same as /u | Karl Williamson | 2011-03-12 | 1 | -3/+31 |
* | Convert t/op/study.t to use test.pl, strict and warnings. | Nicholas Clark | 2011-03-12 | 1 | -58/+25 |
* | Convert t/op/utf8cache.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-12 | 1 | -11/+7 |
* | 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 | 12 | -23/+13 |
* | Convert t/op/readdir.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-12 | 1 | -29/+34 |
* | Convert t/op/goto_xs.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-12 | 1 | -36/+27 |
* | Move pwent.t's test for NIS+ earlier, before the "fallback" of /etc/passwd | Nicholas Clark | 2011-03-12 | 1 | -3/+3 |
* | In t/op/pwent.t, create try_prog() for the common 'try this command' logic. | Nicholas Clark | 2011-03-12 | 1 | -35/+20 |
* | Fix RT #84294 /((\w+)(?{print $2})){2,2}/ problem | Yves Orton | 2011-03-12 | 1 | -1/+0 |
* | Add tests for RT #84294 /((\w+)(?{print $2})){2,2}/ problem | Yves Orton | 2011-03-12 | 1 | -1/+12 |
* | In utf8decode.t, use //x to add comments to the parsing regexp. | Nicholas Clark | 2011-03-12 | 1 | -3/+9 |
* | In utf8decode.t, test that we get the expected Unicode character(s) | Nicholas Clark | 2011-03-12 | 1 | -20/+24 |
* | In utf8decode.t, constrain more tightly the testing of expected warnings. | Nicholas Clark | 2011-03-12 | 1 | -20/+31 |
* | In utf8decode.t, use warning_is() for the should-not-warn cases. | Nicholas Clark | 2011-03-12 | 1 | -22/+17 |
* | In utf8decode.t, move the test data from a heredoc to <DATA> | Nicholas Clark | 2011-03-12 | 1 | -46/+42 |
* | In utf8decode.t, remove the \x sequence strings of bytes | Nicholas Clark | 2011-03-12 | 1 | -93/+84 |
* | In utf8decode.t, test that the hex sequences and \x escapes are equivalent. | Nicholas Clark | 2011-03-12 | 1 | -0/+2 |
* | Convert utf8decode.t to test.pl | Nicholas Clark | 2011-03-12 | 1 | -32/+17 |
* | In test.pl, refactor the implementation of warning_{is,like} and warnings_like. | Nicholas Clark | 2011-03-12 | 1 | -14/+42 |
* | 11883c88c2a3bf14 introduced an error in 64bitint.t with long doubles. | Nicholas Clark | 2011-03-12 | 1 | -0/+3 |
* | Skip eintr.t on FreeBSD (see perl #85842 and #84688). | Craig A. Berry | 2011-03-11 | 1 | -1/+3 |
* | C<not> should be C<!> in utf8decode.t, to fix a precedence bug. | Nicholas Clark | 2011-03-11 | 1 | -31/+31 |
* | Don't run crashing TODO tests for release builds. | Jan Dubois | 2011-03-11 | 1 | -6/+16 |
* | Avoid race codition when setting process exit code on Windows. | Jan Dubois | 2011-03-11 | 1 | -0/+12 |
* | Convert t/op/64bitint.t to test.pl | Nicholas Clark | 2011-03-11 | 1 | -229/+149 |
* | add more tests for 'my @a =' OPpASSIGN_COMMON | David Mitchell | 2011-03-11 | 1 | -1/+23 |
* | Refactor die_exit.t to loop over a list, rather than iterate on an hash. | Nicholas Clark | 2011-03-11 | 1 | -26/+22 |
* | Convert t/op/die_exit.t to test.pl | Nicholas Clark | 2011-03-11 | 1 | -13/+10 |
* | In fold_grind.t only report OK for each charset/target combination | David Leadbeater | 2011-03-08 | 1 | -2/+23 |
* | re/pat.t: Remove TODO message on passing tests | Karl Williamson | 2011-03-08 | 1 | -1/+0 |
* | PATCH: [perl #85528], add initialization | Karl Williamson | 2011-03-08 | 1 | -0/+3 |
* | 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 |