develooper Front page | perl.perl5.porters | Postings from February 2012

Re: fork.t breakage (Re: [perl.git] branch blead, updated.v5.15.4-465-g676a678)

Thread Previous | Thread Next
From:
Nicholas Clark
Date:
February 2, 2012 05:58
Subject:
Re: fork.t breakage (Re: [perl.git] branch blead, updated.v5.15.4-465-g676a678)
Message ID:
20120202135822.GZ9069@plum.flirble.org
On Tue, Jan 24, 2012 at 11:35:36AM +1100, Tony Cook wrote:

> commit 676a678ac0683a727a07d56ed1a6e1fb59085d5a

> C:\Users\tony\dev\perl\git\perl\t>.\perl harness -v op/fork.t
> op/fork.t ..
> ok 1

> ok 15
> (windows complains about a crashed program)
> PROG:
> if (eval q{$pid = fork}) {
>     eval q{ die "parent died" };
>     print $@;
> }
> else {
>     eval q{ die "child died" };
>     print $@;
> }
> EXPECTED:
> parent died at (eval 2) line 1.
> child died at (eval 2) line 1.
> GOT:
> 
> # Failed at ./test.pl line 1033
> not ok 16
> ok 17

There isn't an RT ticket for this yet, is there?
I think it needs to be a 5.16.0 blocker.

Nicholas Clark

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About