summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGerard Goossen <gerard@ggoossen.net>2010-11-06 12:22:29 +0100
committerFather Chrysostomos <sprout@cpan.org>2011-07-04 21:31:12 -0700
commit7b81e54987e52ee2d72541b3cbc5c62e099d3429 (patch)
tree65b90a07fb7bdb0add7a1140dc452817ba4fd677 /MANIFEST
parent998e043925965cf6a2a62e8b7f519b4bba121b13 (diff)
downloadperl-7b81e54987e52ee2d72541b3cbc5c62e099d3429.tar.gz
Add a test for perl_clone with CLONEf_COPY_STACKS to XS-APItest.
CLONEf_COPY_STACKS is only used by the windows pseudo-fork. This test allows testing/debugging of CLONEf_COPY_STACK without needing threads or Windows.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 48a3987acc..0725658f0d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3657,6 +3657,7 @@ ext/XS-APItest/t/call_checker.t test call checker plugin API
ext/XS-APItest/t/caller.t XS::APItest: tests for caller_cx
ext/XS-APItest/t/call.t XS::APItest extension
ext/XS-APItest/t/cleanup.t test stack behaviour on unwinding
+ext/XS-APItest/t/clone-with-stack.t test clone with CLONEf_COPY_STACKS works
ext/XS-APItest/t/cophh.t test COPHH API
ext/XS-APItest/t/copyhints.t test hv_copy_hints_hv() API
ext/XS-APItest/t/customop.t XS::APItest: tests for custom ops