summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* regcomp.c: /a should handle /\xdf/i same as /uKarl Williamson2011-03-121-3/+31
* Convert t/op/study.t to use test.pl, strict and warnings.Nicholas Clark2011-03-121-58/+25
* Convert t/op/utf8cache.t to test.pl, strict and warnings.Nicholas Clark2011-03-121-11/+7
* skip_all_without_dynamic_extension() should accepted names containing ::sNicholas Clark2011-03-121-0/+1
* Rename test.pl's skip_all_without_extension to *_dynamic_extension().Nicholas Clark2011-03-1212-23/+13
* Convert t/op/readdir.t to test.pl, strict and warnings.Nicholas Clark2011-03-121-29/+34
* Convert t/op/goto_xs.t to test.pl, strict and warnings.Nicholas Clark2011-03-121-36/+27
* Move pwent.t's test for NIS+ earlier, before the "fallback" of /etc/passwdNicholas Clark2011-03-121-3/+3
* In t/op/pwent.t, create try_prog() for the common 'try this command' logic.Nicholas Clark2011-03-121-35/+20
* Fix RT #84294 /((\w+)(?{print $2})){2,2}/ problemYves Orton2011-03-121-1/+0
* Add tests for RT #84294 /((\w+)(?{print $2})){2,2}/ problemYves Orton2011-03-121-1/+12
* In utf8decode.t, use //x to add comments to the parsing regexp.Nicholas Clark2011-03-121-3/+9
* In utf8decode.t, test that we get the expected Unicode character(s)Nicholas Clark2011-03-121-20/+24
* In utf8decode.t, constrain more tightly the testing of expected warnings.Nicholas Clark2011-03-121-20/+31
* In utf8decode.t, use warning_is() for the should-not-warn cases.Nicholas Clark2011-03-121-22/+17
* In utf8decode.t, move the test data from a heredoc to <DATA>Nicholas Clark2011-03-121-46/+42
* In utf8decode.t, remove the \x sequence strings of bytesNicholas Clark2011-03-121-93/+84
* In utf8decode.t, test that the hex sequences and \x escapes are equivalent.Nicholas Clark2011-03-121-0/+2
* Convert utf8decode.t to test.plNicholas Clark2011-03-121-32/+17
* In test.pl, refactor the implementation of warning_{is,like} and warnings_like.Nicholas Clark2011-03-121-14/+42
* 11883c88c2a3bf14 introduced an error in 64bitint.t with long doubles.Nicholas Clark2011-03-121-0/+3
* Skip eintr.t on FreeBSD (see perl #85842 and #84688).Craig A. Berry2011-03-111-1/+3
* C<not> should be C<!> in utf8decode.t, to fix a precedence bug.Nicholas Clark2011-03-111-31/+31
* Don't run crashing TODO tests for release builds.Jan Dubois2011-03-111-6/+16
* Avoid race codition when setting process exit code on Windows.Jan Dubois2011-03-111-0/+12
* Convert t/op/64bitint.t to test.plNicholas Clark2011-03-111-229/+149
* add more tests for 'my @a =' OPpASSIGN_COMMONDavid Mitchell2011-03-111-1/+23
* Refactor die_exit.t to loop over a list, rather than iterate on an hash.Nicholas Clark2011-03-111-26/+22
* Convert t/op/die_exit.t to test.plNicholas Clark2011-03-111-13/+10
* In fold_grind.t only report OK for each charset/target combinationDavid Leadbeater2011-03-081-2/+23
* re/pat.t: Remove TODO message on passing testsKarl Williamson2011-03-081-1/+0
* PATCH: [perl #85528], add initializationKarl Williamson2011-03-081-0/+3
* taint.t broken by refactoringCraig A. Berry2011-03-081-2/+2
* In reg_namedcapture.t, don't test for Errno, as the miniperl skip covers this.Nicholas Clark2011-03-081-4/+0
* In test.pl, use block eval instead of string eval for requiring modules.Nicholas Clark2011-03-081-6/+6
* Refactor skip_all_without_config() to take a list of config options to test.Nicholas Clark2011-03-083-7/+6
* Simplify the logic in t/thread_it.pl, as the callers' filenames are uniform.Nicholas Clark2011-03-0811-71/+29
* 4f890a3067e1198f missed qr// from t/re/pat.t in its refactoring in two places.Nicholas Clark2011-03-081-2/+2
* Nothing uses $ENV{PERL_CORE_MINITEST} any more, so don't set it in t/TESTNicholas Clark2011-03-081-2/+0
* Move the special-case logic for $qr_embed_thr to regexp_qr_embed_thr.tNicholas Clark2011-03-082-21/+11
* Refactor inccode.t to use is_miniperl() instead of $ENV{PERL_CORE_MINITEST}Nicholas Clark2011-03-081-10/+9
* Move the test for 078c425b721ea35d from fresh_perl.t to pat_rt_report.tNicholas Clark2011-03-072-19/+17
* Refactor 4 tests to use skip_if_miniperl().Nicholas Clark2011-03-074-14/+9
* Refactor sigdispatch.t to use is_miniperl() instead testing %ENV for minitest.Nicholas Clark2011-03-071-1/+2
* Refactor t/thread_it.pl to use test.pl's skip_all_*() functions.Nicholas Clark2011-03-071-9/+8
* Refactor 4 tests to use skip_all(), instead of longhand code to generate TAP.Nicholas Clark2011-03-074-22/+9
* Refactor t/op/getpid.t to use skip_all_if_miniperl() in place of explicit code.Nicholas Clark2011-03-071-4/+1
* Replace quit() in t/op/groups.t with test.pl's skip_all()Nicholas Clark2011-03-071-16/+6
* Add skip_all_without_config() to test.pl, and use it in 6 tests.Nicholas Clark2011-03-077-34/+22
* Refactor the startup logic in fflush.t to use skip_all()Nicholas Clark2011-03-071-10/+5