This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
D:P: Convert to use modern Test functions
authorKarl Williamson <khw@cpan.org>
Fri, 1 Nov 2019 19:09:11 +0000 (13:09 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 22 Nov 2019 13:49:03 +0000 (06:49 -0700)
commit8d83133d4092939786340151d2e2c2790fc72ec9
tree24d7de609b3c2f698e52ded3b0ec707e5fe3e291
parent1dc6f3b5030050a81022fa9e6e4a9e200c0f446a
D:P: Convert to use modern Test functions

This commit copies much of test.pl from blead to replace the Test ones.

These versions are much friendlier to use.  Several .t files required
minor changes to work with these.  pv_tools.t was the only file using
the old obsolete skip() functionality fully.  The new version does not
do a 'last SKIP', for compatibility.

like and unlike were not ported because of the absence of qr// in perls
this is supposed to work on.

And the portions of test.pl that were copied also required a few minor
changes to work back to 5.3.7.

Not all the ported functionality is currently in used.  It may be that
changes will have to be made to it to get it to work; or will have to be
deleted.
42 files changed:
dist/Devel-PPPort/mktests.PL
dist/Devel-PPPort/parts/inc/call
dist/Devel-PPPort/parts/inc/cop
dist/Devel-PPPort/parts/inc/pv_tools
dist/Devel-PPPort/t/01_test.t
dist/Devel-PPPort/t/HvNAME.t
dist/Devel-PPPort/t/MY_CXT.t
dist/Devel-PPPort/t/SvPV.t
dist/Devel-PPPort/t/SvREFCNT.t
dist/Devel-PPPort/t/Sv_set.t
dist/Devel-PPPort/t/call.t
dist/Devel-PPPort/t/cop.t
dist/Devel-PPPort/t/exception.t
dist/Devel-PPPort/t/format.t
dist/Devel-PPPort/t/grok.t
dist/Devel-PPPort/t/gv.t
dist/Devel-PPPort/t/limits.t
dist/Devel-PPPort/t/locale.t
dist/Devel-PPPort/t/mPUSH.t
dist/Devel-PPPort/t/magic.t
dist/Devel-PPPort/t/memory.t
dist/Devel-PPPort/t/mess.t
dist/Devel-PPPort/t/misc.t
dist/Devel-PPPort/t/newCONSTSUB.t
dist/Devel-PPPort/t/newRV.t
dist/Devel-PPPort/t/newSV_type.t
dist/Devel-PPPort/t/newSVpv.t
dist/Devel-PPPort/t/podtest.t
dist/Devel-PPPort/t/ppphtest.t
dist/Devel-PPPort/t/pv_tools.t
dist/Devel-PPPort/t/pvs.t
dist/Devel-PPPort/t/shared_pv.t
dist/Devel-PPPort/t/snprintf.t
dist/Devel-PPPort/t/sprintf.t
dist/Devel-PPPort/t/strlfuncs.t
dist/Devel-PPPort/t/sv_xpvf.t
dist/Devel-PPPort/t/testutil.pl
dist/Devel-PPPort/t/threads.t
dist/Devel-PPPort/t/utf8.t
dist/Devel-PPPort/t/uv.t
dist/Devel-PPPort/t/variables.t
dist/Devel-PPPort/t/warn.t