This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert t/re/regexp_unicode_prop.t to using test.pl's functions for testing.
[perl5.git] / t /
2011-03-14 Nicholas ClarkConvert t/re/regexp_unicode_prop.t to using test.pl...
2011-03-14 Nicholas ClarkConvert the remainder of t/op/numconvert.t to test...
2011-03-14 Nicholas ClarkConvert t/re/subst_amp.t to test.pl, strict and warnings.
2011-03-14 Nicholas ClarkAdd a test to ensure that test.pl doesn't mention $&
2011-03-13 Nicholas ClarkRefactor t/op/assignwarn.t to generate all the tested...
2011-03-13 Nicholas ClarkConvert t/op/anonsub.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkIn test.pl, avoid using a closure to capture warnings.
2011-03-13 Nicholas ClarkConvert t/re/reg_mesg.t to test.pl and strict.
2011-03-13 Nicholas ClarkMove t/re/reg_unsafe.t's test to a fresh_perl_is()...
2011-03-13 Nicholas ClarkConvert t/re/reg_email.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkIn overload.t, move require './test.pl' into BEGIN...
2011-03-13 Nicholas ClarkConvert t/op/magic.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/die_unwind.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/die_except.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/do.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/pwent.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkC<not> should be C<!> in pwent.t, to fix a precedence...
2011-03-13 Nicholas ClarkIn pwent.t, sanitise the logic for opening /etc/passwd...
2011-03-13 Nicholas ClarkConvert t/op/mydef.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkIn t/op/mydef.t, add missing C<eval> to a test.
2011-03-12 Nicholas ClarkConvert t/op/inc.t to test.pl and use strict.
2011-03-12 Nicholas ClarkFix long-standing bug in t/op/inc.t, whereby ok() ignor...
2011-03-12 Nicholas ClarkIn t/op/inc.t, inline check_some_code() into its only...
2011-03-12 Nicholas ClarkIn t/op/inc.t, reorder the parameters to check_some_code()
2011-03-12 Karl Williamsonregcomp.c: /a should handle /\xdf/i same as /u
2011-03-12 Nicholas ClarkConvert t/op/study.t to use test.pl, strict and warnings.
2011-03-12 Nicholas ClarkConvert t/op/utf8cache.t to test.pl, strict and warnings.
2011-03-12 Nicholas Clarkskip_all_without_dynamic_extension() should accepted...
2011-03-12 Nicholas ClarkRename test.pl's skip_all_without_extension to *_dynami...
2011-03-12 Nicholas ClarkConvert t/op/readdir.t to test.pl, strict and warnings.
2011-03-12 Nicholas ClarkConvert t/op/goto_xs.t to test.pl, strict and warnings.
2011-03-12 Nicholas ClarkMove pwent.t's test for NIS+ earlier, before the "fallb...
2011-03-12 Nicholas ClarkIn t/op/pwent.t, create try_prog() for the common ...
2011-03-12 Yves OrtonFix RT #84294 /((\w+)(?{print $2})){2,2}/ problem
2011-03-12 Yves OrtonAdd tests for RT #84294 /((\w+)(?{print $2})){2,2}...
2011-03-12 Nicholas ClarkIn utf8decode.t, use //x to add comments to the parsing...
2011-03-12 Nicholas ClarkIn utf8decode.t, test that we get the expected Unicode...
2011-03-12 Nicholas ClarkIn utf8decode.t, constrain more tightly the testing...
2011-03-12 Nicholas ClarkIn utf8decode.t, use warning_is() for the should-not...
2011-03-12 Nicholas ClarkIn utf8decode.t, move the test data from a heredoc...
2011-03-12 Nicholas ClarkIn utf8decode.t, remove the \x sequence strings of...
2011-03-12 Nicholas ClarkIn utf8decode.t, test that the hex sequences and \x...
2011-03-12 Nicholas ClarkConvert utf8decode.t to test.pl
2011-03-12 Nicholas ClarkIn test.pl, refactor the implementation of warning_...
2011-03-12 Nicholas Clark11883c88c2a3bf14 introduced an error in 64bitint.t...
2011-03-12 Craig A. BerrySkip eintr.t on FreeBSD (see perl #85842 and #84688).
2011-03-11 Nicholas ClarkC<not> should be C<!> in utf8decode.t, to fix a precede...
2011-03-11 Jan DuboisDon't run crashing TODO tests for release builds.
2011-03-11 Jan DuboisAvoid race codition when setting process exit code...
2011-03-11 Nicholas ClarkConvert t/op/64bitint.t to test.pl
2011-03-11 David Mitchelladd more tests for 'my @a =' OPpASSIGN_COMMON
2011-03-11 Nicholas ClarkRefactor die_exit.t to loop over a list, rather than...
2011-03-11 Nicholas ClarkConvert t/op/die_exit.t to test.pl
2011-03-09 David LeadbeaterIn fold_grind.t only report OK for each charset/target...
2011-03-09 Karl Williamsonre/pat.t: Remove TODO message on passing tests
2011-03-09 Karl WilliamsonPATCH: [perl #85528], add initialization
2011-03-09 Craig A. Berrytaint.t broken by refactoring
2011-03-08 Nicholas ClarkIn reg_namedcapture.t, don't test for Errno, as the...
2011-03-08 Nicholas ClarkIn test.pl, use block eval instead of string eval for...
2011-03-08 Nicholas ClarkRefactor skip_all_without_config() to take a list of...
2011-03-08 Nicholas ClarkSimplify the logic in t/thread_it.pl, as the callers...
2011-03-08 Nicholas Clark4f890a3067e1198f missed qr// from t/re/pat.t in its...
2011-03-08 Nicholas ClarkNothing uses $ENV{PERL_CORE_MINITEST} any more, so...
2011-03-08 Nicholas ClarkMove the special-case logic for $qr_embed_thr to regexp...
2011-03-08 Nicholas ClarkRefactor inccode.t to use is_miniperl() instead of...
2011-03-07 Nicholas ClarkMove the test for 078c425b721ea35d from fresh_perl...
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_if_miniperl().
2011-03-07 Nicholas ClarkRefactor sigdispatch.t to use is_miniperl() instead...
2011-03-07 Nicholas ClarkRefactor t/thread_it.pl to use test.pl's skip_all_...
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_all(), instead of longhand...
2011-03-07 Nicholas ClarkRefactor t/op/getpid.t to use skip_all_if_miniperl...
2011-03-07 Nicholas ClarkReplace quit() in t/op/groups.t with test.pl's skip_all()
2011-03-07 Nicholas ClarkAdd skip_all_without_config() to test.pl, and use it...
2011-03-07 Nicholas ClarkRefactor the startup logic in fflush.t to use skip_all()
2011-03-07 Nicholas ClarkRefactor 5 tests to use skip_all(), instead of generati...
2011-03-07 Nicholas ClarkRefactor t/lib/proxy_constant_subs.t to use skip_all_wi...
2011-03-07 Nicholas ClarkSimplify the startup skip logic of tests in t/uni.
2011-03-07 Nicholas ClarkAdd skip_all_without_perlio() to test.pl, and use it...
2011-03-07 Nicholas ClarkRefactor 6 tests in t/op and t/run to use skip_all_if_m...
2011-03-06 Nicholas ClarkEnsure that t/io/{print,read,say}.t load Errno at BEGIN...
2011-03-06 Nicholas ClarkTidy perlio_open.t, by using test.pl skip_all* function...
2011-03-06 Nicholas ClarkAdd skip_all_without_extension() to test.pl, for the...
2011-03-06 Nicholas ClarkTidy t/io/layers.t
2011-03-06 Nicholas ClarkTidy t/io/crlf.t
2011-03-06 Nicholas ClarkTidy t/io/binmode.t
2011-03-06 David LeadbeaterFix [perl #85508] regression in print length undef
2011-03-06 Nicholas ClarkMove the tests for split /\s/ and Unicode from split...
2011-03-06 Nicholas ClarkMove t/re/re.t to ext/re/t/re_funcs_u.t, so that it...
2011-03-06 Nicholas ClarkEnsure t/op/stat.t passes under minitest if File::Spec...
2011-03-06 Nicholas ClarkEnsure t/op/mkdir.t passes under minitest by loading...
2011-03-06 Nicholas ClarkEnsure that chdir.t can find File::Spec and Cwd under...
2011-03-06 Nicholas ClarkUnder minitest, tests requiring File::Spec->devnull...
2011-03-06 Karl Williamsoncharset.t: Improve diagnostic messages
2011-03-06 Karl Williamsoncharset.t: Group tests by complement/non-
2011-03-06 Nicholas ClarkIn gv.t, check that the installed $SIG{__DIE__} handler...
2011-03-06 Nicholas ClarkSkip regexp_unicode_prop.t under minitest, as File...
2011-03-06 Nicholas ClarkSkip pat_re_eval.t in minitest, as it uses re, which...
2011-03-06 Nicholas ClarkMove two tests using charnames from t/re/pat.t to pat_r...
2011-03-06 Nicholas ClarkIn fold_grind.t, move the use charnames; after the...
2011-03-06 Nicholas ClarkSkip reg_eval_scope.t under minitest, as it needs charn...
next