summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-02-19 14:14:35 -0700
committerKarl Williamson <khw@cpan.org>2017-02-20 01:07:01 -0700
commit6aa905cfe4f92b6e895d3bf5a22daa52e36ceb63 (patch)
tree2240bfd2e789c058b57011d161cf80ebe8634afc /MANIFEST
parent934272c1a42c040b4bd39f09eb0eeced3388942e (diff)
downloadperl-6aa905cfe4f92b6e895d3bf5a22daa52e36ceb63.tar.gz
Split XS-APItest/t/utf8.t
This test file is one of the longest running ones. It has three main semi-independent parts. Two of them are split off into 2 files with a common file required. The other part is still long running, so it is split so that a common file is used to run the tests, but it is called with a chunk number and it only executes based on that chunk. The number of chunks is based on the environment variable TEST_JOBS, up to 10. Each chunk executes 1/TEST_JOBS of the total test. If TEST_JOBS is not set, it reverts to 1 chunk. The alternative would be to revert to 10, but since there is overhead associated with each new chunk, I chose, for now, 1. There may be a better solution later on, but I think this is good enough for now.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST13
1 files changed, 13 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 6ab8b2c597..bf36939d4f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4299,6 +4299,19 @@ ext/XS-APItest/t/temp_lv_sub.t XS::APItest: tests for lvalue subs returning temp
ext/XS-APItest/t/underscore_length.t Test find_rundefsv()
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_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
ext/XS-APItest/t/win32.t Test Win32 specific APIs