| Commit message (Expand) | Author | Age | Files | Lines |
* | fold_grind.t: Revamp test case coverage analysis | Karl Williamson | 2011-05-19 | 1 | -100/+219 |
* | fold_grind.t: remove unnecessary tests | Karl Williamson | 2011-05-19 | 1 | -1/+5 |
* | fold_grind.t: No longer any TODOs | Karl Williamson | 2011-05-19 | 1 | -9/+1 |
* | fold_grind.t: Refactor subtests | Karl Williamson | 2011-05-19 | 1 | -18/+33 |
* | PATCH: [perl #88822] Re: Test failure t/re_fold_grind.t with bleadperl | Karl Williamson | 2011-05-19 | 1 | -1/+12 |
* | fold_grind.t: Slightly change debug stmt | Karl Williamson | 2011-05-19 | 1 | -2/+1 |
* | fold_grind.t: Make sure special-cased code points are tested | Karl Williamson | 2011-05-19 | 1 | -2/+4 |
* | fold_grind.t: Add testing of multi-char folds in pattern | Karl Williamson | 2011-05-19 | 1 | -3/+6 |
* | /iaa doesn't work when the result is trie'd | Karl Williamson | 2011-05-18 | 1 | -0/+4 |
* | Assertion fails in multi-char regex match | Karl Williamson | 2011-05-18 | 1 | -0/+4 |
* | PATCH: [perl #89750]: Unicode regex negated case-insensitivity | Karl Williamson | 2011-05-03 | 2 | -0/+7 |
* | reg_eval_scope.t: skip coring tests on all arches | David Mitchell | 2011-04-12 | 1 | -1/+3 |
* | regcomp: Improve error message for (?-d:...) | Karl Williamson | 2011-04-12 | 1 | -0/+1 |
* | PATCH: [perl #86972]: Tweak error messages | Karl Williamson | 2011-04-12 | 1 | -5/+5 |
* | Add test for [perl #87812] | Karl Williamson | 2011-04-11 | 1 | -0/+12 |
* | PATCH: partial [perl #86972]: Allow /(?aia)/ | Karl Williamson | 2011-04-10 | 2 | -2/+12 |
* | regex .t's: Remove now passing TODOs | Karl Williamson | 2011-03-20 | 2 | -9/+2 |
* | reg_namedseq: Restructure so doesn't duplicate code | Karl Williamson | 2011-03-20 | 2 | -14/+3 |
* | Avoid warnings in pat_advanced.t in the logic for skipping a test. | Nicholas Clark | 2011-03-20 | 1 | -3/+3 |
* | Skip test in pat_advanced_thr.t as it triggers an unrelated thread bug. | Nicholas Clark | 2011-03-20 | 1 | -1/+3 |
* | regcomp.c: RT#77414. Initialize flag | Karl Williamson | 2011-03-19 | 1 | -1/+0 |
* | pat_advanced.t: Bump watchdog timeout | Karl Williamson | 2011-03-19 | 1 | -1/+1 |
* | Stop hang in regex | Karl Williamson | 2011-03-19 | 1 | -0/+5 |
* | charset.t: Skip locale tests depending on platform | Karl Williamson | 2011-03-17 | 1 | -1/+11 |
* | Revert "re/pat.t: Remove TODO message on passing tests" | Karl Williamson | 2011-03-17 | 1 | -0/+1 |
* | RT #85964: bleadperl breaks CGI-FormBuilder | Karl Williamson | 2011-03-16 | 1 | -6/+6 |
* | Add TODO tests for #85964 | Karl Williamson | 2011-03-16 | 1 | -0/+14 |
* | regcomp.c: utf8 pattern implies uni rules | Karl Williamson | 2011-03-14 | 1 | -0/+6 |
* | Convert t/re/regexp_unicode_prop.t to using test.pl's functions for testing. | Nicholas Clark | 2011-03-14 | 1 | -19/+17 |
* | Convert t/re/subst_amp.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-14 | 1 | -31/+20 |
* | Convert t/re/reg_mesg.t to test.pl and strict. | Nicholas Clark | 2011-03-13 | 1 | -87/+32 |
* | Move t/re/reg_unsafe.t's test to a fresh_perl_is() inside pat_advanced.t | Nicholas Clark | 2011-03-13 | 2 | -19/+16 |
* | Convert t/re/reg_email.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-13 | 1 | -7/+8 |
* | In overload.t, move require './test.pl' into BEGIN to avoid stubbing subs. | Nicholas Clark | 2011-03-13 | 1 | -12/+5 |
* | regcomp.c: /a should handle /\xdf/i same as /u | Karl Williamson | 2011-03-12 | 1 | -3/+31 |
* | Fix RT #84294 /((\w+)(?{print $2})){2,2}/ problem | Yves Orton | 2011-03-12 | 1 | -1/+0 |
* | Add tests for RT #84294 /((\w+)(?{print $2})){2,2}/ problem | Yves Orton | 2011-03-12 | 1 | -1/+12 |
* | Don't run crashing TODO tests for release builds. | Jan Dubois | 2011-03-11 | 1 | -6/+16 |
* | In fold_grind.t only report OK for each charset/target combination | David Leadbeater | 2011-03-08 | 1 | -2/+23 |
* | re/pat.t: Remove TODO message on passing tests | Karl Williamson | 2011-03-08 | 1 | -1/+0 |
* | PATCH: [perl #85528], add initialization | Karl Williamson | 2011-03-08 | 1 | -0/+3 |
* | In reg_namedcapture.t, don't test for Errno, as the miniperl skip covers this. | Nicholas Clark | 2011-03-08 | 1 | -4/+0 |
* | Simplify the logic in t/thread_it.pl, as the callers' filenames are uniform. | Nicholas Clark | 2011-03-08 | 9 | -45/+9 |
* | 4f890a3067e1198f missed qr// from t/re/pat.t in its refactoring in two places. | Nicholas Clark | 2011-03-08 | 1 | -2/+2 |
* | Move the special-case logic for $qr_embed_thr to regexp_qr_embed_thr.t | Nicholas Clark | 2011-03-08 | 2 | -21/+11 |
* | Move the test for 078c425b721ea35d from fresh_perl.t to pat_rt_report.t | Nicholas Clark | 2011-03-07 | 1 | -2/+17 |
* | Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it is not part of minitest. | Nicholas Clark | 2011-03-06 | 1 | -140/+0 |
* | charset.t: Improve diagnostic messages | Karl Williamson | 2011-03-06 | 1 | -6/+18 |
* | charset.t: Group tests by complement/non- | Karl Williamson | 2011-03-06 | 1 | -1/+21 |
* | Skip regexp_unicode_prop.t under minitest, as File::Spec may not be available. | Nicholas Clark | 2011-03-06 | 1 | -4/+7 |