diff options
author | Gerard Goossen <gerard@ggoossen.net> | 2010-11-06 12:22:29 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-04 21:31:12 -0700 |
commit | 7b81e54987e52ee2d72541b3cbc5c62e099d3429 (patch) | |
tree | 65b90a07fb7bdb0add7a1140dc452817ba4fd677 /MANIFEST | |
parent | 998e043925965cf6a2a62e8b7f519b4bba121b13 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |