summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* Skip the test for #77684 under minitest, as it requires PerlIO::scalarNicholas Clark2011-02-231-1/+2
* charset.t: Skip locale tests if non localeKarl Williamson2011-02-221-0/+7
* fold_grind.t: Skip locale tests if wrong localeKarl Williamson2011-02-221-2/+6
* fold_grind.t: Don't use test numbers for todosKarl Williamson2011-02-221-25/+16
* t/test.pl: Add is_miniperl()Karl Williamson2011-02-221-2/+6
* Allow t/re/regexp.t to conditionally skip tests on miniperlNicholas Clark2011-02-222-38/+40
* Skip a warnings test under miniperl that relies on the effects of -CNicholas Clark2011-02-221-0/+3
* make /\p{isUserDefined}/ die on taintDavid Mitchell2011-02-221-1/+15
* Avoid loading modules for %! and %+ on meeting %{"foo::!"} and %{"foo::+"}Nicholas Clark2011-02-221-1/+20
* Revert "Revert "fold_grind.t: Test multi-char folds""Karl Williamson2011-02-211-9/+62
* Break out the test for #27839 into a new test file.Nicholas Clark2011-02-212-23/+34
* Under minitest, skip tests in op/g{oto,v}.t that need PerlIO::scalar.Nicholas Clark2011-02-212-10/+16
* In t/io/open.t, skip the tests for loading IO::File when running under miniperlNicholas Clark2011-02-211-1/+2
* Add skip_if_miniperl() to test.pl, and use it in op/hashassign.t and re/re.tNicholas Clark2011-02-213-3/+11
* Break out the test for #72922 into a new test file.Nicholas Clark2011-02-212-62/+39
* Convert t/re/re.t to use done_testing(), instead of a trailing BEGIN blockNicholas Clark2011-02-211-3/+5
* Add skip_all_if_miniperl() to test.pl, and use it in 6 test scriptsNicholas Clark2011-02-217-0/+11
* Skip reg_namedcapture.t when run by miniperlNicholas Clark2011-02-211-0/+4
* In t/TEST, automatically detect if running under miniperlNicholas Clark2011-02-211-1/+2
* In switchI.t, use nolib => 1 to make the tests pass on miniperl once more.Nicholas Clark2011-02-211-5/+2
* In runenv.t, don't automatically add -I../lib to the test program's arguments.Nicholas Clark2011-02-211-14/+11
* Refactor t/run/runenv.t to use lexical file handles.Nicholas Clark2011-02-211-12/+13
* In runenv.t, inline runperl() into try(), its only caller.Nicholas Clark2011-02-211-33/+9
* t/re/re.t: remove leftover diag() debugging in 94b03d7dÆvar Arnfjörð Bjarmason2011-02-201-3/+0
* Revert "fold_grind.t: Test multi-char folds"Ævar Arnfjörð Bjarmason2011-02-201-62/+9
* Fix timing issues with test in sigdispatch.t on certain BSDsLeon Timmermans2011-02-201-2/+2
* Allow suffix form for /a /d /l /uKarl Williamson2011-02-192-2/+26
* regexec.c: Fix utf8 e.g. [\s] under localeKarl Williamson2011-02-191-1/+1
* Revert "regcomp: Add warning if tries to use \p in locale."Karl Williamson2011-02-191-11/+0
* Fix locale caseless matching and utf8Karl Williamson2011-02-191-16/+32
* re/fold_grind.t: Fix improper skipping testKarl Williamson2011-02-191-4/+4
* re/fold_grind.t: Improve debug diagnosticKarl Williamson2011-02-191-1/+2
* taint REGEX SVs as well as refs to themDavid Mitchell2011-02-181-1/+13
* adjust the skip count to account for the new test in c22d665bTony Cook2011-02-181-1/+1
* Subclass utf8 warnings so can turn off individuallyKarl Williamson2011-02-172-2/+86
* t/op/caller.t: Comment magic numberKarl Williamson2011-02-171-0/+3
* diag.t: Allow underscore in warnings categoriesKarl Williamson2011-02-171-1/+1
* op/turkish.t: Fix wrong test explanationsKarl Williamson2011-02-171-2/+2
* Unblock signal-mask on error for unsafe signalsLeon Timmermans2011-02-171-1/+7
* test.pl: ok mess to stdout not stderr on successDavid Mitchell2011-02-171-4/+5
* fold_grind.t: Shorten eval string so no overflowKarl Williamson2011-02-161-1/+1
* fix many s/// tainting bugsDavid Mitchell2011-02-161-26/+181
* add comprehensive m// and s/// taint testsDavid Mitchell2011-02-161-13/+554
* add refcnt_inc/dec to perldiagFather Chrysostomos2011-02-151-5/+0
* [perl #78494] Pipes cause threads to hang on join()Father Chrysostomos2011-02-151-1/+11
* t/porting/podcheck.t: remove unused __DATA__ sectionÆvar Arnfjörð Bjarmason2011-02-151-10/+0
* fold_grind.t: Test multi-char foldsKarl Williamson2011-02-141-9/+59
* Add /aa regex modifierKarl Williamson2011-02-141-5/+30
* fold_grind.t: Fix commentsKarl Williamson2011-02-141-7/+6
* fold_grind.t: use common subroutineKarl Williamson2011-02-141-15/+39