summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* fold_grind.t: Revamp test case coverage analysisKarl Williamson2011-05-191-100/+219
* fold_grind.t: remove unnecessary testsKarl Williamson2011-05-191-1/+5
* fold_grind.t: No longer any TODOsKarl Williamson2011-05-191-9/+1
* fold_grind.t: Refactor subtestsKarl Williamson2011-05-191-18/+33
* PATCH: [perl #88822] Re: Test failure t/re_fold_grind.t with bleadperlKarl Williamson2011-05-191-1/+12
* fold_grind.t: Slightly change debug stmtKarl Williamson2011-05-191-2/+1
* fold_grind.t: Make sure special-cased code points are testedKarl Williamson2011-05-191-2/+4
* fold_grind.t: Add testing of multi-char folds in patternKarl Williamson2011-05-191-3/+6
* /iaa doesn't work when the result is trie'dKarl Williamson2011-05-181-0/+4
* Assertion fails in multi-char regex matchKarl Williamson2011-05-181-0/+4
* PATCH: [perl #89750]: Unicode regex negated case-insensitivityKarl Williamson2011-05-032-0/+7
* reg_eval_scope.t: skip coring tests on all archesDavid Mitchell2011-04-121-1/+3
* regcomp: Improve error message for (?-d:...)Karl Williamson2011-04-121-0/+1
* PATCH: [perl #86972]: Tweak error messagesKarl Williamson2011-04-121-5/+5
* Add test for [perl #87812]Karl Williamson2011-04-111-0/+12
* PATCH: partial [perl #86972]: Allow /(?aia)/Karl Williamson2011-04-102-2/+12
* regex .t's: Remove now passing TODOsKarl Williamson2011-03-202-9/+2
* reg_namedseq: Restructure so doesn't duplicate codeKarl Williamson2011-03-202-14/+3
* Avoid warnings in pat_advanced.t in the logic for skipping a test.Nicholas Clark2011-03-201-3/+3
* Skip test in pat_advanced_thr.t as it triggers an unrelated thread bug.Nicholas Clark2011-03-201-1/+3
* regcomp.c: RT#77414. Initialize flagKarl Williamson2011-03-191-1/+0
* pat_advanced.t: Bump watchdog timeoutKarl Williamson2011-03-191-1/+1
* Stop hang in regexKarl Williamson2011-03-191-0/+5
* charset.t: Skip locale tests depending on platformKarl Williamson2011-03-171-1/+11
* Revert "re/pat.t: Remove TODO message on passing tests"Karl Williamson2011-03-171-0/+1
* RT #85964: bleadperl breaks CGI-FormBuilderKarl Williamson2011-03-161-6/+6
* Add TODO tests for #85964Karl Williamson2011-03-161-0/+14
* regcomp.c: utf8 pattern implies uni rulesKarl Williamson2011-03-141-0/+6
* Convert t/re/regexp_unicode_prop.t to using test.pl's functions for testing.Nicholas Clark2011-03-141-19/+17
* Convert t/re/subst_amp.t to test.pl, strict and warnings.Nicholas Clark2011-03-141-31/+20
* Convert t/re/reg_mesg.t to test.pl and strict.Nicholas Clark2011-03-131-87/+32
* Move t/re/reg_unsafe.t's test to a fresh_perl_is() inside pat_advanced.tNicholas Clark2011-03-132-19/+16
* Convert t/re/reg_email.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-7/+8
* In overload.t, move require './test.pl' into BEGIN to avoid stubbing subs.Nicholas Clark2011-03-131-12/+5
* regcomp.c: /a should handle /\xdf/i same as /uKarl Williamson2011-03-121-3/+31
* 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
* Don't run crashing TODO tests for release builds.Jan Dubois2011-03-111-6/+16
* 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
* In reg_namedcapture.t, don't test for Errno, as the miniperl skip covers this.Nicholas Clark2011-03-081-4/+0
* Simplify the logic in t/thread_it.pl, as the callers' filenames are uniform.Nicholas Clark2011-03-089-45/+9
* 4f890a3067e1198f missed qr// from t/re/pat.t in its refactoring in two places.Nicholas Clark2011-03-081-2/+2
* Move the special-case logic for $qr_embed_thr to regexp_qr_embed_thr.tNicholas Clark2011-03-082-21/+11
* Move the test for 078c425b721ea35d from fresh_perl.t to pat_rt_report.tNicholas Clark2011-03-071-2/+17
* 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
* charset.t: Improve diagnostic messagesKarl Williamson2011-03-061-6/+18
* charset.t: Group tests by complement/non-Karl Williamson2011-03-061-1/+21
* Skip regexp_unicode_prop.t under minitest, as File::Spec may not be available.Nicholas Clark2011-03-061-4/+7