summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor 5 tests to use skip_all(), instead of generating TAP locally.Nicholas Clark2011-03-075-29/+15
* Refactor t/lib/proxy_constant_subs.t to use skip_all_without_extension()Nicholas Clark2011-03-071-10/+3
* Simplify the startup skip logic of tests in t/uni.Nicholas Clark2011-03-079-168/+39
* Add skip_all_without_perlio() to test.pl, and use it in 8 tests.Nicholas Clark2011-03-079-25/+15
* Refactor 6 tests in t/op and t/run to use skip_all_if_miniperl().Nicholas Clark2011-03-076-28/+9
* Ensure that t/io/{print,read,say}.t load Errno at BEGIN time.Nicholas Clark2011-03-063-7/+8
* Tidy perlio_open.t, by using test.pl skip_all* functions where appropriate.Nicholas Clark2011-03-061-13/+3
* Add skip_all_without_extension() to test.pl, for the common skip idiom.Nicholas Clark2011-03-062-3/+12
* Tidy t/io/layers.tNicholas Clark2011-03-061-16/+8
* Tidy t/io/crlf.tNicholas Clark2011-03-061-5/+4
* Tidy t/io/binmode.tNicholas Clark2011-03-061-15/+13
* Fix [perl #85508] regression in print length undefDavid Leadbeater2011-03-061-3/+10
* Move the tests for split /\s/ and Unicode from split.t to split_unicode.tNicholas Clark2011-03-062-57/+65
* Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it is not part of minitest.Nicholas Clark2011-03-061-140/+0
* Ensure t/op/stat.t passes under minitest if File::Spec is unavailable.Nicholas Clark2011-03-061-8/+16
* Ensure t/op/mkdir.t passes under minitest by loading File::Path in an eval.Nicholas Clark2011-03-061-2/+9
* Ensure that chdir.t can find File::Spec and Cwd under minitestNicholas Clark2011-03-061-2/+7
* Under minitest, tests requiring File::Spec->devnull(), as it may not be built.Nicholas Clark2011-03-061-24/+35
* charset.t: Improve diagnostic messagesKarl Williamson2011-03-061-6/+18
* charset.t: Group tests by complement/non-Karl Williamson2011-03-061-1/+21
* In gv.t, check that the installed $SIG{__DIE__} handler is never called.Nicholas Clark2011-03-061-3/+5
* Skip regexp_unicode_prop.t under minitest, as File::Spec may not be available.Nicholas Clark2011-03-061-4/+7
* Skip pat_re_eval.t in minitest, as it uses re, which needs dynamic loading.Nicholas Clark2011-03-061-0/+1
* Move two tests using charnames from t/re/pat.t to pat_rt_report.tNicholas Clark2011-03-062-24/+25
* In fold_grind.t, move the use charnames; after the skip_all_if_miniperl().Nicholas Clark2011-03-061-2/+2
* Skip reg_eval_scope.t under minitest, as it needs charnames.Nicholas Clark2011-03-061-1/+6
* Skip taint.t and lex_utf8.t under minitest, as both require C<re>.Nicholas Clark2011-03-062-1/+3
* Skip reg_fold.t under minitest, as it uses charnames, which uses File::Spec.Nicholas Clark2011-03-061-0/+1
* Skip a block of ref.t's tests on minitest, as C<re> may not be available.Nicholas Clark2011-03-061-2/+3
* Correct the skip count for t/op/switch.t under minitest.Nicholas Clark2011-03-061-2/+1
* Fix magic.t's expectation for $^X under minitest when the OS makes $^X absoluteNicholas Clark2011-03-061-3/+2
* In t/ avoid using File::Spec for paths only used by Perl.Nicholas Clark2011-03-065-19/+9