diff options
author | Karl Williamson <khw@cpan.org> | 2017-03-21 21:37:28 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-06-01 06:33:17 -0600 |
commit | 8169d12643ae5e0bafc218f66be72efee836d52b (patch) | |
tree | 00f8fa2b587ba9e6ab5073619bab810ff81aff03 /MANIFEST | |
parent | dbc47c6fa7478cfc67457c2ab0f70034996fe018 (diff) | |
download | perl-8169d12643ae5e0bafc218f66be72efee836d52b.tar.gz |
XS-APItest: Rename some tests files
The names of these long-running test files are changed to uniform style
to indicate that they run long.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -4232,16 +4232,16 @@ ext/XS-APItest/t/gv_fetchmeth.t XS::APItest: tests for gv_fetchmeth() and varia ext/XS-APItest/t/gv_fetchmeth_autoload.t XS::APItest: tests for gv_fetchmeth_autoload() and variants ext/XS-APItest/t/gv_fetchmethod_flags.t XS::APItest: tests for gv_fetchmethod_flags() and variants ext/XS-APItest/t/gv_init.t XS::APItest: tests for gv_init and variants -ext/XS-APItest/t/handy0.t XS::APItest: tests for handy.h -ext/XS-APItest/t/handy1.t XS::APItest: tests for handy.h -ext/XS-APItest/t/handy2.t XS::APItest: tests for handy.h -ext/XS-APItest/t/handy3.t XS::APItest: tests for handy.h -ext/XS-APItest/t/handy4.t XS::APItest: tests for handy.h -ext/XS-APItest/t/handy5.t XS::APItest: tests for handy.h -ext/XS-APItest/t/handy6.t XS::APItest: tests for handy.h -ext/XS-APItest/t/handy7.t XS::APItest: tests for handy.h -ext/XS-APItest/t/handy8.t XS::APItest: tests for handy.h -ext/XS-APItest/t/handy9.t XS::APItest: tests for handy.h +ext/XS-APItest/t/handy00.t XS::APItest: tests for handy.h +ext/XS-APItest/t/handy01.t XS::APItest: tests for handy.h +ext/XS-APItest/t/handy02.t XS::APItest: tests for handy.h +ext/XS-APItest/t/handy03.t XS::APItest: tests for handy.h +ext/XS-APItest/t/handy04.t XS::APItest: tests for handy.h +ext/XS-APItest/t/handy05.t XS::APItest: tests for handy.h +ext/XS-APItest/t/handy06.t XS::APItest: tests for handy.h +ext/XS-APItest/t/handy07.t XS::APItest: tests for handy.h +ext/XS-APItest/t/handy08.t XS::APItest: tests for handy.h +ext/XS-APItest/t/handy09.t XS::APItest: tests for handy.h ext/XS-APItest/t/handy_base.pl XS::APItest: tests for handy.h ext/XS-APItest/t/hash.t XS::APItest: tests for hash related APIs ext/XS-APItest/t/join_with_space.t test op_convert_list @@ -4305,16 +4305,16 @@ ext/XS-APItest/t/utf16_to_utf8.t Test behaviour of utf16_to_utf8{,reversed} ext/XS-APItest/t/utf8.t Tests for code in utf8.c ext/XS-APItest/t/utf8_malformed.t Tests for code in utf8.c ext/XS-APItest/t/utf8_setup.pl Tests for code in utf8.c -ext/XS-APItest/t/utf8_warn0.t Tests for code in utf8.c -ext/XS-APItest/t/utf8_warn1.t Tests for code in utf8.c -ext/XS-APItest/t/utf8_warn2.t Tests for code in utf8.c -ext/XS-APItest/t/utf8_warn3.t Tests for code in utf8.c -ext/XS-APItest/t/utf8_warn4.t Tests for code in utf8.c -ext/XS-APItest/t/utf8_warn5.t Tests for code in utf8.c -ext/XS-APItest/t/utf8_warn6.t Tests for code in utf8.c -ext/XS-APItest/t/utf8_warn7.t Tests for code in utf8.c -ext/XS-APItest/t/utf8_warn8.t Tests for code in utf8.c -ext/XS-APItest/t/utf8_warn9.t Tests for code in utf8.c +ext/XS-APItest/t/utf8_warn00.t Tests for code in utf8.c +ext/XS-APItest/t/utf8_warn01.t Tests for code in utf8.c +ext/XS-APItest/t/utf8_warn02.t Tests for code in utf8.c +ext/XS-APItest/t/utf8_warn03.t Tests for code in utf8.c +ext/XS-APItest/t/utf8_warn04.t Tests for code in utf8.c +ext/XS-APItest/t/utf8_warn05.t Tests for code in utf8.c +ext/XS-APItest/t/utf8_warn06.t Tests for code in utf8.c +ext/XS-APItest/t/utf8_warn07.t Tests for code in utf8.c +ext/XS-APItest/t/utf8_warn08.t Tests for code in utf8.c +ext/XS-APItest/t/utf8_warn09.t Tests for code in utf8.c ext/XS-APItest/t/utf8_warn_base.pl Tests for code in utf8.c ext/XS-APItest/t/weaken.t XS::APItest: tests for sv_rvweaken() and sv_get_backrefs() ext/XS-APItest/t/whichsig.t XS::APItest: tests for whichsig() and variants |