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

t/op/magic.t threaded win32 (was Re: Smoke [blead] v5.13.10-52-g5001101 FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu))

Thread Previous | Thread Next
From:
Nicholas Clark
Date:
February 23, 2011 03:44
Subject:
t/op/magic.t threaded win32 (was Re: Smoke [blead] v5.13.10-52-g5001101 FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu))
Message ID:
20110223114400.GR24189@plum.flirble.org
On Wed, Feb 23, 2011 at 05:48:00AM -0500, George Greer wrote:
> Smoke logs available at http://m-l.org/~perl/smoke/perl/
> 
> Automated smoke report for 5.13.10 patch 5001101ebe18f10209cd63e4fea4b4663c0bc765 v5.13.10-52-g5001101

> v5.13.10-52-g5001101  Configuration (common) none
> ----------- ---------------------------------------------------------
> O O         
> O O         -Duselargefiles
> F F         -Duseithreads
> F F         -Duseithreads -Duselargefiles
> | +--------- -DDEBUGGING
> +----------- no debugging

> ../t/op/magic.t.............................................FAILED
>     50-53

Your smoker's log shows:

# PROG: 
# use strict qw(vars subs);
# my $symbol = 'powie::!';
# ;
# 1 if %{$symbol};
# print scalar %Errno::;
# EXPECTED:
# 0
# GOT:
# STATUS: -1
# Failed at op/magic.t line 457
# PROG: 
# use strict qw(vars subs);
# my $symbol = 'powie::!';
# $$symbol;;
# 1 if %{$symbol};
# print scalar %Errno::;
# EXPECTED:
# 0
# GOT:
# STATUS: -1
# Failed at op/magic.t line 457
# PROG: 
# use strict qw(vars subs);
# my $symbol = 'powie::+';
# ;
# 1 if %{$symbol};
# print scalar %Tie::Hash::NamedCapture::;
# EXPECTED:
# 0
# GOT:
# STATUS: -1
# Failed at op/magic.t line 457
# PROG: 
# use strict qw(vars subs);
# my $symbol = 'powie::+';
# $$symbol;;
# 1 if %{$symbol};
# print scalar %Tie::Hash::NamedCapture::;
# EXPECTED:
# 0
# GOT:
# STATUS: -1
# Failed at op/magic.t line 457
op/magic.t ........................................................ 
Failed 4/87 subtests 
        (less 9 skipped subtests: 74 okay)

I can't see what the problem is, so don't know how to fix it.
Particularly, I can't work out why this passes without threads, but fails
with threads.

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