2011-03-13 |
Nicholas Clark | Convert t/op/anonsub.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | In test.pl, avoid using a closure to capture warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/re/reg_mesg.t to test.pl and strict.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Move t/re/reg_unsafe.t's test to a fresh_perl_is()...
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/re/reg_email.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | In overload.t, move require './test.pl' into BEGIN...
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/magic.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/die_unwind.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/die_except.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/do.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/pwent.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | C<not> should be C<!> in pwent.t, to fix a precedence...
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | In pwent.t, sanitise the logic for opening /etc/passwd...
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | Convert t/op/mydef.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-13 |
Nicholas Clark | In t/op/mydef.t, add missing C<eval> to a test.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert t/op/inc.t to test.pl and use strict.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Fix long-standing bug in t/op/inc.t, whereby ok() ignored...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In t/op/inc.t, inline check_some_code() into its only...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In t/op/inc.t, reorder the parameters to check_some_code()
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert t/op/study.t to use test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert t/op/utf8cache.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | skip_all_without_dynamic_extension() should accepted...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Rename test.pl's skip_all_without_extension to *_dynamic_ext...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert t/op/readdir.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert t/op/goto_xs.t to test.pl, strict and warnings.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Move pwent.t's test for NIS+ earlier, before the "fallback...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In t/op/pwent.t, create try_prog() for the common ...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Add PERL_PRESERVE_IVUV to non_bincompat_options.
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, use //x to add comments to the parsing...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, test that we get the expected Unicode...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, constrain more tightly the testing...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, use warning_is() for the should-not...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, move the test data from a heredoc...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, remove the \x sequence strings of...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In utf8decode.t, test that the hex sequences and \x...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | Convert utf8decode.t to test.pl
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | In test.pl, refactor the implementation of warning_...
|
commit | commitdiff | tree |
2011-03-12 |
Nicholas Clark | 11883c88c2a3bf14 introduced an error in 64bitint.t...
|
commit | commitdiff | tree |
2011-03-11 |
Nicholas Clark | C<not> should be C<!> in utf8decode.t, to fix a precedence...
|
commit | commitdiff | tree |
2011-03-11 |
Nicholas Clark | Convert t/op/64bitint.t to test.pl
|
commit | commitdiff | tree |
2011-03-11 |
Nicholas Clark | Refactor die_exit.t to loop over a list, rather than...
|
commit | commitdiff | tree |
2011-03-11 |
Nicholas Clark | Convert t/op/die_exit.t to test.pl
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to NamedCapture.xs
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Tweak Tie::Hash::NamedCapture's BOOT code - get the...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | In reg_namedcapture.t, don't test for Errno, as the...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | In Tie::Hash::NamedCapture move the tie of %+ and ...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Convert Tie::Hash::NamedCapture::TIEHASH to XS.
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Add tests for documented behaviour of Tie::Hash::NamedCaptur...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | In test.pl, use block eval instead of string eval for...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Refactor skip_all_without_config() to take a list of...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Simplify the logic in t/thread_it.pl, as the callers...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | 4f890a3067e1198f missed qr// from t/re/pat.t in its...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Nothing uses $ENV{PERL_CORE_MINITEST} any more, so...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Move the special-case logic for $qr_embed_thr to regexp_qr_e...
|
commit | commitdiff | tree |
2011-03-08 |
Nicholas Clark | Refactor inccode.t to use is_miniperl() instead of...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Move the test for 078c425b721ea35d from fresh_perl...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor 4 tests to use skip_if_miniperl().
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor sigdispatch.t to use is_miniperl() instead...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor t/thread_it.pl to use test.pl's skip_all_...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor 4 tests to use skip_all(), instead of longhand...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor t/op/getpid.t to use skip_all_if_miniperl...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Replace quit() in t/op/groups.t with test.pl's skip_all()
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Add skip_all_without_config() to test.pl, and use it...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor the startup logic in fflush.t to use skip_all()
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor 5 tests to use skip_all(), instead of generating...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor t/lib/proxy_constant_subs.t to use skip_all_without...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Simplify the startup skip logic of tests in t/uni.
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Add skip_all_without_perlio() to test.pl, and use it...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Fix building with -Uuseperlio
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Refactor 6 tests in t/op and t/run to use skip_all_if_minipe...
|
commit | commitdiff | tree |
2011-03-07 |
Nicholas Clark | Ensure that the C<exists &Errno::EFOO> idiom continues...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Ensure that t/io/{print,read,say}.t load Errno at BEGIN...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Tidy perlio_open.t, by using test.pl skip_all* functions...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Add skip_all_without_extension() to test.pl, for the...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Tidy t/io/layers.t
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Tidy t/io/crlf.t
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Tidy t/io/binmode.t
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Move the tests for split /\s/ and Unicode from split...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Ensure t/op/stat.t passes under minitest if File::Spec...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Ensure t/op/mkdir.t passes under minitest by loading...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Ensure that chdir.t can find File::Spec and Cwd under...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Under minitest, tests requiring File::Spec->devnull...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | In gv.t, check that the installed $SIG{__DIE__} handler...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | A clearer layout for the fall-through logic of Socket...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | In inet_aton(), use newSVpvn_flags() instead of sv_newmortal...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Skip regexp_unicode_prop.t under minitest, as File...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Skip pat_re_eval.t in minitest, as it uses re, which...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Move two tests using charnames from t/re/pat.t to pat_rt_rep...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | In fold_grind.t, move the use charnames; after the...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Skip reg_eval_scope.t under minitest, as it needs charnames.
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Skip taint.t and lex_utf8.t under minitest, as both...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Skip reg_fold.t under minitest, as it uses charnames...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Skip a block of ref.t's tests on minitest, as C<re...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Correct the skip count for t/op/switch.t under minitest.
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Fix magic.t's expectation for $^X under minitest when...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | In t/ avoid using File::Spec for paths only used by...
|
commit | commitdiff | tree |
2011-03-06 |
Nicholas Clark | Refactor t/op/time.t to use test.pl's warning_is().
|
commit | commitdiff | tree |
2011-03-05 |
Nicholas Clark | Now that pat_{advanced,rt_report}.t use test.pl, use...
|
commit | commitdiff | tree |
2011-03-05 |
Nicholas Clark | Eliminate t/re/ReTest.pl. require './test.pl' directly...
|
commit | commitdiff | tree |
next |