Closed zdm closed 10 years ago
I confirmed t/900_bugs/041_cachedir_other_process.t
is passed but perl
is
crached after test. Is this Windows fork
issue ?
$ perl -Mblib t/900_bugs/041_cachedir_other_process.t
ok 1 - cache directory does not exists
# waiting if(not -e $cachedir) {
# mkpath on child process
ok 2 - cache directory exists
1..2
Free to wrong pool 11fa778 not 3f6d48.
@zdm I suppose this is fork
emulation issue of Perl, not Text::Xslate
and there are no problems if you use Text::Xslate
without fork
on
Windows system.
Maybe necessary to make this test conditional under mswin?
On 26.04.2014 16:34, Syohei YOSHIDA wrote:
@zdm https://github.com/zdm I suppose this is |fork| emulation issue of Perl, not |Text::Xslate| and there are no problems if you use |Text::Xslate| without |fork| on Windows system.
— Reply to this email directly or view it on GitHub https://github.com/xslate/p5-Text-Xslate/issues/120#issuecomment-41468815.
We skip that test under Windows.
http://matrix.cpantesters.org/?dist=Text-Xslate+3.2.4
Another test(t/010_internals/028_taint.t
) is failed on Perl 5.19.11.
:(
Environment: windows 8.1 x64 strawberry perl 5.18.2.2 x64 mingw-builds x64 4.9.0
Partial log: