This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the special-case logic for $qr_embed_thr to regexp_qr_embed_thr.t
[perl5.git] / t /
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...
2011-03-06 Nicholas ClarkSkip taint.t and lex_utf8.t under minitest, as both...
2011-03-06 Nicholas ClarkSkip reg_fold.t under minitest, as it uses charnames...
2011-03-06 Nicholas ClarkSkip a block of ref.t's tests on minitest, as C<re...
2011-03-06 Nicholas ClarkCorrect the skip count for t/op/switch.t under minitest.
2011-03-06 Nicholas ClarkFix magic.t's expectation for $^X under minitest when...
2011-03-06 Nicholas ClarkIn t/ avoid using File::Spec for paths only used by...
2011-03-06 Nicholas ClarkRefactor t/op/time.t to use test.pl's warning_is().
2011-03-06 Karl Williamsoncharset.t: Don't test locale if not working.
2011-03-06 Father Chrysostomos[perl #77384] Passing a ref to warn doesn't append...
2011-03-05 Nicholas ClarkNow that pat_{advanced,rt_report}.t use test.pl, use...
2011-03-05 Nicholas ClarkEliminate t/re/ReTest.pl. require './test.pl' directly...
2011-03-05 Nicholas ClarkMove setting $IS_ASCII and $IS_EBCDIC from ReTest.pl...
2011-03-05 Nicholas ClarkEliminate $::ordA from ReTest.pl, inlining its constant...
2011-03-05 Nicholas ClarkEliminate eval_ok() from ReTest.pl by inlining the...
2011-03-05 Nicholas ClarkReplace three uses of eval_ok() with is() as the tested...
2011-03-05 Nicholas ClarkRefactor some calls to eval_ok() into is(eval $foo...
2011-03-05 Nicholas ClarkAdd warnings_like() in test.pl to replace must_warn...
2011-03-05 Nicholas ClarkAdd warning_like() in test.pl to replace some uses...
2011-03-05 Nicholas ClarkIn pat_advanced.t, refactor 6 calls to must_warn()...
2011-03-05 Nicholas ClarkImprove warning_is() to verify that exactly 0 or 1...
2011-03-05 Nicholas ClarkAdd warning_is() in test.pl to replace may_not_warn...
2011-03-05 Nicholas ClarkEliminate must_die() from ReTest.pl, which is only...
2011-03-05 Nicholas ClarkMove the loading of %Config from ReTest.pl to the only...
2011-03-05 Nicholas ClarkPrune redundant blank lines.
2011-03-05 Nicholas Clarkt/re/pat_{psycho,re_eval,special_cc}.t can use test...
2011-03-05 Nicholas ClarkEliminate the placeholder text 'Noname test'.
2011-03-05 Nicholas ClarkEliminate iseq() from ReTest.pl by changing all callers...
2011-03-05 Nicholas ClarkEliminate nok() from ReTest.pl by refactoring all uses...
2011-03-05 Nicholas ClarkRefactor ReTest.pl to use test.pl for testing functions...
2011-03-05 Nicholas ClarkSlight tweaks to regexp tests so that they still produc...
2011-03-05 Nicholas ClarkUse $::TODO, instead of $TODO, and relying on use vars...
2011-03-05 Nicholas ClarkRemove the line number from the test description output...
2011-03-05 Nicholas ClarkEliminate the global override $BugId from t/re/ReTest.pl
2011-03-05 Nicholas ClarkEliminate use of $::BugId in t/re/pat_rt_report.t
2011-03-05 Nicholas ClarkEliminate use of $::BugId in t/re/pat_re_eval.t
2011-03-05 Nicholas ClarkEliminate the global override $Message from t/re/ReTest.pl
2011-03-05 Nicholas ClarkEliminate use of $::Message in t/re/pat_re_eval.t
2011-03-05 Nicholas ClarkEliminate use of $::Message in t/re/pat_rt_report.t
2011-03-05 Nicholas ClarkEliminate use of $::Message in t/re/pat_advanced.t
2011-03-05 Nicholas ClarkEliminate use of $::Message in t/re/pat.t
2011-03-05 Nicholas ClarkIn ReTest.pl, provide is(), isnt(), like() and unlike...
2011-03-05 Nicholas ClarkIn ReTest.pl, convert iseq() and isneq() to the same...
2011-03-05 Nicholas ClarkIn test.pl, change like() and unlike() to avoid copying...
2011-03-03 Nicholas ClarkSimplify the code for a group of tests in pat_advanced.t
2011-03-03 Nicholas ClarkIn ReTest.pl's must_warn(), ignore $::Message.
2011-03-03 Nicholas ClarkIn ReTest.pl's may_not_warn(), eliminate the use of...
2011-03-03 Nicholas ClarkEliminate the unused global override $WarnPattern from...
2011-03-03 Nicholas ClarkEliminate the global override $DiePattern from t/re...
2011-03-02 Nicholas ClarkEliminate the global error override $Error from t/re...
2011-03-02 Nicholas ClarkSimplify pat.t by removing a loop over 2 items, which...
2011-03-02 Nicholas ClarkFix the TODO handling in t/re/ReTest.pl's skip()
2011-03-02 Nicholas ClarkConvert taint.t to lexical file and directory handles...
2011-03-02 Nicholas ClarkIn taint.t, convert the Fcntl and *printf tests to...
2011-03-02 Nicholas ClarkIn taint.t, violates_taint() now tests more of the...
2011-03-02 Nicholas ClarkIn taint.t, add violates_taint(), to replace a repeated...
2011-03-02 Nicholas ClarkIn taint.t, avoid using ok() where better test function...
2011-03-02 Nicholas ClarkIn taint.t, replace C<not any_tainted(..)> with calls...
2011-03-02 Nicholas ClarkIn taint.t, replace calls to all_tainted() with a loop...
2011-03-02 Nicholas ClarkAdd {is,isnt}_tainted() to taint.t, to replace use...
2011-03-02 Nicholas ClarkConvert taint.t to use test.pl's testing functions.
2011-03-01 Karl Williamsontoke.c: Raise error for multiple regexp mods
2011-02-28 Karl Williamsonfold_grind: Remove more tests under /d
2011-02-28 Karl Williamsonfold_grind.t: Reduce some tests.
next