In perl.git, the branch smoke-me/jkeenan/131337-craig has been updated <http://perl5.git.perl.org/perl.git/commitdiff/633157abbe693343c9f09377b0e14a9125ec486f?hp=19fae8342f6294b0c93105833f278ee0084fb412>
- Log ----------------------------------------------------------------- commit 633157abbe693343c9f09377b0e14a9125ec486f Merge: 2d75e9b1a8 19fae8342f Author: James E Keenan <[email protected]> Date: Mon May 22 15:23:42 2017 -0400 Merge branch 'smoke-me/jkeenan/131337-craig' of git://perl5.git.perl.org/perl into smoke-me/jkeenan/131337-craig commit 2d75e9b1a8ba081286b40b4f07b40e60f8ccc631 Author: James E Keenan <[email protected]> Date: Sun May 21 22:16:23 2017 -0400 Patch suggested by Craig Berry for RT 131337. M regexec.c ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0e6dada11f..c135a10704 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -21,7 +21,7 @@ For security reasons, the current directory (C<".">) is no longer included by default at the end of the module search path (C<@INC>). This may have widespread implications for the building, testing and installing of modules, and for the execution of scripts. See the section -L<< Removal of the current directory (C<.>) from C<@INC> >> +L<< Removal of the current directory (C<".">) from C<@INC> >> for the full details. =item * C<do> may now warn @@ -1956,11 +1956,15 @@ The build process no longer emits an extra blank line before building each =head1 Testing +Tests were added and changed to reflect the other additions and changes +in this release. In addition, these substantive changes were made: + =over 4 =item * -F<XS-APItest/t/utf8.t>: Several small fixes and enhancements. +A new test script, F<comp/parser_run.t>, has been added to test +reads through invalid pointers. =item * @@ -1995,11 +1999,26 @@ A new test script, F<t/op/decl-refs.t>, has been added to test the new feature, =item * +A new test script, F<t/re/keep_tabs.t> has been added to contain tests +where C<\t> characters should not be expanded into spaces. + +=item * + A new test script, F<t/re/anyof.t>, has been added to test that the ANYOF nodes generated by bracketed character classes are as expected. =item * +There is now more extensive testing of the Unicode-related API macros +and functions. + +=item * + +Several of the longer running API test files have been split into +multiple test files so that they can be run in parallel. + +=item * + F<t/harness> now tries really hard not to run tests outside of the Perl source tree. [perl #124050] -- Perl5 Master Repository
